Feature 11016: Add nsd and vnfd descriptor for testing Service KPI Metric Based Scaling of VNF using exporter endpoint in NGSA
5 unresolved threads
Feature 11016: Add nsd and vnfd descriptor for testing Service KPI Metric Based Scaling of VNF using exporter endpoint in NGSA This nsd and vnfd can be used to test Service KPI based auto scaling feature
Edited by rahulkumarr
Merge request reports
Activity
Filter activity
assigned to @rahulkumarr
requested review from @garciadeblas
mentioned in issue osm/features#11038
mentioned in issue osm/features#11016
1 #cloud-config 2 password: osm2022 I am not sure how to pass
cloud-config
password as part of the NS instantiation params. And I have not found any mention in user guide as well. Kindly mention any link or document for reference.Edited by rahulkumarr
35 scale-out-relational-operation: GT 36 scale-out-threshold: 48000000 37 vnf-monitoring-param-ref: vnf_cpu_util 38 scaling-type: automatic 39 threshold-time: 3 40 41 ext-cpd: 42 - id: vnf-cp0-ext 43 int-cpd: 44 cpd: vdu-eth0-int 45 vdu-id: hackfest_basic-VM 46 id: hackfest_basic-vnf 47 mgmt-cp: vnf-cp0-ext 48 product-name: hackfest_basic-vnf 49 sw-image-desc: 50 - id: ubuntu20.04 changed this line in version 2 of the diff
- Resolved by rahulkumarr
added 1 commit
- d9c1b90f - This nsd and vnfs can be used to test Service KPI based scaling feat
1 nsd: 2 nsd: 3 - description: Simple NS with a single VNF and a single VL 4 df: 5 - id: default-df 6 vnf-profile: 7 - id: '1' 8 virtual-link-connectivity: 9 - constituent-cpd-id: 10 - constituent-base-element-id: '1' 11 constituent-cpd-id: vnf-cp0-ext 12 virtual-link-profile-id: mgmtnet 13 vnfd-id: hackfest_basic-vnf changed this line in version 3 of the diff
added 1 commit
- 3e3f146e - Feature 11016: Add nsd and vnfd descriptor for testing Service KPI Metric...