File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,38 @@ UnmanageCluster:
9090 version: 1
9191```
9292
93+ * While import flow in progress the values of `cluster_job_id` and
94+ `cluster_job_status` should be set with import job id and `Importing`
95+ respectively
96+
97+ * Once import flow is successful the value of `cluster_job_status` would be set
98+ as `done`
99+
100+ * If import flow fails the value of `cluster_job_status` would be set as
101+ `Import failed`
102+
103+ * While un-manage flow in progress the values of `cluster_job_id` and
104+ `cluster_job_status` should be set with un-manage job id and `Unmanaging`
105+ respectively
106+
107+ * Once un-manage flow is successful the value of `cluster_job_status` would be
108+ set as `done`
109+
110+ * If un-manage flow fails the value of `cluster_job_status` would be set as
111+ `Unmanage failed`
112+
113+
93114=== Alternatives
94115
95116None
96117
97118=== Data model impact
98119
99- None
120+ * Change the fields `import_job_id` and `import_status` as `cluster_job_id` and
121+ `cluster_job_status` respectively for cluster entity
122+
123+ * The same fields would be updated with appropriate details while import and
124+ un-manage flows on cluster
100125
101126=== Impacted Modules:
102127
@@ -244,7 +269,7 @@ Primary assignee:
244269
245270== Dependencies:
246271
247- None
272+ * https://github.com/Tendrl/api/issues/349
248273
249274== Testing:
250275
@@ -295,5 +320,3 @@ clearly mentioned in documents
295320* https://github.com/Tendrl/monitoring-integration/pull/317
296321
297322* https://github.com/Tendrl/ui/issues/801
298-
299- * https://github.com/Tendrl/api/issues/349
You can’t perform that action at this time.
0 commit comments