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

Merge branch 'autoheal' into 'master'

Add GCP and Azure images to autohead VNFD

See merge request !228
parents c6faf389 7daae635
No related branches found
No related tags found
1 merge request!228Add GCP and Azure images to autohead VNFD
Pipeline #13135 failed with stage
in 1 minute and 50 seconds
......@@ -33,6 +33,18 @@ vnfd:
- id: ubuntu20.04
image: ubuntu20.04
name: ubuntu20.04
- id: ubuntu20.04-aws
name: ubuntu20.04-aws
image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
vim-type: aws
- id: ubuntu20.04-azure
name: ubuntu20.04-azure
image: Canonical:0001-com-ubuntu-server-focal:20_04-lts:latest
vim-type: azure
- id: ubuntu20.04-gcp
name: ubuntu2018.04-gcp
image: ubuntu-os-cloud:image-family:ubuntu-2004-lts
vim-type: gcp
vdu:
- description: autoheal_vnfd-VM
id: autoheal_vnfd-VM
......@@ -45,6 +57,10 @@ vnfd:
type: PARAVIRT
name: autoheal_vnfd-VM
sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-aws
- ubuntu20.04-azure
- ubuntu20.04-gcp
virtual-compute-desc: autoheal_vnfd-VM-compute
virtual-storage-desc:
- autoheal_vnfd-VM-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