Start using centos7 instead of centos-minimal 63/23863/2
authorYolanda Robla Mota <yroblamo@redhat.com>
Tue, 1 Nov 2016 10:26:58 +0000 (11:26 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 2 Nov 2016 08:44:36 +0000 (08:44 +0000)
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>
jjb/infra/bifrost-verify-jobs.yml
prototypes/bifrost/scripts/test-bifrost-deployment.sh

index d15bf74..751aa0c 100644 (file)
@@ -28,7 +28,7 @@
         - 'centos7':
             disabled: false
             dib-os-release: '7'
-            dib-os-element: 'centos-minimal'
+            dib-os-element: 'centos7'
             dib-os-packages: 'openssh-server,vim,less,bridge-utils,iputils,rsyslog,curl'
         - 'suse':
             disabled: true
index 773697e..030faed 100755 (executable)
@@ -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}