This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
functest_docker [2015/11/26 14:09] Jose Lausuch [I don't use the default OpenStack credentials] |
functest_docker [2015/11/27 13:42] (current) Morgan Richomme |
||
|---|---|---|---|
| Line 54: | Line 54: | ||
| * INSTALLER_IP. Usually "10.20.0.2" for fuel and "172.30.10.73" foreman. | * INSTALLER_IP. Usually "10.20.0.2" for fuel and "172.30.10.73" foreman. | ||
| - | $ docker run -ti -e "INSTALLER_TYPE=fuel" -e "INSTALLER_IP=10.20.0.2" opnfv/functest | + | $ docker run -ti -e "INSTALLER_TYPE=fuel" -e "INSTALLER_IP=10.20.0.2" -e "NODE_NAME=opnfv-jump-2" opnfv/functest |
| + | |||
| + | note: for the dev labs, it is also possible to precise the path of your openstack creds, see [[https://wiki.opnfv.org/functest_docker#docker_options |Docker Options below]] | ||
| Now, you are inside the docker container. | Now, you are inside the docker container. | ||
| Line 99: | Line 102: | ||
| $ docker attach <ID_of_the_container> | $ docker attach <ID_of_the_container> | ||
| - | ===== Docker Options ===== | + | ===== Docker options ===== |
| ==== I need to change some parameters in config_functest.yaml ==== | ==== I need to change some parameters in config_functest.yaml ==== | ||
| In case you need to provide different configuration parameters to Functest (e.g. commit IDs or branches for the repositories, ...) copy the config_functest.yaml from the repository to your current directory and run docker with a volume: | In case you need to provide different configuration parameters to Functest (e.g. commit IDs or branches for the repositories, ...) copy the config_functest.yaml from the repository to your current directory and run docker with a volume: | ||