From 7daae63504cecfbb58e2f9bda47b14657e58cb1c Mon Sep 17 00:00:00 2001 From: aguilard Date: Mon, 2 Oct 2023 10:16:11 +0000 Subject: [PATCH] Add GCP and Azure images to autohead VNFD --- autoheal_vnf/autoheal_vnfd.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/autoheal_vnf/autoheal_vnfd.yaml b/autoheal_vnf/autoheal_vnfd.yaml index bb231081..7234d8cd 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 -- GitLab