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/environments/environment.prod.ts b/src/environments/environment.prod.ts
index fc19af5..bae6ff1 100644
--- a/src/environments/environment.prod.ts
+++ b/src/environments/environment.prod.ts
@@ -88,6 +88,7 @@
     OSMREPOS_URL: OSM_ADMIN_ENDPOINT + 'osmrepos',
     NSCONFIGTEMPLATE_URL: OSM_NSD_ENDPOINT + 'ns_config_template',
     K8SCREATECLUSTER_URL: OSM_CLUSTER_ENDPOINT + 'clusters',
+    CONTROLPLANECLUSTER_URL: OSM_CLUSTER_ENDPOINT + 'control_planes',
     K8SINFRACONFIGPROFILE_URL: OSM_CLUSTER_ENDPOINT + 'infra_config_profiles',
     K8SINFRACONTROLLERPROFILE_URL: OSM_CLUSTER_ENDPOINT + 'infra_controller_profiles',
     K8SAPPPROFILE_URL: OSM_CLUSTER_ENDPOINT + 'app_profiles',
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index 1e4f45c..d1fcaf4 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -88,6 +88,7 @@
     OSMREPOS_URL: OSM_ADMIN_ENDPOINT + 'osmrepos',
     NSCONFIGTEMPLATE_URL: OSM_NSD_ENDPOINT + 'ns_config_template',
     K8SCREATECLUSTER_URL: OSM_CLUSTER_ENDPOINT + 'clusters',
+    CONTROLPLANECLUSTER_URL: OSM_CLUSTER_ENDPOINT + 'control_planes',
     K8SINFRACONFIGPROFILE_URL: OSM_CLUSTER_ENDPOINT + 'infra_config_profiles',
     K8SINFRACONTROLLERPROFILE_URL: OSM_CLUSTER_ENDPOINT + 'infra_controller_profiles',
     K8SAPPPROFILE_URL: OSM_CLUSTER_ENDPOINT + 'app_profiles',