Commit c34852a1 authored by limon's avatar limon
Browse files

Add alternative images to slice_basic_vnf

parent 5a60687c
Pipeline #1031 passed with stage
in 1 minute and 48 seconds
......@@ -27,6 +27,14 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- id: ubuntu18.04-aws
name: ubuntu18.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
vim-type: azure
vdu:
- cloud-init-file: cloud-config.txt
description: ubuntu_slice-VM
......@@ -48,6 +56,9 @@ vnfd:
vpci: 0000:00:0a.0
name: ubuntu_slice-VM
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: ubuntu_slice-VM-compute
virtual-storage-desc:
- ubuntu_slice-VM-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