Signed-off-by: David Galloway <dgallowa@redhat.com>
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"
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