Feature: 11055 Support of several node groups in clusters created by OSM

	- Added control plane support in managed post
	- When aws vim account is selected paylaod will get differed
	- Added details page in clusters to view node and ksu for
	  specified cluster
	- Fixed Bug 2402 - Unable to create Ns Config template from Ui
	  bug by chnaging api

Change-Id: I4eb327fd86b0c4a706b05a8ed10524e4d2c5bc95
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/models/CommonModel.ts b/src/models/CommonModel.ts
index 001d970..f29ee68 100644
--- a/src/models/CommonModel.ts
+++ b/src/models/CommonModel.ts
@@ -70,14 +70,14 @@
     sdnOperationalStateFirstStep = 'PROCESSING',
     sdnOperationalStateStateSecondStep = 'ENABLED',
     sdnOperationalStateThirdStep = 'ERROR',
-    k8OperationalStateFirstStep = 'CREATED',
-    k8OperationalStateStateSecondStep = 'IN_CREATION',
-    k8OperationalStateThirdStep = 'IN_DELETION',
-    k8OperationalStateFourthStep = 'FAILED_DELETION',
-    k8OperationalStateFifthStep = 'FAILED_CREATION',
-    k8OperationalStateSixthStep = 'N/A',
-    clusterModeFirstStep = 'MANAGED',
-    clusterModeSecondStep = 'REGISTERED',
+    k8OperationalStateFirstStep = 'READY',
+    k8OperationalStateStateSecondStep = 'ERROR',
+    k8OperationalStateThirdStep = 'IN_PROGRESS',
+    k8OperationalStateFourthStep = 'N/A',
+    k8OperationalStateFifthStep = 'ENABLED',
+    k8OperationalStateSixthStep = 'DEGRADED',
+    clusterModeFirstStep = 'managed',
+    clusterModeSecondStep = 'registered',
     done = 'done',
     close = 'close',
     userActive = 'active',
@@ -137,6 +137,8 @@
     createdbyosm?: string;
     bootstrap?: boolean;
     key?: boolean;
+    cluster_mode?: string;
+    cluster_id?: string;
     operationType?: string;
 }
 /** Handle the Delete params */
@@ -152,6 +154,7 @@
     createdbyosm?: string;
     bootstrap?: boolean;
     key?: boolean;
+    cluster_id?: string;
 }
 
 /** Interface for the Delete Details */