BBSIM TOSCA
Change-Id: I8f88868133bb1099ef956071217ffdbb52fd03cf
diff --git a/tosca-configs/att-workflow/onlab-pod1-bbsim.yaml b/tosca-configs/att-workflow/onlab-pod1-bbsim.yaml
index 5a28461..e6011a9 100755
--- a/tosca-configs/att-workflow/onlab-pod1-bbsim.yaml
+++ b/tosca-configs/att-workflow/onlab-pod1-bbsim.yaml
@@ -19,6 +19,7 @@
- custom_types/oltdevice.yaml
- custom_types/onudevice.yaml
- custom_types/voltservice.yaml
+ - custom_types/bngportmapping.yaml
- custom_types/attworkflowdriverwhitelistentry.yaml
- custom_types/attworkflowdriverservice.yaml
- custom_types/rcordsubscriber.yaml
@@ -36,7 +37,7 @@
type: tosca.nodes.OLTDevice
properties:
name: BBSIM_OLT
- device_type: bbsim
+ device_type: bbsimolt
host: bbsim.voltha.svc
# host: 10.233.33.1
port: 50060
@@ -50,6 +51,12 @@
node: service#volt
relationship: tosca.relationships.BelongsToOne
+ bngmapping:
+ type: tosca.nodes.BNGPortMapping
+ properties:
+ s_tag: any
+ switch_port: 31
+
# Whitelist
service#att:
type: tosca.nodes.AttWorkflowDriverService
@@ -60,9 +67,8 @@
NONE31323030:
type: tosca.nodes.AttWorkflowDriverWhiteListEntry
properties:
- serial_number: NONE30313030
- pon_port_id: 536870912
- # device_id: of:000000000ae9327a
+ serial_number: NONE00000100
+ pon_port_id: 536870913
device_id: of:0000aabbccddee12
requirements:
- owner:
@@ -73,11 +79,11 @@
bbsim_subscriber_1:
type: tosca.nodes.RCORDSubscriber
properties:
- name: Sub_NONE30313030
+ name: Sub_NONE00000100
status: pre-provisioned
c_tag: 123
s_tag: 456
- onu_device: NONE30313030
+ onu_device: NONE00000100
nas_port_id : "PON 1/1/03/1:1.1.1"
circuit_id: foo1
remote_id: bar1
\ No newline at end of file