diff options
author | 2016-11-01 11:26:58 +0100 | |
---|---|---|
committer | 2017-08-11 12:56:12 -0700 | |
commit | 6b5b4b36869a3d38586c5bc6fe979a72dca3a94c (patch) | |
tree | 26e3ea588a9dd58a4b7346f0c8a41663cd93dff1 /bifrost | |
parent | ef3a741ec6e37a095c4799dab582d8055ff64ab2 (diff) |
Start using centos7 instead of centos-minimal
Current builds with centos-minimal are failing on 7,
so start using centos7 element instead.
Change-Id: I80d986fd7613e1807a119447a01c62e6f8a93ddf
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'bifrost')
-rwxr-xr-x | bifrost/scripts/test-bifrost-deployment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bifrost/scripts/test-bifrost-deployment.sh b/bifrost/scripts/test-bifrost-deployment.sh index 773697ef..030faedc 100755 --- a/bifrost/scripts/test-bifrost-deployment.sh +++ b/bifrost/scripts/test-bifrost-deployment.sh @@ -58,7 +58,7 @@ export ELEMENTS_PATH=/usr/share/diskimage-builder/elements:/opt/puppet-infraclou export DIB_DEV_USER_PWDLESS_SUDO=yes export DIB_DEV_USER_PASSWORD=devuser -# settings for distro: trusty/ubuntu-minimal, 7/centos-minimal +# settings for distro: trusty/ubuntu-minimal, 7/centos7 export DIB_OS_RELEASE=${DIB_OS_RELEASE:-trusty} export DIB_OS_ELEMENT=${DIB_OS_ELEMENT:-ubuntu-minimal} |