Skip to content
Snippets Groups Projects

Azure alternative images

Merged garciadeblas requested to merge azure-alternative-images into master
20 files
+ 128
128
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -65,13 +65,13 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- id: ubuntu16.04-aws
name: ubuntu16.04-aws
- id: ubuntu18.04-aws
name: ubuntu18.04-aws
image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
vim-type: aws
- id: ubuntu16.04-azure
name: ubuntu16.04-azure
image: Canonical:UbuntuServer:16.04-LTS:16.04.202103160
- id: ubuntu18.04-azure
name: ubuntu18.04-azure
image: Canonical:UbuntuServer:18.04-LTS:latest
vim-type: azure
vdu:
- cloud-init-file: cloud-config.txt
@@ -92,8 +92,8 @@ vnfd:
name: mgmtVM
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu16.04-aws
- ubuntu16.04-azure
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
Loading