Skip to content
Snippets Groups Projects
Commit 810b7e46 authored by Paul Bourke's avatar Paul Bourke
Browse files

Cleanup images as part of kolla-ansible cleanup

TrivialFix

Change-Id: I88004f08c75e7d648a615e64d59ccf655b6a1a13
parent 5ce4de6b
No related branches found
No related tags found
No related merge requests found
---
cleanup_include_images: no
---
- name: Cleaning Kolla images
command: /tmp/kolla-cleanup/tools/cleanup-images
when:
- cleanup_include_images | bool
...@@ -21,3 +21,11 @@ ...@@ -21,3 +21,11 @@
src: ../tools/cleanup-host src: ../tools/cleanup-host
dest: /tmp/kolla-cleanup/tools dest: /tmp/kolla-cleanup/tools
mode: 0755 mode: 0755
- name: Copying cleanup-images file
copy:
src: ../tools/cleanup-images
dest: /tmp/kolla-cleanup/tools
mode: 0755
when:
- cleanup_include_images | bool
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
- include: cleanup_containers.yml - include: cleanup_containers.yml
- include: cleanup_images.yml
- include: cleanup_host.yml - include: cleanup_host.yml
...@@ -43,6 +43,7 @@ Commands: ...@@ -43,6 +43,7 @@ Commands:
mariadb_recovery Recover a completely stopped mariadb cluster mariadb_recovery Recover a completely stopped mariadb cluster
deploy Deploy and start all kolla containers deploy Deploy and start all kolla containers
cleanup Cleanup containers, volumes and host cleanup Cleanup containers, volumes and host
('-e cleanup_include_images=yes' to also remove Kolla images)
post-deploy Do post deploy on deploy node post-deploy Do post deploy on deploy node
pull Pull all images for containers (only pulls, no running container changes) pull Pull all images for containers (only pulls, no running container changes)
reconfigure Reconfigure OpenStack service reconfigure Reconfigure OpenStack service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment