Issue/Feature Description:
During the SODA installation if etcd is deployed using the container deployment by enabling etcd_container_enabled: true in the group_vars/osdsdb.yml file, during uninstallation the etcd container is not shut down and removed.
Why this issue to fixed / feature is needed(give scenarios or use cases):
After uninstallation of SODA it is expected that all the modules and dependencies installed must be removed.
How to reproduce, in case of a bug:
Follow the SODA installation process as per the documentation.
Enable etcd_container_enabled: true in the group_vars/osdsdb.yml file.
After SODA is installed run the uninstall playbook.
After the uninstall is complete check the docker containers by running docker ps.
The soda-etcd container is still running.
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
Issue/Feature Description: During the SODA installation if etcd is deployed using the container deployment by enabling
etcd_container_enabled: true
in thegroup_vars/osdsdb.yml
file, during uninstallation the etcd container is not shut down and removed.Why this issue to fixed / feature is needed(give scenarios or use cases): After uninstallation of SODA it is expected that all the modules and dependencies installed must be removed.
How to reproduce, in case of a bug:
etcd_container_enabled: true
in thegroup_vars/osdsdb.yml
file.docker ps
.soda-etcd
container is still running.Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)