summaryrefslogtreecommitdiffstats
path: root/bifrost/scripts
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-02-13 10:11:16 +0000
committerMarkos Chandras <mchandras@suse.de>2018-02-13 21:41:55 +0000
commit884c8bbced3fe5320cdb08629343b22ec859aeaf (patch)
treed0f56ed1c195ba01302d28b8b1a234416e41b295 /bifrost/scripts
parent6a14f2dcc9f6ebce6800aa22f3517caa0a0962be (diff)
bifrost: Add ability to pin Ironic-{,client,inspector,inspector-client} SHAs
We should pin the SHAs for Ironic components as part of the regular bifrost bump to ensure maximum long term stability. This also bumps the bifrost SHA to the latest available one. Change-Id: Ia66d8ab6566db58e2ddab5134eb8445bd84d2a8f Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'bifrost/scripts')
-rwxr-xr-xbifrost/scripts/bifrost-provision.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bifrost/scripts/bifrost-provision.sh b/bifrost/scripts/bifrost-provision.sh
index 086e3f39..bc2d36bb 100755
--- a/bifrost/scripts/bifrost-provision.sh
+++ b/bifrost/scripts/bifrost-provision.sh
@@ -128,8 +128,12 @@ ${ANSIBLE} ${XCI_ANSIBLE_VERBOSITY} \
-e wait_timeout=${PROVISION_WAIT_TIMEOUT} \
-e enable_keystone=false \
-e ironicinspector_source_install=true \
+ -e ironicinspector_git_branch=${BIFROST_IRONIC_INSPECTOR_VERSION} \
-e ironicinspectorclient_source_install=true \
- -e ironicclient_source_install=true
+ -e ironicinspectorclient_git_branch=${BIFROST_IRONIC_INSPECTOR_CLIENT_VERSION} \
+ -e ironicclient_source_install=true \
+ -e ironicclient_git_branch=${BIFROST_IRONIC_CLIENT_VERSION} \
+ -e ironic_git_branch=${BIFROST_IRONIC_VERSION}
EXITCODE=$?
if [ $EXITCODE != 0 ]; then