]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
sepia-fog-images: Add CentOS/RHEL 7.5 support 1003/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 10 Apr 2018 15:40:50 +0000 (11:40 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 10 Apr 2018 15:43:52 +0000 (11:43 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
sepia-fog-images/build/build
sepia-fog-images/config/definitions/sepia-fog-images.yml

index cb2d257c725ecc715588bf081c3c0a1d03708ae0..26463aafe9720b3411a20d85344a9259ef828007 100755 (executable)
@@ -16,12 +16,18 @@ funSetProfiles () {
   elif [ "$1" == "xenial" ]; then
     cobblerprofile="Ubuntu-16.04-server-x86_64"
     fogprofile="ubuntu_16.04"
-  elif [ "$1" == "centos" ]; then
+  elif [ "$1" == "centos74" ]; then
     cobblerprofile="CentOS-7.4-x86_64"
     fogprofile="centos_7.4"
-  elif [ "$1" == "rhel" ]; then
+  elif [ "$1" == "centos75" ]; then
+    cobblerprofile="CentOS-7.5-x86_64"
+    fogprofile="centos_7.5"
+  elif [ "$1" == "rhel74" ]; then
     cobblerprofile="RHEL-7.4-Server-x86_64"
     fogprofile="rhel_7.4"
+  elif [ "$1" == "rhel75" ]; then
+    cobblerprofile="RHEL-7.5-Server-x86_64"
+    fogprofile="rhel_7.5"
   else
     echo "Unknown profile $1"
     exit 1
index b47bb9ea3ea8a61d814e1f763cff5b3d4f57bf55..580c2a26292387433b934dd8116e92974b614bef 100644 (file)
@@ -18,8 +18,8 @@
     parameters:
       - string:
           name: DISTROS
-          default: "trusty xenial centos rhel"
-          description: "Distro to capture images for: (e.g., 'trusty', 'xenial', 'centos' or 'trusty xenial' for multiple distros)"
+          default: "trusty xenial centos74 rhel75"
+          description: "Distro to capture images for: (e.g., 'trusty', 'xenial', 'centos74' or 'trusty xenial' for multiple distros)"
       - string:
           name: MACHINETYPES
           default: "smithi mira"