summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/networking/sfc_pre_setup.bash
blob: 36ad16d24a33bdadf3379d27dbc34ccd04d0275c (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

# download and create image
#wget https://www.dropbox.com/s/focu44sh52li7fz/sfc_cloud.qcow2
glance image-create --name sfc --disk-format qcow2 --container-format bare --file SF.qcow2


#create flavor
openstack flavor create custom --ram 1500 --disk 10 --public