Skip to content
Snippets Groups Projects
Commit 774f6600 authored by velandy's avatar velandy Committed by Gerrit Code Review
Browse files

Merge "add scaling support to cirros"

parents c689090e 9d3231df
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,18 @@ nsd:nsd-catalog:
# Multiple constituent VNFDs can be specified
- member-vnf-index: 1
vnfd-id-ref: cirros_vnfd
scaling-group-descriptor:
- name: "scaling_cirros"
vnfd-member:
- count: 1
member-vnf-index-ref: 1
min-instance-count: 0
max-instance-count: 10
scaling-policy:
- scaling-type: "manual"
cooldown-time: 10
threshold-time: 10
name: manual_scale
vld:
# Networks for the VNFs
- id: cirros_nsd_vld1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment