c12s-kubespray/roles/container-engine/docker
Kuldip Madnani 113dd2146a Added some minor changes to the docker orphan clean up process. (#3657)
* Added changes to clean up orphan containers and reload docker & kubelet directories.

* Added new files for cleaning up orphans and docker & kubelet directories

* Added new lines at the end of these files

* removed the trailing whitespaces from main.yml and clean-up.yml

* Updated as per the review comments

* Updated as per the review comments

* Removed service_facts and package_facts because they are not supported in ansible 2.4.0

* Corrected yaml syntax errors

* Removed the use of json_query filter and utilized selectattr

* Removed trailing spaces

* Changed the default value of docker_clean_up to false

* Added Changes to only include cleanup-docker-orphans.sh

* Reverted back changes done inside handler.

* Removed trailing spaces and made default value of docker_orphan_clean_up as true

* Reverted the default value of docker_orphan_clean_up as false

* Made the docker clean up as drop in

* Made the docker clean up as drop in

* Reverted the value of boolean docker_orphan_clean_up to false

* Converted ExecStop to ExecSTartPost. Removed the live restore check from the orphan script
2018-11-06 16:50:19 -08:00
..
defaults Handling docker clean up during docker upgrade and docker config changes. (#3321) 2018-10-12 10:29:51 -07:00
docker-storage Split deploy steps in separate playbooks: part1 (#3451) 2018-10-09 19:14:33 -07:00
files Added some minor changes to the docker orphan clean up process. (#3657) 2018-11-06 16:50:19 -08:00
handlers Split deploy steps in separate playbooks: part1 (#3451) 2018-10-09 19:14:33 -07:00
meta Split deploy steps in separate playbooks: part1 (#3451) 2018-10-09 19:14:33 -07:00
tasks fix modify the way of the command 'yum remove xxx', e.g. docker-selinux and docker-engine-selinux packages 2018-10-31 17:16:35 +08:00
templates Added some minor changes to the docker orphan clean up process. (#3657) 2018-11-06 16:50:19 -08:00
vars Fix ansible syntax to avoid ansible deprecation warnings (#3512) 2018-10-16 15:33:30 -07:00