Commit 90063778 authored by limon's avatar limon
Browse files

Add alternative images to slice_basic_middle_vnf

parent c34852a1
Pipeline #1034 passed with stage
in 1 minute and 31 seconds
......@@ -31,6 +31,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
......@@ -59,6 +67,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