summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3332 from giuseppe/system-containers-haGiuseppe Scrivano2017-02-151-0/+16
|\ | | | | system containers: add support for HA deployments
| * uninstall: delete master-api and master-controllersGiuseppe Scrivano2017-02-101-0/+16
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | Removed adhoc s3_registrySteve Milner2017-02-132-104/+0
| | | | | | | | s3 items are now supported directly in the openshift_hosted role.
* | Merge pull request #3307 from ingvagabund/oc_serviceaccount_secretJan Chaloupka2017-02-111-5/+8
|\ \ | |/ |/| Replace service account secrets handling with oc_serviceaccount_secret module
| * Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka2017-02-101-5/+8
| |
* | Merge pull request #3109 from giuseppe/system-containersGiuseppe Scrivano2017-02-101-0/+26
|\ \ | | | | | | System containers
| * | etcd: use as system containerGiuseppe Scrivano2017-02-101-1/+4
| | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | Implement uninstall for system containersGiuseppe Scrivano2017-02-101-0/+23
| |/ | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | Updating defaults to pull from previously defined variable names used in ↵ewolinetz2017-02-081-3/+3
| | | | | | | | playbooks
* | Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz2017-02-071-2/+2
|/
* fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill2017-02-021-2/+2
|
* Resolving yamllint issues from logging playbooksewolinetz2017-01-301-6/+6
|
* Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz2017-01-301-0/+11
|
* Document playbook directoriesRodolfo Carvalho2017-01-131-0/+5
|
* Partial uninstallSebastian Jug2017-01-101-97/+177
|
* remove duplicate filter name and oo_pdbJason DeTiberus2016-12-211-11/+0
|
* remove old Ops toolingJason DeTiberus2016-12-218-226/+0
|
* [uninstall] Remove excluder packagesScott Dodson2016-12-161-0/+8
| | | | You will lose hours of your life if you don't do this.
* YAML LintingRussell Teague2016-12-1213-29/+26
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-1/+0
|
* Refactor to use Ansible package moduleRussell Teague2016-11-171-5/+5
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Drop /etc/profile.d/etcdctl.shScott Dodson2016-11-141-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 packageScott Dodson2016-11-121-0/+2
|
* Remove unused playbooks adhoc metrics_setup files #2717Stéphane Klein2016-11-076-249/+0
|
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* [uninstall] Stop services on all hosts prior to removing files.Andrew Butcher2016-09-191-28/+41
|
* Add origin-node.service.wants to uninstallAndrew Lau2016-09-171-1/+2
|
* Check for is_atomic when uninstalling flannel package.Andrew Butcher2016-09-121-1/+1
|
* Fix warningsManjunath A Kumatagi2016-09-071-0/+4
|
* Merge pull request #2347 from brenton/BZ1369410Scott Dodson2016-09-011-16/+18
|\ | | | | Bug 1369410 - uninstall fail at task [restart docker] on atomic-host
| * Bug 1369410 - uninstall fail at task [restart docker] on atomic-hostBrenton Leanhardt2016-08-231-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 playbookManjunath A Kumatagi2016-09-011-0/+5
| |
* | Merge pull request #2366 from Mangirdaz/masterJason DeTiberus2016-08-261-0/+9
|\ \ | | | | | | add run_once to repeatable actions
| * | add check for server and account already existMangirdas2016-08-261-0/+4
| | |
| * | add run_once to repeatable actionsMangirdas2016-08-261-0/+5
| | |
* | | don't gather facts when bootstrapping ansible for Fedora hostsAdam Miller2016-08-241-0/+1
| |/ |/| | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* | Fix etcd uninstallScott Dodson2016-08-191-1/+4
| |
* | Update uninstall.ymlScott Dodson2016-08-171-1/+1
| | | | | | Fixes #2317
* | update bootstrap-fedora playbook with new python crypto depsAdam Miller2016-07-281-1/+1
| | | | | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* | ops-docker-loopback-to-direct-lvm.yml: fix typo on the variable name ↵gaelL2016-07-121-1/+1
|/ | | | "cli_name vs cli_host"
* 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.
* Remove deprecated online playbooks/rolesJason DeTiberus2016-04-292-2/+0
|
* Replace deprecated sudo with become.Andrew Butcher2016-04-253-4/+4
|
* Add openshift_node_dnsmasqScott Dodson2016-04-191-0/+5
|