add sec-patch and ceph-osd-node role

add sec-patch and ceph-osd-node role in role config files
so that can excute expansion in openstack kilo and liberty

Change-Id: Id4084271d184b06abd31bfcf2c6878f7dee4d171
Signed-off-by: baigk <baiguoku@huawei.com>
This commit is contained in:
baigk 2015-12-12 14:23:24 +08:00
parent b4130d3957
commit 59566a58bf
2 changed files with 20 additions and 0 deletions

View File

@ -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
}]

View File

@ -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
}]