e5b8b8b13a084fa1c8cb5f0f316acf0d02b6febd
6 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Adrien Cunin
|
00a1e37787 |
Added ability to cleanup venv tgz, use find module
cleanup-venvs.yml now removes older venv tgz, in addition to older venvs directories. It now uses the more appropriate and efficient find module instead of the shell module. Change-Id: Iab98039a84bb4b0e787c439d67fa81b7e108c3ff |
||
|
Adrien Cunin
|
53b5d88867 |
Added cleanup-venvs.yml to help remove older venvs
Change-Id: I259c13ffc07ea5c20178875d75b2fb3d42285d66 |
||
|
Kevin Carter
|
007be7a400 |
Add playbook to archive all running containers
In some cases a deployer may want to make a running backup of all containers within an environment. This playbook will index all containers and arhive them in the /opt/archives directory on the physical host the container is running on. Change-Id: I94880d4c00f89d5c678a1903f35120917561aa51 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com> |
||
|
Vaishali Pavashe
|
47cde0a9c9 |
Remove neutron agent task fails to loop through multiple agents.
Change-Id: I58150d2607a37fcb3d6d7a52ec4d7a88177f676a |
||
|
SirishaGuduru
|
4e13bb102b |
Playbook to mount drives in swift object nodes
Currently in any of the release of openstack-ansible there is no role to mount the drives in swift object server nodes. This can now be a part of openstack-ansible-ops as this is all operational stuff. If the user knows the type of the file system that is going to be used, we can mount the drives as well using the playbook without manual intervention. Doc is also modified according to the playbook. Modified the lines according to the comments given. Change-Id: I991ee4891253d2f99703c80e350df21c43db01e8 Closes-Bug: #1535536 |
||
|
Miguel Alex Cantu
|
a03801effb |
Add ansible playbook for removing compute
This commit adds a playbook and for removing a compute node from an OpenStack-Ansible environment. It also introduces a directory structure for ansible related tools. Change-Id: I806148974fd0f4b05f6e455a4444e7c70ba05f9a Closes-Bug: #1588821 Related: https://review.openstack.org/#/c/340458 |