-
Notifications
You must be signed in to change notification settings - Fork 23
Add stop-openstack-services.yml playbook #809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
releasenotes/notes/stop-services-playbook-b85b53d1a7571009.yaml
Outdated
Show resolved
Hide resolved
8c6db24
to
6ebfcac
Compare
6ebfcac
to
fe4c973
Compare
Maybe a stupid question, but what's wrong with kolla-ansible stop? ;-) |
Slooooow |
Correct answer, should we rework that upstream as well? |
How do you propose to do it? |
|
Playbook with a tag per play that adds all the services to a list, then runs the stop all at once? Would be a lot faster than trying to stop them all individually. |
Adds a new playbook to stop openstack services across the overcloud.
I was undecided as to whether this warrants its own playbook but I've needed to use it enough times now that I think other people might want it.
One function I was considering was a variable to change the
docker stop
to adocker restart
which we could then redirect to in the case of therabbitmq-reset.yml
playbook.