Signed-off-by: David Galloway <dgallowa@redhat.com>
elif [ "$1" == "centos" ]; then
cobblerprofile="CentOS-7.4-x86_64"
fogprofile="centos_7.4"
+ elif [ "$1" == "rhel" ]; then
+ cobblerprofile="RHEL-7.4-Server-x86_64"
+ fogprofile="rhel_7.4"
else
echo "Unknown profile $1"
exit 1
parameters:
- string:
name: DISTROS
- default: "trusty xenial centos"
+ default: "trusty xenial centos rhel"
description: "Distro to capture images for: (e.g., 'trusty', 'xenial', 'centos' or 'trusty xenial' for multiple distros)"
- string:
name: MACHINETYPES