diff --git a/conf/role/openstack_kilo_ansible.conf b/conf/role/openstack_kilo_ansible.conf index 75478eb3..ac3af5a3 100644 --- a/conf/role/openstack_kilo_ansible.conf +++ b/conf/role/openstack_kilo_ansible.conf @@ -92,9 +92,19 @@ ROLES = [{ 'display': 'Ceph Storage Node', 'description': 'Ceph Storage Node', 'optional': True +}, { + 'role': 'ceph-osd-node', + 'display': 'Ceph osd install from node', + 'description': '', + 'optional': True }, { 'role': 'ceph', 'display': 'ceph node', 'description': 'ceph node', 'optional': True +}, { + 'role': 'sec-patch', + 'display': 'sec-patch node', + 'description': 'Security Patch Node', + 'optional': True }] diff --git a/conf/role/openstack_liberty_ansible.conf b/conf/role/openstack_liberty_ansible.conf index bd16717a..604e49f0 100644 --- a/conf/role/openstack_liberty_ansible.conf +++ b/conf/role/openstack_liberty_ansible.conf @@ -92,9 +92,19 @@ ROLES = [{ 'display': 'Ceph Storage Node', 'description': 'Ceph Storage Node', 'optional': True +}, { + 'role': 'ceph-osd-node', + 'display': 'Ceph osd install from node', + 'description': '', + 'optional': True }, { 'role': 'ceph', 'display': 'ceph node', 'description': 'ceph node', 'optional': True +}, { + 'role': 'sec-patch', + 'display': 'sec-patch node', + 'description': 'Security Patch Node', + 'optional': True }]