summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/uninstall.yml
Commit message (Collapse)AuthorAgeFilesLines
* Allow flag to uninstall playbook to preserve images.Devan Goodwin2016-06-231-0/+2
| | | | | | Default is still True, but allow devs to specify False in inventory to avoid having to re-download all images. With upcoming changes the actual images present on the system will have no effect on what gets run.
* Fix uninstall.yml indentation for deamon-reloadtalset2016-06-151-5/+5
| | | | * command: systemctl daemon-reload need to be at the task level, not in the with_items
* Separate uninstall plays by group.Andrew Butcher2016-06-131-237/+351
|
* Only run node specific bits on nodesScott Dodson2016-06-031-75/+69
|
* Catch more uninstall targetsScott Dodson2016-05-241-1/+12
|
* Conditionally bind mount /usr/bin/docker-current when it is present (#1941)Scott Dodson2016-05-241-3/+5
| | | | | | | | | | * Conditionally bind mount /usr/bin/docker-current when it is present * fix upgrade * add atomic-openshift-node-dep files to uninstall playbook * Fix variable expansion
* Unmask atomic-openshift-master on uninstallScott Dodson2016-05-091-0/+1
| | | | | | If you'd installed HA cluster this service would've been masked. If you then uninstalled and installed a non HA cluster you run into atomic-openshift-master service not being loaded.
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-2/+2
|
* Add openshift_node_dnsmasqScott Dodson2016-04-191-0/+5
|
* Unmask servicesBrenton Leanhardt2016-04-061-0/+8
| | | | | Unmasking etcd is is important when switching from containerized installs to RPM installs
* Stop the etcd container during uninstallBrenton Leanhardt2016-03-081-1/+1
|
* Remove cockpit and kubernetes-client packages in uninstall playbook.Andrew Butcher2016-03-041-0/+5
|
* A few images weren't being uninstalledBrenton Leanhardt2016-03-031-0/+4
|
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-031-0/+1
|
* uninstall the QE imagesBrenton Leanhardt2016-03-031-0/+1
|
* Change etcd deamon name for atomic-hosttalset2016-02-131-0/+7
| | | | | | * Update playbooks/adhoc/uninstall.yml * Etcd run into a container on atomic-host and his name is etcd_container. We have to stop the container with the right name on atomic host
* Uninstall remove containerized wrapper and symlinksAndrew Butcher2016-01-141-0/+4
|
* Stop haproxy and remove package during uninstall.Andrew Butcher2016-01-051-0/+2
|
* Containerization work by @sdodsonScott Dodson2015-12-151-3/+29
|
* Remove yum / dnf duplicationScott Dodson2015-12-091-36/+2
|
* Remove hacluster user during uninstall.Andrew Butcher2015-12-091-0/+2
|
* Fedora changes:Adam Miller2015-12-021-1/+33
| | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* Uninstall: only restart docker on node hosts.Andrew Butcher2015-11-251-0/+3
|
* Making the uninstall playbook more flexibleBrenton Leanhardt2015-11-191-5/+5
| | | | | This handles stage environments as well as the eventual change of aep3_beta to aep3
* Uninstall - Remove systemd wants file for nodeJason DeTiberus2015-11-181-0/+1
|
* Add the native ha services and configs to uninstallJason DeTiberus2015-11-161-1/+15
|
* Add origin-clients to uninstall playbook.Andrew Butcher2015-11-101-1/+2
|
* The uninstall playbook needs to remove /run/openshift-sdnBrenton Leanhardt2015-11-051-2/+6
| | | | | If this isn't removed lbr0 won't be recreated by the Node after the following install.
* Remove pacemaker bits.Andrew Butcher2015-11-041-0/+6
|
* Attempt to remove the various interfaces left over from an installBrenton Leanhardt2015-10-301-0/+14
| | | | | | | | Removing br0 won't work if openvswitch has already been stopped. ovs-system will be left around but that is just a problem with openvswitch's packaging. That device is apparently not even used. In the worst case a manual reboot will remove all of these devices.
* Bug fixes for the uninstall playbookBrenton Leanhardt2015-10-281-2/+3
| | | | | | 1) is_atomic wasn't being evaluated properly 2) the way we were detecting it was resulting in a confusion error message being displayed to the user in the case of RHEL 7 Server
* The uninstall playbook should remove the kubeconfig for non-root installsBrenton Leanhardt2015-10-281-0/+1
|
* Adding uninstall support for Atomic HostBrenton Leanhardt2015-10-281-1/+10
|
* Deleting exited openshift containers and some other minor touch upsBrenton Leanhardt2015-10-221-1/+17
|
* Removing the openshift factsBrenton Leanhardt2015-10-221-0/+1
|
* Adding *master-api and *master-controllers to the list of units to stopBrenton Leanhardt2015-10-221-19/+25
| | | | (also sorted the various lists alphabetically)
* Improvements to uninstallation playbookBrenton Leanhardt2015-10-221-0/+111
This is related to https://trello.com/c/314nwSvt/58-3-uninstall-playbook The original atomic_openshift_tutorial_reset.yml now calls the uninstall playbook for most parts. All the originally functionally is still intact. The main differences between the two playbooks is that the uninstall playbook is careful only to delete content that ansible originally installed.