Skip to content
Snippets Groups Projects

Azure alternative images

Merged garciadeblas requested to merge azure-alternative-images into master
3 files
+ 22
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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
Loading