From 9d3231dfb15b66c63818fd58e1ec30ece0f298e9 Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Mon, 8 May 2017 12:24:49 -0400 Subject: [PATCH] add scaling support to cirros --- src/nsd/cirros_ns/cirros_nsd.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/nsd/cirros_ns/cirros_nsd.yaml b/src/nsd/cirros_ns/cirros_nsd.yaml index 364d368e..7cecae5e 100644 --- a/src/nsd/cirros_ns/cirros_nsd.yaml +++ b/src/nsd/cirros_ns/cirros_nsd.yaml @@ -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 -- 2.25.1