bifrost: Always deploy Ironic from master 87/52087/3
authorMarkos Chandras <mchandras@suse.de>
Tue, 13 Feb 2018 09:14:41 +0000 (09:14 +0000)
committerMarkos Chandras <mchandras@suse.de>
Tue, 13 Feb 2018 12:37:42 +0000 (12:37 +0000)
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>
bifrost/scripts/bifrost-provision.sh

index 2e88767..086e3f3 100755 (executable)
@@ -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