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

Add alternative images for Azure in new packages


Signed-off-by: garciadeblas's avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent d98cef97
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment