Fixing example yaml file
Change-Id: Ic99b8de04fad0f57594f8b11d4d966253bd793ff
diff --git a/examples/vnaasglobal-service-reference.yaml b/examples/vnaasglobal-service-reference.yaml
index a86043b..2d91af7 100644
--- a/examples/vnaasglobal-service-reference.yaml
+++ b/examples/vnaasglobal-service-reference.yaml
@@ -42,8 +42,8 @@
properties:
cbs: 1000
ebs: 1200
- cir: 1000000
- eir: 1200000
+ cir: 1000
+ eir: 1200
name: bronze
bandwidthprofile#silver:
@@ -52,8 +52,8 @@
properties:
cbs: 1500
ebs: 2000
- cir: 1500000
- eir: 2000000
+ cir: 10000
+ eir: 2000
name: silver
bandwidthprofile#gold:
@@ -62,8 +62,8 @@
properties:
cbs: 2000
ebs: 2700
- cir: 2000000
- eir: 2700000
+ cir: 20000
+ eir: 5000
name: gold
bandwidthprofile#platinum:
@@ -72,8 +72,8 @@
properties:
cbs: 2500
ebs: 3200
- cir: 2500000
- eir: 3200000
+ cir: 100000
+ eir: 10000
name: platinum
usernetworkinterface#UserNetworkInterface1:
@@ -83,7 +83,7 @@
tenant: onf
name: uni1
latlng: [37.973535, -122.531087]
- cpe_id: netconf:192.168.56.10:830/0
+ cpe_id: domain:10.90.1.30-cord-onos/1
usernetworkinterface#UserNetworkInterface2:
type: tosca.nodes.UserNetworkInterface
@@ -92,7 +92,7 @@
tenant: onf
name: uni2
latlng: [37.773972, -122.431297]
- cpe_id: netconf:192.168.56.20:830/0
+ cpe_id: domain:10.90.1.50-cord-onos/1
usernetworkinterface#UserNetworkInterface3:
type: tosca.nodes.UserNetworkInterface
@@ -101,15 +101,15 @@
tenant: onf
name: uni3
latlng: [37.871637, -122.259750]
- cpe_id: netconf:192.168.56.30:830/0
+ cpe_id: domain:10.90.1.70-cord-onos/1
# eline#testeline:
# type: tosca.nodes.ELine
# requirements:
# properties:
# name: testeline
- # connect_point_1_id: netconf:10.6.0.160:830/0
- # connect_point_2_id: netconf:10.6.0.161:830/0
+ # connect_point_1_id: domain:10.90.1.30-cord-onos/1
+ # connect_point_2_id: domain:10.90.1.50-cord-onos/1
# vlanids: 100
# cord_site_name: onfGlobalONOS
# bwp: gold
\ No newline at end of file