blob: 81c00a0f4c093d94f0430844069ae729c8051772 (
plain)
1
2
3
4
5
6
7
|
NAME = 'openstack_osp9'
DISPLAY_NAME = 'RedHat OSP 9'
PARENT = 'openstack'
PACKAGE_INSTALLER = 'ansible_installer_osp9'
OS_INSTALLER = 'cobbler'
SUPPORTED_OS_PATTERNS = ['(?i)rhel-server-7\.2.*']
DEPLOYABLE = True
|