[CORD-2323] Add GraphConstraints for E-CORD

Change-Id: I1cf28305599f01d3e114d4936c5d348133a793dc
diff --git a/profile_manifests/ecord-global.yml b/profile_manifests/ecord-global.yml
index 7b1c232..afb709f 100644
--- a/profile_manifests/ecord-global.yml
+++ b/profile_manifests/ecord-global.yml
@@ -35,6 +35,9 @@
   - xos-gui-extensions.yml
   - carrierethernet-global-app.yaml
 
+xos_new_tosca_config_templates:
+  - service-graph-constraints.yaml
+
 
 xos_other_templates:
  - fabric-network-cfg.json
@@ -58,6 +61,9 @@
   - name: vnaas
     path: orchestration/xos_services/vnaas
 
+# service graph gui constraints
+xos_gui_service_graph_constranints: '["vnaas"]'
+
 # VTN network configuration
 management_network_ip: 172.27.0.1/24
 data_plane_ip: 10.168.0.253/24
diff --git a/profile_manifests/ecord.yml b/profile_manifests/ecord.yml
index 8096dad..5263427 100644
--- a/profile_manifests/ecord.yml
+++ b/profile_manifests/ecord.yml
@@ -39,6 +39,9 @@
   - xos-gui-extensions.yml
   - carrierethernet-local-app.yaml
 
+xos_new_tosca_config_templates:
+  - service-graph-constraints.yaml
+
 xos_other_templates:
   - fabric-network-cfg.json
 
@@ -72,6 +75,9 @@
   - name: vee
     path: orchestration/xos_services/vEE
 
+# service graph gui constraints
+xos_gui_service_graph_constranints: '["vee", "veg", "vrouter"]'
+
 # VTN network configuration
 management_network_ip: 172.27.0.1/24
 data_plane_ip: 10.168.0.253/24