diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-25 16:11:32 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-07-25 16:11:32 -0400 |
commit | 36d1c46df552a340c3f139d7a0f831d9bb85b5d4 (patch) | |
tree | 0b01223a1f002ad3cf7b3a2e0d6060f5ce7201fb /jjb/cperf | |
parent | c2b0d72a07c8444cd8cb755308bbf165294ac833 (diff) |
CPERF: Create flavor for CSIT
Change-Id: I2dd2fe40f06783320c60788b2161e876a0bb43b5
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/cperf')
-rw-r--r-- | jjb/cperf/cirros-upload.yaml.ansible | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/cperf/cirros-upload.yaml.ansible b/jjb/cperf/cirros-upload.yaml.ansible index 83ec1f14c..d72a8a07b 100644 --- a/jjb/cperf/cirros-upload.yaml.ansible +++ b/jjb/cperf/cirros-upload.yaml.ansible @@ -16,3 +16,7 @@ cirros-0.3.5-x86_64-disk --public --file /home/heat-admin/cirros-0.3.5-x86_64-disk.img --disk-format qcow2 --container-format bare + - name: Create nano flavor + shell: > + source /home/heat-admin/overcloudrc && openstack flavor create + -id 42 --ram 64 --disk 0 --vcpus 1 m1.nano |