From 6a14f2dcc9f6ebce6800aa22f3517caa0a0962be Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 13 Feb 2018 09:14:41 +0000 Subject: 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 --- bifrost/scripts/bifrost-provision.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg