Skip to content
Snippets Groups Projects

Azure alternative images

Merged garciadeblas requested to merge azure-alternative-images into master
17 files
+ 152
0
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -65,6 +65,14 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- id: ubuntu16.04-aws
name: ubuntu16.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:latest
vim-type: azure
vdu:
- cloud-init-file: cloud-config.txt
id: mgmtVM
@@ -83,6 +91,9 @@ vnfd:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu16.04-aws
- ubuntu16.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
Loading