Collapse glance into platform in ControllerFS API
The existing "platform" filesystem is now resizable and added to the ControllerFS API. The “glance” filesystem is merged into "platform" and therefore removed from the ControllerFS API. The "--force" flag is removed from the controllerfs-modify API as it was only used for glance fs resizing. The folder /opt/cgcs is removed and the “helm_charts” and “keystone” folders now resides under /opt/platform. ls /opt/platform/ armada config helm nfv puppet sysinv ls /opt/cgcs/ helm_charts keystone Resources related to drbd-cgcs and /opt/cgcs are removed from puppet or updated to use drbd-platform and /opt/platform. SM is no longer monitoring resources related to drbd-cgcs. Tested in AIO-SX, AIO-DX and Standard hardware labs. Partial-Bug: 1830142 Change-Id: I0a80c95a057e9d6d2acec5f33cc4da31cd20955e Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
@@ -10278,12 +10278,12 @@ itemNotFound (404)
|
||||
"replicated": false, "size": 92
|
||||
},
|
||||
{
|
||||
"logical_volume": "cgcs-lv",
|
||||
"logical_volume": "platform-lv",
|
||||
"uuid": "d30cc018-9218-403e-a1c2-9a5691a8bffb",
|
||||
"links": [{"href": "http://127.168.204.2:6385/v1/controller_fs/d30cc018-9218-403e-a1c2-9a5691a8bffb", "rel": "self"}, {"href": "http://127.168.204.2:6385/controller_fs/d30cc018-9218-403e-a1c2-9a5691a8bffb", "rel": "bookmark"}],
|
||||
"created_at": "2017-09-14T17:54:15.896408+00:00",
|
||||
"updated_at": "2017-09-14T20:59:53.114344+00:00",
|
||||
"name": "glance",
|
||||
"name": "platform",
|
||||
"state": "available",
|
||||
"isystem_uuid": "a5b7f26c-423f-41ed-a660-cd8cff4627eb",
|
||||
"replicated": true,
|
||||
@@ -10501,12 +10501,12 @@ itemNotFound (404)
|
||||
"controller_fs":
|
||||
[
|
||||
{
|
||||
"logical_volume": "cgcs-lv",
|
||||
"logical_volume": "platform-lv",
|
||||
"uuid": "d30cc018-9218-403e-a1c2-9a5691a8bffb",
|
||||
"links": [{"href": "http://127.168.204.2:6385/v1/controller_fs/d30cc018-9218-403e-a1c2-9a5691a8bffb", "rel": "self"}, {"href": "http://127.168.204.2:6385/controller_fs/d30cc018-9218-403e-a1c2-9a5691a8bffb", "rel": "bookmark"}],
|
||||
"created_at": "2017-09-14T17:54:15.896408+00:00",
|
||||
"updated_at": "2017-09-14T20:59:53.114344+00:00",
|
||||
"name": "glance",
|
||||
"name": "platform",
|
||||
"state": "available",
|
||||
"isystem_uuid": "a5b7f26c-423f-41ed-a660-cd8cff4627eb",
|
||||
"replicated": true,
|
||||
|
||||
Reference in New Issue
Block a user