X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=tests%2Fexamples%2Fvnfd_sol006.yaml;h=cb314f9e301166a4fad61b13265b3186964eb9ac;hp=6ecbb82bdc8b5ac72fa025cb779162f2c66ca1cc;hb=0a517b9e7545addee365ae2622f3db035435cc63;hpb=76f6a62b4cc15bc77cf1270d2b1630524fb2879f diff --git a/tests/examples/vnfd_sol006.yaml b/tests/examples/vnfd_sol006.yaml index 6ecbb82..cb314f9 100644 --- a/tests/examples/vnfd_sol006.yaml +++ b/tests/examples/vnfd_sol006.yaml @@ -19,48 +19,70 @@ vnfd: id: vnfd mgmt-cp: vnf-mgmt-ext + sw-image-desc: + - id: ubuntu1804 + image: ubuntu1804 + name: ubuntu1804 + ext-cpd: - id: vnf-mgmt-ext int-cpd: vdu-id: mgmtVM - cpd: vnf-mgmt-int + cpd: mgmtVM-eth0-int - id: vnf-data-ext int-cpd: vdu-id: dataVM - cpd: vnf-data-int + cpd: dataVM-xe0-int int-virtual-link-desc: - id: internal vdu: - id: mgmtVM + sw-image-desc: ubuntu1804 int-cpd: - - id: vnf-mgmt-int + - id: mgmtVM-eth0-int virtual-network-interface-requirement: - name: mgmtVM-eth0 - position: "1" + position: 1 virtual-interface: type: VIRTIO - - id: mgmtVM-internal + - id: mgmtVM-eth1-int int-virtual-link-desc: internal virtual-network-interface-requirement: - name: mgmtVM-eth1 - position: "2" + position: 2 virtual-interface: type: VIRTIO - id: dataVM + sw-image-desc: ubuntu1804 int-cpd: - - id: dataVM-internal + - id: dataVM-eth0-int int-virtual-link-desc: internal virtual-network-interface-requirement: - name: dataVM-eth0 - position: "1" + position: 1 virtual-interface: type: VIRTIO - - id: vnf-data-int + - id: dataVM-xe0-int virtual-network-interface-requirement: - name: dataVM-xe0 - position: "2" + position: 2 virtual-interface: type: VIRTIO + + df: + - id: default-df + instantiation-level: + - id: default-instantiation-level + vdu-level: + - number-of-instances: 1 + vdu-id: mgmtVM + - number-of-instances: 1 + vdu-id: dataVM + vdu-profile: + - id: mgmtVM + min-number-of-instances: 1 + - id: dataVM + min-number-of-instances: 1 \ No newline at end of file