diff --git a/ipprofile_2vm_vnf/ipprofile_2vm_vnfd.yaml b/ipprofile_2vm_vnf/ipprofile_2vm_vnfd.yaml index f40976af2bb35a9cbab6ebed2e687560c25ecf73..791bf9cda83e727f3129d2b04dd385ca3aaf62db 100644 --- a/ipprofile_2vm_vnf/ipprofile_2vm_vnfd.yaml +++ b/ipprofile_2vm_vnf/ipprofile_2vm_vnfd.yaml @@ -35,6 +35,10 @@ vnfd: - id: ubuntu20.04 image: ubuntu20.04 name: ubuntu20.04 + - id: ubuntu20.04-azure + name: ubuntu20.04-azure + image: Canonical:UbuntuServer:20.04-LTS:latest + vim-type: azure vdu: - id: mgmtVM int-cpd: @@ -53,6 +57,8 @@ vnfd: type: PARAVIRT name: mgmtVM sw-image-desc: ubuntu20.04 + alternative-sw-image-desc: + - ubuntu20.04-azure virtual-compute-desc: mgmtVM-compute virtual-storage-desc: - mgmtVM-storage @@ -67,6 +73,8 @@ vnfd: type: PARAVIRT name: dataVM sw-image-desc: ubuntu20.04 + alternative-sw-image-desc: + - ubuntu20.04-azure virtual-compute-desc: dataVM-compute virtual-storage-desc: - dataVM-storage diff --git a/simple_2vm_vnf/simple_2vm_vnfd.yaml b/simple_2vm_vnf/simple_2vm_vnfd.yaml index 3e9c0291814cb3d281b873a006fe0b1eb7d3b593..be7c75b370f8844f207b6f13c4ccf5699478a6b3 100755 --- a/simple_2vm_vnf/simple_2vm_vnfd.yaml +++ b/simple_2vm_vnf/simple_2vm_vnfd.yaml @@ -28,6 +28,10 @@ vnfd: - id: ubuntu20.04 image: ubuntu20.04 name: ubuntu20.04 + - id: ubuntu20.04-azure + name: ubuntu20.04-azure + image: Canonical:UbuntuServer:20.04-LTS:latest + vim-type: azure vdu: - id: mgmtVM int-cpd: @@ -46,6 +50,8 @@ vnfd: type: PARAVIRT name: mgmtVM sw-image-desc: ubuntu20.04 + alternative-sw-image-desc: + - ubuntu20.04-azure virtual-compute-desc: mgmtVM-compute virtual-storage-desc: - mgmtVM-storage @@ -60,6 +66,8 @@ vnfd: type: PARAVIRT name: dataVM sw-image-desc: ubuntu20.04 + alternative-sw-image-desc: + - ubuntu20.04-azure virtual-compute-desc: dataVM-compute virtual-storage-desc: - dataVM-storage diff --git a/ubuntu_4ifaces_vnf/ubuntu_4ifaces_vnfd.yaml b/ubuntu_4ifaces_vnf/ubuntu_4ifaces_vnfd.yaml index 8ae9fb0c822db558c3f1653d0a4714fb1d5784a4..8124eb8ae4967907b1db709f46ced04d3e57f1b9 100644 --- a/ubuntu_4ifaces_vnf/ubuntu_4ifaces_vnfd.yaml +++ b/ubuntu_4ifaces_vnf/ubuntu_4ifaces_vnfd.yaml @@ -34,6 +34,10 @@ vnfd: - id: ubuntu20.04 image: ubuntu20.04 name: ubuntu20.04 + - id: ubuntu20.04-azure + name: ubuntu20.04-azure + image: Canonical:UbuntuServer:20.04-LTS:latest + vim-type: azure vdu: - cloud-init-file: cloud-config.txt id: dataVM @@ -64,6 +68,8 @@ vnfd: type: PARAVIRT name: dataVM sw-image-desc: ubuntu20.04 + alternative-sw-image-desc: + - ubuntu20.04-azure virtual-compute-desc: dataVM-compute virtual-storage-desc: - dataVM-storage