[CORD-2342]
Fix misspelling of `constraints`
Change-Id: I73d9d125510067b69f7a2e27e5925d5a9e61e599
diff --git a/profile_manifests/ecord-global.yml b/profile_manifests/ecord-global.yml
index afb709f..a376471 100644
--- a/profile_manifests/ecord-global.yml
+++ b/profile_manifests/ecord-global.yml
@@ -62,7 +62,7 @@
path: orchestration/xos_services/vnaas
# service graph gui constraints
-xos_gui_service_graph_constranints: '["vnaas"]'
+xos_gui_service_graph_constraints: '["vnaas"]'
# VTN network configuration
management_network_ip: 172.27.0.1/24
diff --git a/profile_manifests/ecord.yml b/profile_manifests/ecord.yml
index f27967e..55dcc41 100644
--- a/profile_manifests/ecord.yml
+++ b/profile_manifests/ecord.yml
@@ -76,7 +76,7 @@
path: orchestration/xos_services/vEE
# service graph gui constraints
-xos_gui_service_graph_constranints: '["vee", "veg", "vrouter"]'
+xos_gui_service_graph_constraints: '["vee", "veg", "vrouter"]'
# VTN network configuration
management_network_ip: 172.27.0.1/24
diff --git a/profile_manifests/mcord-ng40.yml b/profile_manifests/mcord-ng40.yml
index 45567d5..1294a17 100644
--- a/profile_manifests/mcord-ng40.yml
+++ b/profile_manifests/mcord-ng40.yml
@@ -84,7 +84,7 @@
keypair: mcord_rsa
# service graph gui constraints
-xos_gui_service_graph_constranints: '["mcord", "venb", ["vspgwc", "vspgwu"]]'
+xos_gui_service_graph_constraints: '["mcord", "venb", ["vspgwc", "vspgwu"]]'
profile_library: "mcord"
diff --git a/profile_manifests/mcord-spirent.yml b/profile_manifests/mcord-spirent.yml
index a25d282..10c2127 100644
--- a/profile_manifests/mcord-spirent.yml
+++ b/profile_manifests/mcord-spirent.yml
@@ -81,7 +81,7 @@
keypair: mcord_rsa
# service graph gui constraints
-xos_gui_service_graph_constranints: '[]'
+xos_gui_service_graph_constraints: '[]'
profile_library: "mcord"
@@ -272,4 +272,4 @@
- name: "image-spgwu"
url: "http://www.vicci.org/cord/ngic-dp1-cmpress.qcow2.20171121"
- checksum: "sha256:2d431dc24b8de5d531ddf9a82c20f692d9ac8c9d4dd0295c535acc06c6635bc5"
\ No newline at end of file
+ checksum: "sha256:2d431dc24b8de5d531ddf9a82c20f692d9ac8c9d4dd0295c535acc06c6635bc5"
diff --git a/profile_manifests/mcord.yml b/profile_manifests/mcord.yml
index 6f78dac..da0dcea 100644
--- a/profile_manifests/mcord.yml
+++ b/profile_manifests/mcord.yml
@@ -102,7 +102,7 @@
keypair: mcord_rsa
# service graph gui constraints
-xos_gui_service_graph_constranints: '[]'
+xos_gui_service_graph_constraints: '[]'
profile_library: "mcord"
diff --git a/profile_manifests/rcord.yml b/profile_manifests/rcord.yml
index 9160c3d..2d6a5d8 100644
--- a/profile_manifests/rcord.yml
+++ b/profile_manifests/rcord.yml
@@ -87,7 +87,7 @@
# synchronizer: false
# service graph gui constraints
-xos_gui_service_graph_constranints: '[[null, "rcord"], [null, "volt"], ["addressmanager", "vsg"], [null, "vrouter"]]'
+xos_gui_service_graph_constraints: '[[null, "rcord"], [null, "volt"], ["addressmanager", "vsg"], [null, "vrouter"]]'
profile_library: "rcord"
diff --git a/roles/cord-profile/defaults/main.yml b/roles/cord-profile/defaults/main.yml
index a875db9..e139397 100644
--- a/roles/cord-profile/defaults/main.yml
+++ b/roles/cord-profile/defaults/main.yml
@@ -62,7 +62,7 @@
xos_services: []
-xos_gui_service_graph_constranints: []
+xos_gui_service_graph_constraints: []
xos_tosca_config_templates: []
diff --git a/roles/cord-profile/templates/service-graph-constraints.yaml.j2 b/roles/cord-profile/templates/service-graph-constraints.yaml.j2
index f1897b1..00fbc4a 100644
--- a/roles/cord-profile/templates/service-graph-constraints.yaml.j2
+++ b/roles/cord-profile/templates/service-graph-constraints.yaml.j2
@@ -11,4 +11,4 @@
constraints:
type: tosca.nodes.ServiceGraphConstraint
properties:
- constraints: '{{xos_gui_service_graph_constranints}}'
\ No newline at end of file
+ constraints: '{{ xos_gui_service_graph_constraints }}'