aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/networking/sfc_pre_setup.bash
blob: fcc225504ba583d7af22205fc3796c3f9747ff1f (plain)
1
2
3
4
5
6
7
8
9
#!/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 sfc_cloud.qcow2

#create flavor
nova flavor-create --is-public true sfc_custom 666 1000 5 2