summaryrefslogtreecommitdiffstats
path: root/jjb/cperf/csit-clean.yaml.ansible
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/cperf/csit-clean.yaml.ansible')
-rw-r--r--jjb/cperf/csit-clean.yaml.ansible11
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/cperf/csit-clean.yaml.ansible b/jjb/cperf/csit-clean.yaml.ansible
new file mode 100644
index 000000000..0151dd824
--- /dev/null
+++ b/jjb/cperf/csit-clean.yaml.ansible
@@ -0,0 +1,11 @@
+---
+- hosts: all
+ tasks:
+ - name: Delete cirros glance image
+ shell: >
+ source /home/heat-admin/overcloudrc && openstack image delete
+ cirros-0.3.5-x86_64-disk
+ - name: Delete nano flavor
+ shell: >
+ source /home/heat-admin/overcloudrc && openstack flavor delete
+ m1.nano