Adding UNI to vnodglobal
Change-Id: Ib3cfc762d5a1595c7f81ff6984ca9945233b1f93
diff --git a/deploy-xos-playbook.retry b/deploy-xos-playbook.retry
new file mode 100644
index 0000000..c7fd6be
--- /dev/null
+++ b/deploy-xos-playbook.retry
@@ -0,0 +1 @@
+mockecordbs_xos_bootstrap_ui_1
diff --git a/roles/cord-profile/templates/vnodglobal-service.yaml.j2 b/roles/cord-profile/templates/vnodglobal-service.yaml.j2
index 51835b0..a40076d 100644
--- a/roles/cord-profile/templates/vnodglobal-service.yaml.j2
+++ b/roles/cord-profile/templates/vnodglobal-service.yaml.j2
@@ -13,11 +13,53 @@
type: tosca.nodes.EcordBandwidthProfile
requirements:
properties:
+ bwpcfgcbs: 1000
+ bwpcfgebs: 1200
+ bwpcfgcir: 1000000
+ bwpcfgeir: 1200000
+ name: ecordbandwidthprofile
+
+ bandwidthprofile#UniBandwidthprofile:
+ type: tosca.nodes.EcordBandwidthProfile
+ requirements:
+ properties:
bwpcfgcbs: 100
bwpcfgebs: 50
bwpcfgcir: 600
bwpcfgeir: 50
- name: ecordbandwidthprofile
+ name: unibandwidthprofile
+
+ bandwidthprofile#EvcBandwidthprofile:
+ type: tosca.nodes.EcordBandwidthProfile
+ requirements:
+ properties:
+ bwpcfgcbs: 100
+ bwpcfgebs: 50
+ bwpcfgcir: 600
+ bwpcfgeir: 50
+ name: evcbandwidthprofile
+
+ bandwidthprofile#FlowBandwidthprofile:
+ type: tosca.nodes.EcordBandwidthProfile
+ requirements:
+ properties:
+ bwpcfgcbs: 100
+ bwpcfgebs: 50
+ bwpcfgcir: 600
+ bwpcfgeir: 50
+ name: flowbandwidthprofile
+
+ usernetworkinterface#UserNetworkInterface1:
+ type: tosca.nodes.EcordUserNetworkInterface
+ requirements:
+ properties:
+ enabled: true
+ capacity: 10000000
+ bw_used: 50000
+ vlanIds: [100,200,300]
+ name: uni1
+ location: San Rafael
+ latlng: [-122.531087, 37.973535]
service#vnodglobal:
type: tosca.nodes.VNodGlobalService