Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3332 from giuseppe/system-containers-ha | Giuseppe Scrivano | 2017-02-15 | 1 | -0/+16 |
|\ | | | | | system containers: add support for HA deployments | ||||
| * | uninstall: delete master-api and master-controllers | Giuseppe Scrivano | 2017-02-10 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | Removed adhoc s3_registry | Steve Milner | 2017-02-13 | 2 | -104/+0 |
| | | | | | | | | s3 items are now supported directly in the openshift_hosted role. | ||||
* | | Merge pull request #3307 from ingvagabund/oc_serviceaccount_secret | Jan Chaloupka | 2017-02-11 | 1 | -5/+8 |
|\ \ | |/ |/| | Replace service account secrets handling with oc_serviceaccount_secret module | ||||
| * | Replace service account secrets handling with oc_serviceaccount_secret module | Jan Chaloupka | 2017-02-10 | 1 | -5/+8 |
| | | |||||
* | | Merge pull request #3109 from giuseppe/system-containers | Giuseppe Scrivano | 2017-02-10 | 1 | -0/+26 |
|\ \ | | | | | | | System containers | ||||
| * | | etcd: use as system container | Giuseppe Scrivano | 2017-02-10 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | Implement uninstall for system containers | Giuseppe Scrivano | 2017-02-10 | 1 | -0/+23 |
| |/ | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | Updating defaults to pull from previously defined variable names used in ↵ | ewolinetz | 2017-02-08 | 1 | -3/+3 |
| | | | | | | | | playbooks | ||||
* | | Reverting commit 3257 and renaming master_url to openshift_logging_master_url | ewolinetz | 2017-02-07 | 1 | -2/+2 |
|/ | |||||
* | fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metrics | Jeff Cantrill | 2017-02-02 | 1 | -2/+2 |
| | |||||
* | Resolving yamllint issues from logging playbooks | ewolinetz | 2017-01-30 | 1 | -6/+6 |
| | |||||
* | Updating openshift_hosted_logging to update master-configs with publicLoggingURL | ewolinetz | 2017-01-30 | 1 | -0/+11 |
| | |||||
* | Document playbook directories | Rodolfo Carvalho | 2017-01-13 | 1 | -0/+5 |
| | |||||
* | Partial uninstall | Sebastian Jug | 2017-01-10 | 1 | -97/+177 |
| | |||||
* | remove duplicate filter name and oo_pdb | Jason DeTiberus | 2016-12-21 | 1 | -11/+0 |
| | |||||
* | remove old Ops tooling | Jason DeTiberus | 2016-12-21 | 8 | -226/+0 |
| | |||||
* | [uninstall] Remove excluder packages | Scott Dodson | 2016-12-16 | 1 | -0/+8 |
| | | | | You will lose hours of your life if you don't do this. | ||||
* | YAML Linting | Russell Teague | 2016-12-12 | 13 | -29/+26 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 1 | -1/+0 |
| | |||||
* | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 1 | -5/+5 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Drop /etc/profile.d/etcdctl.sh | Scott Dodson | 2016-11-14 | 1 | -0/+1 |
| | | | | | Includes bash functions for etcdctl2 and etcdctl3 which provide reasonable defaults for etcdctl functions on a host that's configured with openshift_etcd. | ||||
* | Uninstall etcd3 package | Scott Dodson | 2016-11-12 | 1 | -0/+2 |
| | |||||
* | Remove unused playbooks adhoc metrics_setup files #2717 | Stéphane Klein | 2016-11-07 | 6 | -249/+0 |
| | |||||
* | Template with_items for upstream ansible-2.2 compat. | Andrew Butcher | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | [uninstall] Stop services on all hosts prior to removing files. | Andrew Butcher | 2016-09-19 | 1 | -28/+41 |
| | |||||
* | Add origin-node.service.wants to uninstall | Andrew Lau | 2016-09-17 | 1 | -1/+2 |
| | |||||
* | Check for is_atomic when uninstalling flannel package. | Andrew Butcher | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | Fix warnings | Manjunath A Kumatagi | 2016-09-07 | 1 | -0/+4 |
| | |||||
* | Merge pull request #2347 from brenton/BZ1369410 | Scott Dodson | 2016-09-01 | 1 | -16/+18 |
|\ | | | | | Bug 1369410 - uninstall fail at task [restart docker] on atomic-host | ||||
| * | Bug 1369410 - uninstall fail at task [restart docker] on atomic-host | Brenton Leanhardt | 2016-08-23 | 1 | -16/+18 |
| | | | | | | | | | | | | | | | | * Moved the restarting of docker and network services lower. * Added /etc/systemd/system/docker.service.d/docker-sdn-ovs.conf to the list of files to be removed (I suspect the RPM uninstall handles this for non-containerized installs) * sorted the file names | ||||
* | | Add flannel package removal in uninstallation playbook | Manjunath A Kumatagi | 2016-09-01 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #2366 from Mangirdaz/master | Jason DeTiberus | 2016-08-26 | 1 | -0/+9 |
|\ \ | | | | | | | add run_once to repeatable actions | ||||
| * | | add check for server and account already exist | Mangirdas | 2016-08-26 | 1 | -0/+4 |
| | | | |||||
| * | | add run_once to repeatable actions | Mangirdas | 2016-08-26 | 1 | -0/+5 |
| | | | |||||
* | | | don't gather facts when bootstrapping ansible for Fedora hosts | Adam Miller | 2016-08-24 | 1 | -0/+1 |
| |/ |/| | | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org> | ||||
* | | Fix etcd uninstall | Scott Dodson | 2016-08-19 | 1 | -1/+4 |
| | | |||||
* | | Update uninstall.yml | Scott Dodson | 2016-08-17 | 1 | -1/+1 |
| | | | | | | Fixes #2317 | ||||
* | | update bootstrap-fedora playbook with new python crypto deps | Adam Miller | 2016-07-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org> | ||||
* | | ops-docker-loopback-to-direct-lvm.yml: fix typo on the variable name ↵ | gaelL | 2016-07-12 | 1 | -1/+1 |
|/ | | | | "cli_name vs cli_host" | ||||
* | Allow flag to uninstall playbook to preserve images. | Devan Goodwin | 2016-06-23 | 1 | -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-reload | talset | 2016-06-15 | 1 | -5/+5 |
| | | | | * command: systemctl daemon-reload need to be at the task level, not in the with_items | ||||
* | Separate uninstall plays by group. | Andrew Butcher | 2016-06-13 | 1 | -237/+351 |
| | |||||
* | Only run node specific bits on nodes | Scott Dodson | 2016-06-03 | 1 | -75/+69 |
| | |||||
* | Catch more uninstall targets | Scott Dodson | 2016-05-24 | 1 | -1/+12 |
| | |||||
* | Conditionally bind mount /usr/bin/docker-current when it is present (#1941) | Scott Dodson | 2016-05-24 | 1 | -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 uninstall | Scott Dodson | 2016-05-09 | 1 | -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. | ||||
* | Remove deprecated online playbooks/roles | Jason DeTiberus | 2016-04-29 | 2 | -2/+0 |
| | |||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 3 | -4/+4 |
| | |||||
* | Add openshift_node_dnsmasq | Scott Dodson | 2016-04-19 | 1 | -0/+5 |
| |