Skip to content

Commit

Permalink
Merge "Cleanup the Browbeat workload vms after Install."
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jan 19, 2018
2 parents e76f380 + b2a6eae commit d07f89d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/install/roles/workloads/tasks/main.yml
Expand Up @@ -29,3 +29,9 @@
- name: Update visibility
shell: source {{ overcloudrc }} ; openstack image set {{ browbeat_workloads[item].name }} --public
with_items: "{{ browbeat_workloads }}"

- name: Delete workload guests after copying
shell: |
. {{ overcloudrc }}
openstack server delete {{browbeat_workloads[item].name}}
with_items: "{{browbeat_workloads}}"

0 comments on commit d07f89d

Please sign in to comment.