commit | 8367cfefa49166f1d205f841f633f6420bc27e56 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Jun 26 17:31:20 2019 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Jun 26 17:31:20 2019 -0700 |
tree | cc883bdd1cd5f4292deb3236d217b0432e05dc8a | |
parent | e9fb254261d61b2a4d7189dfff35fc53d7e03a9b [diff] |
Setting different parameters on default profile DEMO-pod Change-Id: Ie16ca88c5afe36c15354d220160f87b08387b845
diff --git a/tosca-configs/att-workflow/onf-demo-pod-subscriber.yaml b/tosca-configs/att-workflow/onf-demo-pod-subscriber.yaml index 1e854e2..dfcc81a 100755 --- a/tosca-configs/att-workflow/onf-demo-pod-subscriber.yaml +++ b/tosca-configs/att-workflow/onf-demo-pod-subscriber.yaml
@@ -24,6 +24,17 @@ topology_template: node_templates: + default: + type: tosca.nodes.BandwidthProfile + properties: + name: Default + must-exist: true + air: 100000 + cbs: 30 + cir: 600 + ebs: 30 + eir: 400 + high_speed_bp: type: tosca.nodes.BandwidthProfile properties: