From 884c8bbced3fe5320cdb08629343b22ec859aeaf Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 13 Feb 2018 10:11:16 +0000 Subject: 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 --- bifrost/scripts/bifrost-provision.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bifrost/scripts') 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 -- cgit 1.2.3-korg