summaryrefslogtreecommitdiffstats
path: root/kud
diff options
context:
space:
mode:
authorEric Multanen <eric.w.multanen@intel.com>2020-05-19 09:44:44 -0700
committerEric Multanen <eric.w.multanen@intel.com>2020-05-28 17:39:07 -0700
commitdbc8b2543e9c92a95b967a1abf2e5445e7799eeb (patch)
tree9fc7c8c71f0958f8efe4f99fe02a405373725cc1 /kud
parent7fc603a5eedcd6a84860c881a1228309a308805f (diff)
Fix Network and ProviderNetwork yaml formatting
Correct yaml format of Network and ProviderNetwork CRs produced by ncm so that they can be deployed in a cluster. Issue-ID: MULTICLOUD-1072 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> Change-Id: I27e55c0c7428ccee6ddb720445e104054eefcee3
Diffstat (limited to 'kud')
-rwxr-xr-xkud/tests/ncm-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/tests/ncm-test.sh b/kud/tests/ncm-test.sh
index 363a1819..78069b14 100755
--- a/kud/tests/ncm-test.sh
+++ b/kud/tests/ncm-test.sh
@@ -128,7 +128,7 @@ providernetworkdata="$(cat<<EOF
],
"providerNetType": "VLAN",
"vlan": {
- "vlanId": 100,
+ "vlanId": "100",
"providerInterfaceName": "eth1",
"logicalInterfaceName": "eth1.100",
"vlanNodeSelector": "specific",