summaryrefslogtreecommitdiff
path: root/playbooks/adhoc
AgeCommit message (Collapse)Author
2017-09-26Remove some reminants of Atomic EnterpriseScott Dodson
2017-09-06Remove openshift-commonMichael Gugino
Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
2017-07-18Test docker restart with retries 3 delay 30Steve Milner
2017-06-30Run dns on the node and use that for dnsmasqScott Dodson
2017-06-21Restart NetworkManager only if dnsmasq was usedBenjamin Affolter
2017-06-18Merge pull request #4329 from srampal/rhel_ose_aciOpenShift Bot
Merged by openshift-bot
2017-06-16Rename cockpit-shell -> cockpit-systemRodolfo Carvalho
The package name has changed. See https://bugzilla.redhat.com/show_bug.cgi?id=1461689 https://bugzilla.redhat.com/show_bug.cgi?id=1419718
2017-06-06Separate client config removal in uninstall s.t. ansible_ssh_user is removed ↵Andrew Butcher
from with_items.
2017-05-31Add support for rhel, aci, vxlanSanjeev Rampal
2017-05-17Uninstall: restart docker when container-engine restart hasn't changed.Andrew Butcher
2017-05-15uninstall: handle container-engineGiuseppe Scrivano
Try to restart the docker service only when there is not already a running container-engine service. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-09Remove vim configuration from Python filesRodolfo Carvalho
In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
2017-05-01Don't double quote when conditionsScott Dodson
2017-05-01Remove jinja template delimeters from when conditionsScott Dodson
In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
2017-02-27Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal
into Openshift Ansible. This is the first (beta) release of Contiv with Openshift and is only supported for Openshift Origin + Bare metal deployments at the time of this commit. Please refer to the Openshift and Contiv official documentation for details of the level of support for different features and modes of operation.
2017-02-15Merge pull request #3332 from giuseppe/system-containers-haGiuseppe Scrivano
system containers: add support for HA deployments
2017-02-13Removed adhoc s3_registrySteve Milner
s3 items are now supported directly in the openshift_hosted role.
2017-02-11Merge pull request #3307 from ingvagabund/oc_serviceaccount_secretJan Chaloupka
Replace service account secrets handling with oc_serviceaccount_secret module
2017-02-10uninstall: delete master-api and master-controllersGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-02-10Merge pull request #3109 from giuseppe/system-containersGiuseppe Scrivano
System containers
2017-02-10Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka
2017-02-10etcd: use as system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-02-10Implement uninstall for system containersGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-02-08Updating defaults to pull from previously defined variable names used in ↵ewolinetz
playbooks
2017-02-07Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz
2017-02-02fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill
2017-01-30Resolving yamllint issues from logging playbooksewolinetz
2017-01-30Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz
2017-01-13Document playbook directoriesRodolfo Carvalho
2017-01-10Partial uninstallSebastian Jug
2016-12-21remove duplicate filter name and oo_pdbJason DeTiberus
2016-12-21remove old Ops toolingJason DeTiberus
2016-12-16[uninstall] Remove excluder packagesScott Dodson
You will lose hours of your life if you don't do this.
2016-12-12YAML LintingRussell Teague
* Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
2016-11-29update tests and flake8/pylint fixesJason DeTiberus
2016-11-17Refactor to use Ansible package moduleRussell Teague
The Ansible package module will call the correct package manager for the underlying OS.
2016-11-14Drop /etc/profile.d/etcdctl.shScott Dodson
Includes bash functions for etcdctl2 and etcdctl3 which provide reasonable defaults for etcdctl functions on a host that's configured with openshift_etcd.
2016-11-12Uninstall etcd3 packageScott Dodson
2016-11-07Remove unused playbooks adhoc metrics_setup files #2717Stéphane Klein
2016-10-14Template with_items for upstream ansible-2.2 compat.Andrew Butcher
2016-09-19[uninstall] Stop services on all hosts prior to removing files.Andrew Butcher
2016-09-17Add origin-node.service.wants to uninstallAndrew Lau
2016-09-12Check for is_atomic when uninstalling flannel package.Andrew Butcher
2016-09-07Fix warningsManjunath A Kumatagi
2016-09-01Merge pull request #2347 from brenton/BZ1369410Scott Dodson
Bug 1369410 - uninstall fail at task [restart docker] on atomic-host
2016-09-01Add flannel package removal in uninstallation playbookManjunath A Kumatagi
2016-08-26Merge pull request #2366 from Mangirdaz/masterJason DeTiberus
add run_once to repeatable actions
2016-08-26add check for server and account already existMangirdas
2016-08-26add run_once to repeatable actionsMangirdas
2016-08-24don't gather facts when bootstrapping ansible for Fedora hostsAdam Miller
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>