Commit a9374aa7 authored by lloretgalleg's avatar lloretgalleg
Browse files

Examples of packages with alternative images



Signed-off-by: default avatarlloretgalleg <illoret@indra.es>
parent 2063b113
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -20,15 +20,15 @@ vnfd:
  product-name: hackfest_basic-vnf
  sw-image-desc:
  - id: ubuntu16.04
    image: ubuntu16.04
    image: ubuntu16.04mal
    name: ubuntu16.04
  - id: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    name: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    vim-type: aws
  - id: ubuntu16.04-openstack
    image: ubuntu16.04
    name: ubuntu16.04-openstack
    vim-type: openstack
  vdu:
  - alternative-sw-image-desc:
    - ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
    - ubuntu16.04-openstack
    id: hackfest_basic-VM
    int-cpd:
    - id: vdu-eth0-int
+16 −5
Original line number Diff line number Diff line
@@ -29,9 +29,16 @@ vnfd:
  mgmt-cp: vnf-mgmt-ext
  product-name: hackfest_multivdu-vnf
  sw-image-desc:
  - id: US1604
    image: US1604
    name: US1604
  - id: ubuntu18.04
    image: ubuntu18.04
    name: ubuntu18.04
  - id: ubuntu16.04
    image: ubuntu16.04mal
    name: ubuntu16.04
  - id: ubuntu16.04-openstack
    image: ubuntu16.04
    name: ubuntu16.04-openstack
    vim-type: openstack
  vdu:
  - id: mgmtVM
    int-cpd:
@@ -49,7 +56,9 @@ vnfd:
        virtual-interface:
          type: PARAVIRT
    name: mgmtVM
    sw-image-desc: US1604
    sw-image-desc: ubuntu18.04
    alternative-sw-image-desc:
    - ubuntu16.04-openstack
    virtual-compute-desc: mgmtVM-compute
    virtual-storage-desc:
    - mgmtVM-storage
@@ -69,7 +78,9 @@ vnfd:
        virtual-interface:
          type: PARAVIRT
    name: dataVM
    sw-image-desc: US1604
    sw-image-desc: ubuntu16.04
    alternative-sw-image-desc:
    - ubuntu16.04-openstack
    virtual-compute-desc: dataVM-compute
    virtual-storage-desc:
    - dataVM-storage