From 198c37b7d6c507c65bf9fb150977704016e5a44c Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 24 May 2021 16:44:01 +0200 Subject: [PATCH] Update Ubuntu20 Azure image for new packages using the right URN Signed-off-by: garciadeblas --- ipprofile_2vm_vnf/ipprofile_2vm_vnfd.yaml | 2 +- several_volumes_vnf/several_volumes_vnfd.yaml | 2 +- simple_2vm_vnf/simple_2vm_vnfd.yaml | 2 +- ubuntu_4ifaces_vnf/ubuntu_4ifaces_vnfd.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ipprofile_2vm_vnf/ipprofile_2vm_vnfd.yaml b/ipprofile_2vm_vnf/ipprofile_2vm_vnfd.yaml index b62b5277..af1c4120 100644 --- a/ipprofile_2vm_vnf/ipprofile_2vm_vnfd.yaml +++ b/ipprofile_2vm_vnf/ipprofile_2vm_vnfd.yaml @@ -37,7 +37,7 @@ vnfd: name: ubuntu20.04 - id: ubuntu20.04-azure name: ubuntu20.04-azure - image: Canonical:UbuntuServer:20.04-LTS:latest + image: Canonical:0001-com-ubuntu-server-focal:20_04-lts:latest vim-type: azure vdu: - id: mgmtVM diff --git a/several_volumes_vnf/several_volumes_vnfd.yaml b/several_volumes_vnf/several_volumes_vnfd.yaml index 4128cc25..f4305ec4 100644 --- a/several_volumes_vnf/several_volumes_vnfd.yaml +++ b/several_volumes_vnf/several_volumes_vnfd.yaml @@ -28,7 +28,7 @@ vnfd: vim-type: aws - id: ubuntu20.04-azure name: ubuntu20.04-azure - image: Canonical:UbuntuServer:20.04-LTS:latest + image: Canonical:0001-com-ubuntu-server-focal:20_04-lts:latest vim-type: azure vdu: - id: several_volumes-VM diff --git a/simple_2vm_vnf/simple_2vm_vnfd.yaml b/simple_2vm_vnf/simple_2vm_vnfd.yaml index 39df1cbb..ba1eab22 100755 --- a/simple_2vm_vnf/simple_2vm_vnfd.yaml +++ b/simple_2vm_vnf/simple_2vm_vnfd.yaml @@ -30,7 +30,7 @@ vnfd: name: ubuntu20.04 - id: ubuntu20.04-azure name: ubuntu20.04-azure - image: Canonical:UbuntuServer:20.04-LTS:latest + image: Canonical:0001-com-ubuntu-server-focal:20_04-lts:latest vim-type: azure vdu: - id: mgmtVM diff --git a/ubuntu_4ifaces_vnf/ubuntu_4ifaces_vnfd.yaml b/ubuntu_4ifaces_vnf/ubuntu_4ifaces_vnfd.yaml index 8124eb8a..28d767ae 100644 --- a/ubuntu_4ifaces_vnf/ubuntu_4ifaces_vnfd.yaml +++ b/ubuntu_4ifaces_vnf/ubuntu_4ifaces_vnfd.yaml @@ -36,7 +36,7 @@ vnfd: name: ubuntu20.04 - id: ubuntu20.04-azure name: ubuntu20.04-azure - image: Canonical:UbuntuServer:20.04-LTS:latest + image: Canonical:0001-com-ubuntu-server-focal:20_04-lts:latest vim-type: azure vdu: - cloud-init-file: cloud-config.txt -- GitLab