Add missing in-band switching config for the leaf switch for demo pod - openonugo tests
Change-Id: I87ac1e1c3f4bd7983d2402576e23d091850f0eea
diff --git a/tosca-configs/voltha/onf-demo-pod-openonugo-onos-netcfg-switch.json b/tosca-configs/voltha/onf-demo-pod-openonugo-onos-netcfg-switch.json
index 42a4c20..66e893b 100644
--- a/tosca-configs/voltha/onf-demo-pod-openonugo-onos-netcfg-switch.json
+++ b/tosca-configs/voltha/onf-demo-pod-openonugo-onos-netcfg-switch.json
@@ -14,6 +14,23 @@
}
}
},
+ "ports" : {
+ "of:0000000000000001/16" : {
+ "interfaces" : [
+ { "name" : "voltha-intf", "vlan-untagged": 4093 }
+ ]
+ },
+ "of:0000000000000001/31" : {
+ "interfaces" : [
+ { "name" : "bng-intf", "vlan-tagged": [4093] }
+ ]
+ },
+ "of:0000000000000001/1" : {
+ "interfaces" : [
+ { "name" : "olt-intf", "vlan-tagged": [4093] }
+ ]
+ }
+ },
"apps": {
"org.opencord.dhcpl2relay" : {
"dhcpl2relay" : {