From: David Galloway Date: Thu, 9 Jan 2020 17:29:11 +0000 (-0500) Subject: sepia-fog-images: Support openSUSE X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1477%2Fhead;p=ceph-build.git sepia-fog-images: Support openSUSE Signed-off-by: David Galloway --- diff --git a/sepia-fog-images/build/build b/sepia-fog-images/build/build index 4d13f822..d3e2b396 100755 --- a/sepia-fog-images/build/build +++ b/sepia-fog-images/build/build @@ -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