Commit 7e56194a authored by lloretgalleg's avatar lloretgalleg
Browse files

added alternative image for azure



Signed-off-by: default avatarIsabel Lloret <illoret@indra.es>
parent 58e8238b
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -29,6 +29,14 @@ vnfd:
  - id: ubuntu18.04
    image: ubuntu18.04
    name: ubuntu18.04
  - id: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    name: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    vim-type: aws
  - id: ubuntu18.04-azure
    image: Canonical:UbuntuServer:18.04-LTS:18.04.201809110
    name: ubuntu18.04-azure
    vim-type: azure
  vdu:
  - cloud-init-file: cloud-config.txt
    id: mgmtVM
@@ -47,6 +55,9 @@ vnfd:
          type: PARAVIRT
    name: mgmtVM
    sw-image-desc: ubuntu18.04
    alternative-sw-image-desc:
    - ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    - ubuntu18.04-azure
    virtual-compute-desc: mgmtVM-compute
    virtual-storage-desc:
    - mgmtVM-storage
+11 −0
Original line number Diff line number Diff line
@@ -28,6 +28,14 @@ vnfd:
  - id: ubuntu18.04
    image: ubuntu18.04
    name: ubuntu18.04
  - id: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    name: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    vim-type: aws
  - id: ubuntu18.04-azure
    image: Canonical:UbuntuServer:18.04-LTS:18.04.201809110
    name: ubuntu18.04-azure
    vim-type: azure
  vdu:
  - cloud-init-file: cloud-config.txt
    id: mgmtVM
@@ -46,6 +54,9 @@ vnfd:
          type: PARAVIRT
    name: mgmtVM
    sw-image-desc: ubuntu18.04
    alternative-sw-image-desc:
    - ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    - ubuntu18.04-azure
    virtual-compute-desc: mgmtVM-compute
    virtual-storage-desc:
    - mgmtVM-storage
+11 −0
Original line number Diff line number Diff line
@@ -28,6 +28,14 @@ vnfd:
  - id: ubuntu18.04
    image: ubuntu18.04
    name: ubuntu18.04
  - id: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    name: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    vim-type: aws
  - id: ubuntu18.04-azure
    image: Canonical:UbuntuServer:18.04-LTS:18.04.201809110
    name: ubuntu18.04-azure
    vim-type: azure
  vdu:
  - cloud-init-file: cloud-config.txt
    id: mgmtVM
@@ -46,6 +54,9 @@ vnfd:
          type: PARAVIRT
    name: mgmtVM
    sw-image-desc: ubuntu18.04
    alternative-sw-image-desc:
    - ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    - ubuntu18.04-azure
    virtual-compute-desc: mgmtVM-compute
    virtual-storage-desc:
    - mgmtVM-storage
+11 −0
Original line number Diff line number Diff line
@@ -28,6 +28,14 @@ vnfd:
  - id: ubuntu18.04
    image: ubuntu18.04
    name: ubuntu18.04
  - id: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    name: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    vim-type: aws
  - id: ubuntu18.04-azure
    image: Canonical:UbuntuServer:18.04-LTS:18.04.201809110
    name: ubuntu18.04-azure
    vim-type: azure
  vdu:
  - cloud-init-file: cloud-config.txt
    id: mgmtVM
@@ -46,6 +54,9 @@ vnfd:
          type: PARAVIRT
    name: mgmtVM
    sw-image-desc: ubuntu18.04
    alternative-sw-image-desc:
    - ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    - ubuntu18.04-azure
    virtual-compute-desc: mgmtVM-compute
    virtual-storage-desc:
    - mgmtVM-storage
+11 −0
Original line number Diff line number Diff line
@@ -28,6 +28,14 @@ vnfd:
  - id: ubuntu18.04
    image: ubuntu18.04
    name: ubuntu18.04
  - id: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    name: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    vim-type: aws
  - id: ubuntu18.04-azure
    image: Canonical:UbuntuServer:18.04-LTS:18.04.201809110
    name: ubuntu18.04-azure
    vim-type: azure
  vdu:
  - cloud-init-file: cloud-config.txt
    id: mgmtVM
@@ -46,6 +54,9 @@ vnfd:
          type: PARAVIRT
    name: mgmtVM
    sw-image-desc: ubuntu18.04
    alternative-sw-image-desc:
    - ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    - ubuntu18.04-azure
    virtual-compute-desc: mgmtVM-compute
    virtual-storage-desc:
    - mgmtVM-storage
Loading