]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
sepia-fog-images: Support openSUSE 1477/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 9 Jan 2020 17:29:11 +0000 (12:29 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 9 Jan 2020 17:29:11 +0000 (12:29 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
sepia-fog-images/build/build

index 4d13f8229657541e8c442d2c149998e7786bd09a..d3e2b396fd9ceec0ebe27ea2740fc0c8c7c06920 100755 (executable)
@@ -21,6 +21,9 @@ funSetProfiles () {
   elif [ "$splitdistro" == "centos" ]; then
     cobblerprofile="CentOS-$distroversion-x86_64"
     fogprofile="centos_$distroversion"
+  elif [ "$splitdistro" == "opensuse" ]; then
+    cobblerprofile="openSUSE-$distroversion-x86_64"
+    fogprofile="opensuse_$distroversion"
   else
     echo "Unknown profile $1"
     exit 1