sodafoundation / installer

provides easy installation and basic deployment based on specific configurations for SODA Projects
Apache License 2.0
35 stars 68 forks source link

Unable to uninstall etcd when deployed as container. #483

Open anvithks opened 2 years ago

anvithks commented 2 years ago

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:

  1. Follow the SODA installation process as per the documentation.
  2. Enable etcd_container_enabled: true in the group_vars/osdsdb.yml file.
  3. After SODA is installed run the uninstall playbook.
  4. After the uninstall is complete check the docker containers by running docker ps.
  5. 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)