X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=descriptor-packages%2Fnsd%2Fsimple_multi-charm_multi-vdu-ns%2Fsrc%2Fsimple_multi-charm_multi-vdu_nsd.yaml;fp=descriptor-packages%2Fnsd%2Fsimple_multi-charm_multi-vdu-ns%2Fsrc%2Fsimple_multi-charm_multi-vdu_nsd.yaml;h=bd21706df7bbb6828693a88bf62f96f724e833a1;hb=f52f42c54c8c4b9d249401a22648e8660c587750;hp=0000000000000000000000000000000000000000;hpb=ba2cca9509dfbea3af2ba3d3a3df806dfba13c68;p=osm%2Fdevops.git diff --git a/descriptor-packages/nsd/simple_multi-charm_multi-vdu-ns/src/simple_multi-charm_multi-vdu_nsd.yaml b/descriptor-packages/nsd/simple_multi-charm_multi-vdu-ns/src/simple_multi-charm_multi-vdu_nsd.yaml new file mode 100644 index 00000000..bd21706d --- /dev/null +++ b/descriptor-packages/nsd/simple_multi-charm_multi-vdu-ns/src/simple_multi-charm_multi-vdu_nsd.yaml @@ -0,0 +1,38 @@ +nsd:nsd-catalog: + nsd: + - id: multicharmvdu-ns + name: multicharmvdu-ns + short-name: multicharmvdu-ns + description: NS with 2 VNFs multicharmvdu-vnf connected by datanet and mgmtnet VLs + version: '1.0' + logo: osm.png + constituent-vnfd: + - vnfd-id-ref: multicharmvdu-vnf + member-vnf-index: '1' + - vnfd-id-ref: multicharmvdu-vnf + member-vnf-index: '2' + vld: + - id: mgmtnet + name: mgmtnet + short-name: mgmtnet + type: ELAN + mgmt-network: 'true' + vim-network-name: mgmt + vnfd-connection-point-ref: + - vnfd-id-ref: multicharmvdu-vnf + member-vnf-index-ref: '1' + vnfd-connection-point-ref: vnf-mgmt + - vnfd-id-ref: multicharmvdu-vnf + member-vnf-index-ref: '2' + vnfd-connection-point-ref: vnf-mgmt + - id: datanet + name: datanet + short-name: datanet + type: ELAN + vnfd-connection-point-ref: + - vnfd-id-ref: multicharmvdu-vnf + member-vnf-index-ref: '1' + vnfd-connection-point-ref: vnf-data + - vnfd-id-ref: multicharmvdu-vnf + member-vnf-index-ref: '2' + vnfd-connection-point-ref: vnf-data