Loading 02-osm-nfvi-test-plan.md +3 −14 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 ... Loading Loading
02-osm-nfvi-test-plan.md +3 −14 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 ... Loading