diff options
author | Markos Chandras <mchandras@suse.de> | 2017-10-03 08:35:47 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-10-06 07:41:01 +0000 |
commit | 2de7f32d98f60253080317901d28c842b81a0544 (patch) | |
tree | 804767432567502f98630e5e96fcded266b8bbf6 /xci/file | |
parent | dfd9229ad20d0ff724ce5ccf45161c8eb5e2c9e5 (diff) |
xci: Bump bifrost SHA
The latest bifrost code contains a fix when setting up DNS from a glean
configuration drive and also a few virtualenv improvements. This allows
us to get rid of all the workarounds we had in the past to switch
Ansible versions in the middle of the XCI deployment.
Change-Id: If49e290315ec96efdc07d04ff6624439c53aee19
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/file')
-rw-r--r-- | xci/file/install-ansible.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/file/install-ansible.sh b/xci/file/install-ansible.sh index ca7763ad..bc7bd1e4 100644 --- a/xci/file/install-ansible.sh +++ b/xci/file/install-ansible.sh @@ -44,6 +44,7 @@ case ${ID,,} in ubuntu|debian) OS_FAMILY="Debian" + export DEBIAN_FRONTEND=noninteractive INSTALLER_CMD="sudo -H -E apt-get -y install" CHECK_CMD="dpkg -l" PKG_MAP=( [gcc]=gcc |