Commit 1f31538f authored by garciadeblas's avatar garciadeblas
Browse files

Add alternative images for Azure in new packages

parent d98cef97
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
+8 −0
Original line number Diff line number Diff line
@@ -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
+6 −0
Original line number Diff line number Diff line
@@ -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