Skip to content
Snippets Groups Projects
Commit 1f31538f authored by garciadeblas's avatar garciadeblas
Browse files

Add alternative images for Azure in new packages


Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent d98cef97
No related branches found
No related tags found
1 merge request!153Azure alternative images
This commit is part of merge request !153. Comments created here will be created in the context of that merge request.
...@@ -35,6 +35,10 @@ vnfd: ...@@ -35,6 +35,10 @@ vnfd:
- id: ubuntu20.04 - id: ubuntu20.04
image: ubuntu20.04 image: ubuntu20.04
name: ubuntu20.04 name: ubuntu20.04
- id: ubuntu20.04-azure
name: ubuntu20.04-azure
image: Canonical:UbuntuServer:20.04-LTS:latest
vim-type: azure
vdu: vdu:
- id: mgmtVM - id: mgmtVM
int-cpd: int-cpd:
...@@ -53,6 +57,8 @@ vnfd: ...@@ -53,6 +57,8 @@ vnfd:
type: PARAVIRT type: PARAVIRT
name: mgmtVM name: mgmtVM
sw-image-desc: ubuntu20.04 sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-azure
virtual-compute-desc: mgmtVM-compute virtual-compute-desc: mgmtVM-compute
virtual-storage-desc: virtual-storage-desc:
- mgmtVM-storage - mgmtVM-storage
...@@ -67,6 +73,8 @@ vnfd: ...@@ -67,6 +73,8 @@ vnfd:
type: PARAVIRT type: PARAVIRT
name: dataVM name: dataVM
sw-image-desc: ubuntu20.04 sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-azure
virtual-compute-desc: dataVM-compute virtual-compute-desc: dataVM-compute
virtual-storage-desc: virtual-storage-desc:
- dataVM-storage - dataVM-storage
......
...@@ -28,6 +28,10 @@ vnfd: ...@@ -28,6 +28,10 @@ vnfd:
- id: ubuntu20.04 - id: ubuntu20.04
image: ubuntu20.04 image: ubuntu20.04
name: ubuntu20.04 name: ubuntu20.04
- id: ubuntu20.04-azure
name: ubuntu20.04-azure
image: Canonical:UbuntuServer:20.04-LTS:latest
vim-type: azure
vdu: vdu:
- id: mgmtVM - id: mgmtVM
int-cpd: int-cpd:
...@@ -46,6 +50,8 @@ vnfd: ...@@ -46,6 +50,8 @@ vnfd:
type: PARAVIRT type: PARAVIRT
name: mgmtVM name: mgmtVM
sw-image-desc: ubuntu20.04 sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-azure
virtual-compute-desc: mgmtVM-compute virtual-compute-desc: mgmtVM-compute
virtual-storage-desc: virtual-storage-desc:
- mgmtVM-storage - mgmtVM-storage
...@@ -60,6 +66,8 @@ vnfd: ...@@ -60,6 +66,8 @@ vnfd:
type: PARAVIRT type: PARAVIRT
name: dataVM name: dataVM
sw-image-desc: ubuntu20.04 sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-azure
virtual-compute-desc: dataVM-compute virtual-compute-desc: dataVM-compute
virtual-storage-desc: virtual-storage-desc:
- dataVM-storage - dataVM-storage
......
...@@ -34,6 +34,10 @@ vnfd: ...@@ -34,6 +34,10 @@ vnfd:
- id: ubuntu20.04 - id: ubuntu20.04
image: ubuntu20.04 image: ubuntu20.04
name: ubuntu20.04 name: ubuntu20.04
- id: ubuntu20.04-azure
name: ubuntu20.04-azure
image: Canonical:UbuntuServer:20.04-LTS:latest
vim-type: azure
vdu: vdu:
- cloud-init-file: cloud-config.txt - cloud-init-file: cloud-config.txt
id: dataVM id: dataVM
...@@ -64,6 +68,8 @@ vnfd: ...@@ -64,6 +68,8 @@ vnfd:
type: PARAVIRT type: PARAVIRT
name: dataVM name: dataVM
sw-image-desc: ubuntu20.04 sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-azure
virtual-compute-desc: dataVM-compute virtual-compute-desc: dataVM-compute
virtual-storage-desc: virtual-storage-desc:
- dataVM-storage - dataVM-storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment