change default joid path for automatic installation 81/4881/1
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 18 Dec 2015 15:11:04 +0000 (16:11 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 18 Dec 2015 15:11:04 +0000 (16:11 +0100)
Change-Id: I12c9eba83951e510a23956fce17ede6036379fba
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jjb/functest/functest.yml

index a22e925..7b71759 100644 (file)
             elif [[ ${INSTALLER_TYPE} == 'joid' ]]; then
                 # If production lab then creds may be retrieved dynamically
                 # creds are on the jumphost, always in the same folder
-                labconfig="-v ${HOME}/joid_config/admin-openrc:/home/opnfv/functest/conf/openstack.creds"
+                labconfig="-v /var/lib/jenkins/joid_config/admin-openrc:/home/opnfv/functest/conf/openstack.creds"
                 # If dev lab, credentials may not be the default ones, just provide a path to put them into docker
                 # replace the default one by the customized one provided by jenkins config
                 if [ -n "${LAB_CONFIG}" ]; then