From 78ca66804710ad1bd76b4520266079ee4ca29b52 Mon Sep 17 00:00:00 2001 From: aguilard Date: Wed, 5 Jul 2023 13:27:31 +0000 Subject: [PATCH] Update hackfest VNFs images to Ubuntu 20 Change-Id: Ie6c40b1ff5be909a42f414532fdc00d65e5d8b8c --- hackfest_basic_vnf/hackfest_basic_vnfd.yaml | 31 +++++++-------- .../hackfest_cloudinit_vnfd.yaml | 38 +++++++++---------- 2 files changed, 35 insertions(+), 34 deletions(-) diff --git a/hackfest_basic_vnf/hackfest_basic_vnfd.yaml b/hackfest_basic_vnf/hackfest_basic_vnfd.yaml index 25676ef8..df31a8d2 100644 --- a/hackfest_basic_vnf/hackfest_basic_vnfd.yaml +++ b/hackfest_basic_vnf/hackfest_basic_vnfd.yaml @@ -19,29 +19,29 @@ vnfd: mgmt-cp: vnf-cp0-ext product-name: hackfest_basic-vnf sw-image-desc: - - id: ubuntu18.04 - name: ubuntu18.04 - image: ubuntu18.04 - - id: ubuntu18.04-aws - name: ubuntu18.04-aws + - 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: ubuntu18.04-azure - name: ubuntu18.04-azure - image: Canonical:UbuntuServer:18.04-LTS:latest + - id: ubuntu20.04-azure + name: ubuntu20.04-azure + image: Canonical:0001-com-ubuntu-server-focal:20_04-lts:latest vim-type: azure - - id: ubuntu18.04-gcp - name: ubuntu18.04-gcp - image: ubuntu-os-cloud:image-family:ubuntu-1804-lts + - id: ubuntu20.04-gcp + name: ubuntu20.04-gcp + image: ubuntu-os-cloud:image-family:ubuntu-2004-lts vim-type: gcp vdu: - id: hackfest_basic-VM name: hackfest_basic-VM - sw-image-desc: ubuntu18.04 + sw-image-desc: ubuntu20.04 alternative-sw-image-desc: - - ubuntu18.04-aws - - ubuntu18.04-azure - - ubuntu18.04-gcp + - ubuntu20.04-aws + - ubuntu20.04-azure + - ubuntu20.04-gcp virtual-compute-desc: hackfest_basic-VM-compute virtual-storage-desc: - hackfest_basic-VM-storage @@ -61,3 +61,4 @@ vnfd: virtual-storage-desc: - id: hackfest_basic-VM-storage size-of-storage: 10 + diff --git a/hackfest_cloudinit_vnf/hackfest_cloudinit_vnfd.yaml b/hackfest_cloudinit_vnf/hackfest_cloudinit_vnfd.yaml index 8f9b1dcc..6070b497 100644 --- a/hackfest_cloudinit_vnf/hackfest_cloudinit_vnfd.yaml +++ b/hackfest_cloudinit_vnf/hackfest_cloudinit_vnfd.yaml @@ -30,20 +30,20 @@ vnfd: mgmt-cp: vnf-mgmt-ext product-name: hackfest_cloudinit-vnf sw-image-desc: - - id: ubuntu18.04 - image: ubuntu18.04 - name: ubuntu18.04 - - id: ubuntu18.04-aws - name: ubuntu18.04-aws + - 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: ubuntu18.04-azure - name: ubuntu18.04-azure - image: Canonical:UbuntuServer:18.04-LTS:latest + - id: ubuntu20.04-azure + name: ubuntu20.04-azure + image: Canonical:0001-com-ubuntu-server-focal:20_04-lts:latest vim-type: azure - - id: ubuntu18.04-gcp - name: ubuntu18.04-gcp - image: ubuntu-os-cloud:image-family:ubuntu-1804-lts + - id: ubuntu20.04-gcp + name: ubuntu20.04-gcp + image: ubuntu-os-cloud:image-family:ubuntu-2004-lts vim-type: gcp vdu: - cloud-init-file: cloud-config.txt @@ -63,11 +63,11 @@ vnfd: virtual-interface: type: PARAVIRT name: mgmtVM - sw-image-desc: ubuntu18.04 + sw-image-desc: ubuntu20.04 alternative-sw-image-desc: - - ubuntu18.04-aws - - ubuntu18.04-azure - - ubuntu18.04-gcp + - ubuntu20.04-aws + - ubuntu20.04-azure + - ubuntu20.04-gcp virtual-compute-desc: mgmtVM-compute virtual-storage-desc: - mgmtVM-storage @@ -87,11 +87,11 @@ vnfd: virtual-interface: type: PARAVIRT name: dataVM - sw-image-desc: ubuntu18.04 + sw-image-desc: ubuntu20.04 alternative-sw-image-desc: - - ubuntu18.04-aws - - ubuntu18.04-azure - - ubuntu18.04-gcp + - ubuntu20.04-aws + - ubuntu20.04-azure + - ubuntu20.04-gcp virtual-compute-desc: dataVM-compute virtual-storage-desc: - dataVM-storage -- GitLab