## # Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U. # This file is part of openmano # All Rights Reserved. # # 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. # # For those usages not covered by the Apache License, Version 2.0 please # contact with: nfvlabs@tid.es ## --- vnfd-catalog: vnfd: - id: linux_2VMs_v02 name: linux_2VMs_v02 description: "Example of a linux VNF consisting of two VMs with one internal network" connection-point: - id: eth0 name: eth0 short-name: eth0 type: VPORT - id: xe1 name: xe1 short-name: xe1 type: VPORT internal-vld: - id: internalnet name: internalnet short-name: internalnet ip-profile-ref: ip-prof1 type: ELAN internal-connection-point: - id-ref: VM1-xe0 - id-ref: VM2-xe0 ip-profiles: - name: ip-prof1 description: IP profile gateway-address: 192.168.1.1 dns-address: 8.8.8.8 #- address: 8.8.8.8 ip-profile-params: ip-version: ipv4 subnet-address: 192.168.1.0/24 dhcp-params: enabled: true start-address: 192.168.1.100 count: 100 vdu: - id: linux_2VMs-VM1 name: linux_2VMs-VM1 description: Generic Linux Virtual Machine #Copy the image to a compute path and edit this path image: TestVM vm-flavor: memory-mb: '2048' storage-gb: '10' vcpu-count: '4' interface: - name: eth0 type: EXTERNAL virtual-interface: type: VIRTIO vpci: "0000:00:09.0" external-connection-point-ref: eth0 - name: xe0 type: INTERNAL virtual-interface: type: VIRTIO vpci: "0000:00:11.0" internal-connection-point-ref: VM1-xe0 - name: xe1 type: EXTERNAL virtual-interface: type: VIRTIO vpci: "0000:00:12.0" external-connection-point-ref: xe1 internal-connection-point: - id: VM1-xe0 name: VM1-xe0 short-name: VM1-xe0 type: VPORT - id: linux_2VMs-VM2 name: linux_2VMs-VM2 description: Generic Linux Virtual Machine #Copy the image to a compute path and edit this path image: TestVM vm-flavor: memory-mb: '2048' storage-gb: '10' vcpu-count: '4' interface: - name: eth0 type: EXTERNAL virtual-interface: type: VIRTIO vpci: "0000:00:09.0" external-connection-point-ref: eth0 - name: xe0 type: INTERNAL virtual-interface: type: VIRTIO vpci: "0000:00:11.0" internal-connection-point-ref: VM2-xe0 - name: xe1 type: EXTERNAL virtual-interface: type: VIRTIO vpci: "0000:00:12.0" external-connection-point-ref: xe1 internal-connection-point: - id: VM2-xe0 name: VM2-xe0 short-name: VM2-xe0 type: VPORT