Commit 993c6dcd authored by garciadeblas's avatar garciadeblas
Browse files

Merge branch 'azure-alternative-images' into 'master'

Azure alternative images

See merge request !153
parents 2d41926d 198c37b7
Pipeline #826 failed with stage
in 2 minutes and 4 seconds
......@@ -65,6 +65,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
id: mgmtVM
......@@ -83,6 +91,9 @@ vnfd:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
......
......@@ -65,6 +65,10 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- 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
id: mgmtVM
......@@ -83,6 +87,8 @@ vnfd:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
......
......@@ -55,6 +55,10 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- 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
id: mgmtVM
......@@ -73,6 +77,8 @@ vnfd:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
......
......@@ -63,6 +63,10 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- 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
id: mgmtVM
......@@ -81,6 +85,8 @@ vnfd:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
......
......@@ -62,6 +62,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
id: mgmtVM
......@@ -80,6 +88,9 @@ vnfd:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
......
......@@ -51,6 +51,10 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- 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
id: simple_provides
......@@ -63,6 +67,8 @@ vnfd:
type: PARAVIRT
name: simple_provides
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-azure
virtual-compute-desc: simple_provides-compute
virtual-storage-desc:
- simple_provides-storage
......
......@@ -51,6 +51,10 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- 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
id: simple_requires
......@@ -63,6 +67,8 @@ vnfd:
type: PARAVIRT
name: simple_requires
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-azure
virtual-compute-desc: simple_requires-compute
virtual-storage-desc:
- simple_requires-storage
......
......@@ -94,6 +94,10 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- 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
id: simple_requires
......@@ -106,6 +110,8 @@ vnfd:
type: PARAVIRT
name: simple_requires
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-azure
virtual-compute-desc: simple_requires-compute
virtual-storage-desc:
- simple_requires-storage
......@@ -120,6 +126,8 @@ vnfd:
type: PARAVIRT
name: simple_provides
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-azure
virtual-compute-desc: simple_provides-compute
virtual-storage-desc:
- simple_provides-storage
......
......@@ -19,9 +19,17 @@ vnfd:
mgmt-cp: vnf-cp0-ext
product-name: epa_quota-vnf
sw-image-desc:
- id: US1604
image: US1604
name: US1604
- 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:
- id: epa_quota-VM
int-cpd:
......@@ -31,7 +39,10 @@ vnfd:
virtual-interface:
type: PARAVIRT
name: epa_quota-VM
sw-image-desc: US1604
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: epa_quota-VM-compute
virtual-storage-desc:
- epa_quota-VM-storage
......
......@@ -42,9 +42,17 @@ vnfd:
mgmt-cp: vnf-cp0-ext
product-name: hackfest_basic_metrics-vnf
sw-image-desc:
- id: ubuntu16.04
image: ubuntu16.04
name: ubuntu16.04
- 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
id: hackfest_basic_metrics-VM
......@@ -68,7 +76,10 @@ vnfd:
name: vnf_packets_received
performance-metric: packets_received
name: hackfest_basic_metrics-VM
sw-image-desc: ubuntu16.04
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: hackfest_basic_metrics-VM-compute
virtual-storage-desc:
- hackfest_basic_metrics-VM-storage
......
......@@ -26,6 +26,10 @@ vnfd:
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
- id: ubuntu18.04-azure
name: ubuntu18.04-azure
image: Canonical:UbuntuServer:18.04-LTS:latest
vim-type: azure
vdu:
- cloud-init-file: cloud.config
id: hackfest_basic-VM
......@@ -42,6 +46,8 @@ vnfd:
type: SR-IOV
name: hackfest_basic-VM
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-azure
virtual-compute-desc: hackfest_basic-VM-compute
virtual-storage-desc:
- hackfest_basic-VM-storage
......
......@@ -19,19 +19,24 @@ vnfd:
mgmt-cp: vnf-cp0-ext
product-name: hackfest_basic-vnf
sw-image-desc:
- id: ubuntu16.04
name: ubuntu16.04
image: ubuntu16.04
- id: ubuntu16.04-aws
name: ubuntu16.04-aws
- id: ubuntu18.04
name: ubuntu18.04
image: 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:
- id: hackfest_basic-VM
name: hackfest_basic-VM
sw-image-desc: ubuntu16.04
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu16.04-aws
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: hackfest_basic-VM-compute
virtual-storage-desc:
- hackfest_basic-VM-storage
......
......@@ -30,9 +30,17 @@ vnfd:
mgmt-cp: vnf-mgmt-ext
product-name: hackfest_cloudinit-vnf
sw-image-desc:
- id: ubuntu16.04
image: ubuntu16.04
name: ubuntu16.04
- 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
id: mgmtVM
......@@ -51,7 +59,10 @@ vnfd:
virtual-interface:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu16.04
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
......@@ -71,7 +82,10 @@ vnfd:
virtual-interface:
type: PARAVIRT
name: dataVM
sw-image-desc: ubuntu16.04
sw-image-desc: ubuntu18.04
alternative-sw-image-desc:
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: dataVM-compute
virtual-storage-desc:
- dataVM-storage
......
......@@ -32,6 +32,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:
- id: mgmtVM
int-cpd:
......@@ -50,6 +58,9 @@ vnfd:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-aws
- ubuntu20.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
......@@ -70,6 +81,9 @@ vnfd:
type: PARAVIRT
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
......
......@@ -61,9 +61,9 @@ vnfd:
mgmt-cp: vnf-mgmt-ext
product-name: hackfest_proxycharm-vnf
sw-image-desc:
- id: ubuntu16.04
image: ubuntu16.04
name: ubuntu16.04
- id: ubuntu18.04
image: ubuntu18.04
name: ubuntu18.04
vdu:
- cloud-init-file: cloud-config.txt
id: mgmtVM
......@@ -81,7 +81,7 @@ vnfd:
virtual-interface:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu16.04
sw-image-desc: ubuntu18.04
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
......
......@@ -35,6 +35,10 @@ vnfd:
- id: ubuntu20.04
image: ubuntu20.04
name: ubuntu20.04
- id: ubuntu20.04-azure
name: ubuntu20.04-azure
image: Canonical:0001-com-ubuntu-server-focal:20_04-lts:latest
vim-type: azure
vdu:
- id: mgmtVM
int-cpd:
......@@ -53,6 +57,8 @@ vnfd:
type: PARAVIRT
name: mgmtVM
sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-azure
virtual-compute-desc: mgmtVM-compute
virtual-storage-desc:
- mgmtVM-storage
......@@ -67,6 +73,8 @@ vnfd:
type: PARAVIRT
name: dataVM
sw-image-desc: ubuntu20.04
alternative-sw-image-desc:
- ubuntu20.04-azure
virtual-compute-desc: dataVM-compute
virtual-storage-desc:
- dataVM-storage
......
......@@ -41,9 +41,17 @@ vnfd:
mgmt-cp: vnf-mgmt-ext
product-name: nscharm-policy-vnf
sw-image-desc:
- id: ubuntu1604
image: ubuntu16.04
name: ubuntu16.04
- id: ubuntu1804
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
id: policyVM
......@@ -62,7 +70,10 @@ vnfd:
virtual-interface:
type: VIRTIO
name: policyVM
sw-image-desc: ubuntu1604
sw-image-desc: ubuntu1804
alternative-sw-image-desc:
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: policyVM-compute
virtual-storage-desc:
- policyVM-storage
......
......@@ -41,9 +41,17 @@ vnfd:
mgmt-cp: vnf-mgmt-ext
product-name: nscharm-user-vnf
sw-image-desc:
- id: ubuntu1604
image: ubuntu16.04
name: ubuntu16.04
- id: ubuntu1804
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
id: userVM
......@@ -62,7 +70,10 @@ vnfd:
virtual-interface:
type: VIRTIO
name: userVM
sw-image-desc: ubuntu1604
sw-image-desc: ubuntu1804
alternative-sw-image-desc:
- ubuntu18.04-aws
- ubuntu18.04-azure
virtual-compute-desc: userVM-compute
virtual-storage-desc:
- userVM-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