Error running ‘make containers’ in contrail-dev-env: queens-dev not found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenContrail |
In Progress
|
Undecided
|
Eyal Lavee |
Bug Description
Bare metal server:
root@r-
Linux r-arch-host08 4.4.0-104-generic #127-Ubuntu SMP Mon Dec 11 12:16:42 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Started with clean environment: docker installed, no images, empty contrail directory
Running procedure based on: https:/
In hypervisor:
1993 cd /usr/src/contrail/
1995 git clone https:/
1996 cd contrail-dev-env
1997 sudo ./startup.sh
1998 docker attach contrail-
In docker:
[root@3316af3a551f contrail-dev-env]# history
1 cd /root/contrail
2 repo sync -j $(nproc)
3 cd /root/contrail-
4 make setup
5 make dep
6 make containers
Received error:
Step 1/6 : FROM 172.17.
Pulling repository 172.17.
Error: image contrail-
Full terminal logs attached.
tags: | added: dev-env |
Changed in opencontrail: | |
assignee: | nobody → Eyal Lavee (elavee) |
status: | New → Invalid |
Usage error - need to run make rpm before running make containers.
Two AIs:
1) Improve documentation to clarify this
2) Update makefiles to handle this dependency automatically.