summaryrefslogtreecommitdiffstats
path: root/bifrost
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-02-13 09:14:41 +0000
committerMarkos Chandras <mchandras@suse.de>2018-02-13 12:37:42 +0000
commit6a14f2dcc9f6ebce6800aa22f3517caa0a0962be (patch)
tree37c1f08c3f6b66d8da9a9b74b36cff0a4af1e86e /bifrost
parent773e0643b3941f03c53238543e5a947ee81e008c (diff)
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 <mchandras@suse.de>
Diffstat (limited to 'bifrost')
-rwxr-xr-xbifrost/scripts/bifrost-provision.sh5
1 files changed, 4 insertions, 1 deletions
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