X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Ftest%2FRO_tests%2Fv3_2vdu_set_ip_mac%2Fvnfd_2vdu_set_ip_mac2.yaml;fp=RO%2Ftest%2FRO_tests%2Fv3_2vdu_set_ip_mac%2Fvnfd_2vdu_set_ip_mac2.yaml;h=ad574a16cc0903fc7c9fab9f0a65d55647941eb0;hb=51cc9c4c78bb54c84a5d2399207d206eb30ea247;hp=0000000000000000000000000000000000000000;hpb=9f40121f66e644ddf700720d8d4bdf464f6dd414;p=osm%2FRO.git diff --git a/RO/test/RO_tests/v3_2vdu_set_ip_mac/vnfd_2vdu_set_ip_mac2.yaml b/RO/test/RO_tests/v3_2vdu_set_ip_mac/vnfd_2vdu_set_ip_mac2.yaml new file mode 100644 index 00000000..ad574a16 --- /dev/null +++ b/RO/test/RO_tests/v3_2vdu_set_ip_mac/vnfd_2vdu_set_ip_mac2.yaml @@ -0,0 +1,106 @@ +## +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +## +vnfd-catalog: + vnfd: + - connection-point: + - name: eth0 + type: VPORT + - name: eth1 + type: VPORT + - name: eth4 + type: VPORT + description: VNF with internal VLD and set IP and mac + id: test_2vdu2 + name: test_2vdu2_name + short-name: test_2vdu2_sname + mgmt-interface: + cp: eth0 + internal-vld: + - description: Internal VL + id: net_internal + name: internal_vld2 + short-name: net_internal_sname + type: ELAN + internal-connection-point: + - id-ref: eth2 + ip-address: 10.10.133.4 + - id-ref: eth3 + ip-address: 10.10.133.5 + ip-profile-ref: ip-profile1 + ip-profiles: + - description: Inter VNF Link + ip-profile-params: + gateway-address: 10.10.133.1 + ip-version: ipv4 + subnet-address: 10.10.133.0/24 + dhcp-params: + count: 200 + start-address: 10.10.133.20 + name: ip-profile1 + vdu: + - id: VM1 + name: VM21 + image: US1604 + interface: + - name: iface11 + type: EXTERNAL + virtual-interface: + type: VIRTIO + external-connection-point-ref: eth0 + mac-address: "52:33:44:55:66:81" + - name: iface12 + type: INTERNAL + virtual-interface: + type: VIRTIO + internal-connection-point-ref: eth2 + mac-address: "52:33:44:55:66:82" + - name: iface13 + type: EXTERNAL + virtual-interface: + type: VIRTIO + external-connection-point-ref: eth4 + internal-connection-point: + - name: eth2-icp + id: eth2 + type: VPORT + vm-flavor: + memory-mb: '2048' + storage-gb: '8' + vcpu-count: '1' + - id: VM2 + image: US1604 + name: VM22 + interface: + - name: iface21 + type: EXTERNAL + virtual-interface: + type: VIRTIO + external-connection-point-ref: eth1 + mac-address: 52:33:44:55:66:83 + - name: iface22 + type: INTERNAL + virtual-interface: + type: VIRTIO + internal-connection-point-ref: eth3 + mac-address: 52:33:44:55:66:84 + internal-connection-point: + - name: eth3-icp + id: eth3 + type: VPORT + vm-flavor: + memory-mb: '2048' + storage-gb: '8' + vcpu-count: '1' + vendor: ROtest + version: '1.0'