Skip to content

Commit 37b8032

Browse files
author
Shubhendu
committed
Added more details about API dependencies
tendrl-bug-id: #252 Signed-off-by: Shubhendu <shtripat@redhat.com>
1 parent 53fdc5d commit 37b8032

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

specs/unmanage_cluster.adoc

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff 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

95116
None
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

0 commit comments

Comments
 (0)