Commit f2d2cc9e authored by limon's avatar limon
Browse files

Add alternative images for Azure and AWS


Signed-off-by: limon's avatarlimon <alimonj@indra.es>
parent 90063778
Pipeline #1114 passed with stage
in 1 minute and 59 seconds
......@@ -23,6 +23,14 @@ vnfd:
- id: cirros-0.3.5-x86_64-disk.img
image: cirros-0.3.5-x86_64-disk.img
name: cirros-0.3.5-x86_64-disk.img
- 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
vdu:
- alarm:
- actions:
......@@ -55,6 +63,9 @@ vnfd:
performance-metric: average_memory_utilization
name: cirros_vnfd-VM
sw-image-desc: cirros-0.3.5-x86_64-disk.img
alternative-sw-image-desc:
- ubuntu20.04-aws
- ubuntu20.04-azure
virtual-compute-desc: cirros_vnfd-VM-compute
virtual-storage-desc:
- cirros_vnfd-VM-storage
......
......@@ -26,6 +26,14 @@ 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
vdu:
- cloud-init-file: cloud-config.txt
id: dataVM
......@@ -44,6 +52,9 @@ vnfd:
type: PCI-PASSTHROUGH
name: dataVM
sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-aws
- ubuntu20.04-azure
virtual-compute-desc: dataVM-compute
virtual-storage-desc:
- dataVM-storage
......
......@@ -26,6 +26,14 @@ 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
vdu:
- cloud-init-file: cloud-config.txt
id: dataVM
......@@ -44,6 +52,9 @@ vnfd:
type: SR-IOV
name: dataVM
sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-aws
- ubuntu20.04-azure
virtual-compute-desc: dataVM-compute
virtual-storage-desc:
- dataVM-storage
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment