From 8af2648a86b6720392d1cc335838b46c5e5d948e Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 27 Apr 2018 12:57:33 -0400 Subject: [PATCH] sepia-fog-images: Add support for Ubuntu 18.04 Signed-off-by: David Galloway --- sepia-fog-images/build/build | 3 +++ sepia-fog-images/config/definitions/sepia-fog-images.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sepia-fog-images/build/build b/sepia-fog-images/build/build index 26463aaf..591d2612 100755 --- a/sepia-fog-images/build/build +++ b/sepia-fog-images/build/build @@ -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" diff --git a/sepia-fog-images/config/definitions/sepia-fog-images.yml b/sepia-fog-images/config/definitions/sepia-fog-images.yml index 580c2a26..d335ca1f 100644 --- a/sepia-fog-images/config/definitions/sepia-fog-images.yml +++ b/sepia-fog-images/config/definitions/sepia-fog-images.yml @@ -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 -- 2.39.5