From: Markos Chandras Date: Tue, 13 Feb 2018 09:14:41 +0000 (+0000) Subject: bifrost: Always deploy Ironic from master X-Git-Tag: 6.0.0~166 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F52087%2F3;p=releng-xci.git bifrost: Always deploy Ironic from master The Ironic components are currently being installed from PIP but we should install them from the git repo instead so we can always try the latest code from master or the pinned version when such functionality is implemented. Change-Id: I0138c54befe52ed9df8bf617b78e063df3cf8750 Signed-off-by: Markos Chandras --- diff --git a/bifrost/scripts/bifrost-provision.sh b/bifrost/scripts/bifrost-provision.sh index 2e887670..086e3f39 100755 --- a/bifrost/scripts/bifrost-provision.sh +++ b/bifrost/scripts/bifrost-provision.sh @@ -126,7 +126,10 @@ ${ANSIBLE} ${XCI_ANSIBLE_VERBOSITY} \ -e write_interfaces_file=${WRITE_INTERFACES_FILE} \ -e ipv4_gateway=192.168.122.1 \ -e wait_timeout=${PROVISION_WAIT_TIMEOUT} \ - -e enable_keystone=false + -e enable_keystone=false \ + -e ironicinspector_source_install=true \ + -e ironicinspectorclient_source_install=true \ + -e ironicclient_source_install=true EXITCODE=$? if [ $EXITCODE != 0 ]; then