diff --git a/autoheal_vnf/autoheal_vnfd.yaml b/autoheal_vnf/autoheal_vnfd.yaml index bb2310815c3a414ed44a557f5c180752cf748e2c..7234d8cd41e029d0a568ef2a82205c0589aebecb 100755 --- a/autoheal_vnf/autoheal_vnfd.yaml +++ b/autoheal_vnf/autoheal_vnfd.yaml @@ -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