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:
parent
b4130d3957
commit
59566a58bf
@ -92,9 +92,19 @@ ROLES = [{
|
|||||||
'display': 'Ceph Storage Node',
|
'display': 'Ceph Storage Node',
|
||||||
'description': 'Ceph Storage Node',
|
'description': 'Ceph Storage Node',
|
||||||
'optional': True
|
'optional': True
|
||||||
|
}, {
|
||||||
|
'role': 'ceph-osd-node',
|
||||||
|
'display': 'Ceph osd install from node',
|
||||||
|
'description': '',
|
||||||
|
'optional': True
|
||||||
}, {
|
}, {
|
||||||
'role': 'ceph',
|
'role': 'ceph',
|
||||||
'display': 'ceph node',
|
'display': 'ceph node',
|
||||||
'description': 'ceph node',
|
'description': 'ceph node',
|
||||||
'optional': True
|
'optional': True
|
||||||
|
}, {
|
||||||
|
'role': 'sec-patch',
|
||||||
|
'display': 'sec-patch node',
|
||||||
|
'description': 'Security Patch Node',
|
||||||
|
'optional': True
|
||||||
}]
|
}]
|
||||||
|
@ -92,9 +92,19 @@ ROLES = [{
|
|||||||
'display': 'Ceph Storage Node',
|
'display': 'Ceph Storage Node',
|
||||||
'description': 'Ceph Storage Node',
|
'description': 'Ceph Storage Node',
|
||||||
'optional': True
|
'optional': True
|
||||||
|
}, {
|
||||||
|
'role': 'ceph-osd-node',
|
||||||
|
'display': 'Ceph osd install from node',
|
||||||
|
'description': '',
|
||||||
|
'optional': True
|
||||||
}, {
|
}, {
|
||||||
'role': 'ceph',
|
'role': 'ceph',
|
||||||
'display': 'ceph node',
|
'display': 'ceph node',
|
||||||
'description': 'ceph node',
|
'description': 'ceph node',
|
||||||
'optional': True
|
'optional': True
|
||||||
|
}, {
|
||||||
|
'role': 'sec-patch',
|
||||||
|
'display': 'sec-patch node',
|
||||||
|
'description': 'Security Patch Node',
|
||||||
|
'optional': True
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user