On Fri, 4 Jun 2021 at 16:31, at <bkslash@poczta.onet.pl> wrote:
Hi Mark, thank you for the answer. So what is the "cleanest" way to remove some service? For example I've moved gnocchi and ceilometer from controllers to dedicated nodes but there's a lot of "leftovers" on controllers - it won't be easy to find every one...
Removing the containers will at least stop it from running, but you may also want to remove users & endpoints from keystone, remove container configuration from /etc/kolla/<container>, and potentially other service-specific stuff.
Best regards Adam Tomas P.S. kolla-ansible is the best Openstack deployment method anyway :)
Wiadomość napisana przez Mark Goddard <mark@stackhpc.com> w dniu 04.06.2021, o godz. 17:21:
On Fri, 4 Jun 2021 at 14:54, at <bkslash@poczta.onet.pl> wrote:
Hi is kolla-ansible destroy "--tags" aware? What is the best way to remove all unwanted containers, configuration files, logs, etc. when you want to remove some service or move it to another node? Regards Adam Tomas
Hi Adam,
Currently it is not aware of tags, and will remove all services. We have talked about improving it in the past, but it needs someone to work on it.
Thanks, Mark