]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
sepia-fog-images: Add support for Ubuntu 18.04 1020/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 27 Apr 2018 16:57:33 +0000 (12:57 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 27 Apr 2018 16:57:33 +0000 (12:57 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
sepia-fog-images/build/build
sepia-fog-images/config/definitions/sepia-fog-images.yml

index 26463aafe9720b3411a20d85344a9259ef828007..591d26121d9bb8c2935c380b4cfbb50c81d443ef 100755 (executable)
@@ -16,6 +16,9 @@ funSetProfiles () {
   elif [ "$1" == "xenial" ]; then
     cobblerprofile="Ubuntu-16.04-server-x86_64"
     fogprofile="ubuntu_16.04"
+  elif [ "$1" == "bionic" ]; then
+    cobblerprofile="Ubuntu-18.04-server-x86_64"
+    fogprofile="ubuntu_18.04"
   elif [ "$1" == "centos74" ]; then
     cobblerprofile="CentOS-7.4-x86_64"
     fogprofile="centos_7.4"
index 580c2a26292387433b934dd8116e92974b614bef..d335ca1f29b75df2f575ef017078f7c1bae13cbe 100644 (file)
@@ -18,7 +18,7 @@
     parameters:
       - string:
           name: DISTROS
-          default: "trusty xenial centos74 rhel75"
+          default: "trusty xenial bionic centos74 rhel75"
           description: "Distro to capture images for: (e.g., 'trusty', 'xenial', 'centos74' or 'trusty xenial' for multiple distros)"
       - string:
           name: MACHINETYPES