Commit f81d65c9 authored by garciadeblas's avatar garciadeblas
Browse files

02-osm-nfvi-test-plan.md: added url to get intel_vbng and intel_gen images

parent 102570d3
Loading
Loading
Loading
Loading
+3 −14
Original line number Diff line number Diff line
@@ -75,14 +75,12 @@ wget https://osm-download.etsi.org/ftp/osm-5.0-five/6th-hackfest/images/sfc_nsh_
openstack image create --disk-format $DISK_FORMAT --public --file sfc_nsh_fraser.qcow2 sfc_nsh_fraser

openstack image show intel_vbng34 >/dev/null 2>&1 || \
# TODO: add a location to retrieve this image
wget https://osm-download.etsi.org/ftp/images/intel_vbng34.qcow && \
openstack image create --disk-format $DISK_FORMAT --public --file intel_vbng34.qcow intel_vbng34
openstack image create --file intel_vbng34.qcow --container-format bare --disk-format $DISK_FORMAT --public intel_vbng34

openstack image show intel_vbng_gen >/dev/null 2>&1 || \
# TODO: add a location to retrieve this image
wget https://osm-download.etsi.org/ftp/images/intel_gen.qcow && \
openstack image create --disk-format $DISK_FORMAT --public --file intel_gen.qcow intel_vbng_gen
openstack image create --file intel_gen.qcow --container-format bare --disk-format $DISK_FORMAT --public intel_vbng_gen
```

## Basic tests
@@ -1635,16 +1633,7 @@ Finally, we tear down the NS in OSM and check that the interfaces can be seen an
#### Step-by-step procedure

```bash
# Upload images to Openstack
openstack image create --file /mnt/powervault/virtualization/osm/intel/vbng_vnf/intel_vbng34.qcow \
                       --container-format bare --disk-format qcow2 --public \
                       intel_vbng34
openstack image create --file /mnt/powervault/virtualization/osm/intel/vbng_vnf/intel_vbng50.qcow \
                       --container-format bare --disk-format qcow2 --public \
                       intel_vbng50
openstack image create --file /mnt/powervault/virtualization/osm/intel/vbng_vnf/intel_gen.qcow \
                       --container-format bare --disk-format qcow2 --public \
                       intel_vbng_gen
# Upload images to Openstack as described in the pre-requirements

# Add VIM and SDNC
osm vim-create ...