summaryrefslogtreecommitdiff
path: root/playbooks/common
AgeCommit message (Collapse)Author
2017-08-29Merging openshift_node with openshift bootstrap.Kenny Woodson
2017-08-29Fix group conditional requirementsRussell Teague
2017-08-29Test: Fail on entry point playbooks in commonRussell Teague
2017-08-29Merge pull request #5201 from mtnbikenc/remove-unsupportedRussell Teague
Remove unsupported playbooks and utilities
2017-08-28add additional preflight checks to upgrade pathjuanvallejo
2017-08-28Merge pull request #4570 from rhcarvalho/adhoc-check-runner-miscScott Dodson
Add playbook to run adhoc health checks or list existing checks
2017-08-28Merge pull request #5033 from ashcrow/system-images-registry-followupScott Dodson
System images registry followup
2017-08-26Merge pull request #5186 from mgugino-upstream-stage/flatten-cliOpenShift Bot
Merged by openshift-bot
2017-08-26Merge pull request #5182 from mtnbikenc/upgrade-orphansOpenShift Bot
Merged by openshift-bot
2017-08-25Merge pull request #5136 from mtnbikenc/std-openshift-checksOpenShift Bot
Merged by openshift-bot
2017-08-25Fix scaleup on containerized installationsScott Dodson
The output from member add had quotes added that caused etcd to fail. Also there were some places that needed to have retries added because containerized start/stop/restart are slower than rpm based installs.
2017-08-25system-containers: Fallback for system_images_registrySteve Milner
2017-08-25Remove unsupported playbooks and utilitiesRussell Teague
2017-08-25Remove near-meta role openshift_cli_factsMichael Gugino
openshift_cli_facts only runs a single task, and otherwise the only existence is to serve as a link in the dependency chain towards openshift_facts. This commit flattens openshift_cli into one role.
2017-08-24Upgrade check for OpenShift authorization objectsRussell Teague
Adds task to run `oc adm migrate authorization` to ensure OpenShift authorization objects are in sync. Fixes #5021
2017-08-24Add playbook for running arbitrary health checksRodolfo Carvalho
This is useful on its own, and also aids in developing/testing new checks that are not part of any playbook. Since the intent when running this playbook is to execute checks, opt for a less verbose explanation on the error summary.
2017-08-23Remove unused upgrade playbookRussell Teague
2017-08-23Standardize openshift-checks code pathsRussell Teague
2017-08-22Switch to migrating one host and forming a new clusterScott Dodson
With large datasets where there are many keys with TTLs the expiry was creating a data inconsistency problem. The hope is that by performing the migration once and then forming a new cluster this is avoided. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1475351
2017-08-17Merge pull request #5106 from kwoodson/metrics_stdincludeOpenShift Bot
Merged by openshift-bot
2017-08-17Merge pull request #5026 from sosiouxme/20170808-fix-checksOpenShift Bot
Merged by openshift-bot
2017-08-16Adding std_include to the metrics playbook.Kenny Woodson
2017-08-16Merge pull request #5096 from mtnbikenc/remove-orphansOpenShift Bot
Merged by openshift-bot
2017-08-15Merge pull request #5091 from mtnbikenc/standardize-std_includeOpenShift Bot
Merged by openshift-bot
2017-08-15Merge pull request #5090 from mtnbikenc/validate_hostnamesOpenShift Bot
Merged by openshift-bot
2017-08-15openshift-checks: have playbooks invoke std_includeLuke Meyer
2017-08-15Remove orphan filesRussell Teague
2017-08-15Merge pull request #5084 from mtnbikenc/refactor-os_firewallScott Dodson
Additional os_firewall role refactoring
2017-08-15Merge pull request #5086 from mtnbikenc/remove-yum-checkScott Dodson
Remove obsolete yum check
2017-08-15Additional os_firewall role refactoringRussell Teague
* Remove openshift_facts dependency * Move firewall initialization from std_include.yml to openshift_cluster/config.yml Installing firewall packages is only necessary during OpenShift installation.
2017-08-15Merge pull request #5072 from kwoodson/glusterfs_fwScott Dodson
Glusterfs firewall updates.
2017-08-15Merge pull request #4770 from kwoodson/openshift_repos_refactorScott Dodson
Removing openshift_repo dependencies. Moving to beginning of openshift_cluster.
2017-08-15Standardize usage of std_include in byoRussell Teague
2017-08-15Cleanup validate_hostnamesRussell Teague
2017-08-14Remove obsolete yum checkRussell Teague
2017-08-14Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson
cluster build.
2017-08-14Merge pull request #5073 from mtnbikenc/fix-firewall-playRussell Teague
Minor update to correct firewall play name
2017-08-11Fix duplicate evaluate_groups.yml call during installRussell Teague
The way the service_catalog.yml playbook calls evaluate_groups.yml causes the evaluation to happen twice during a standard byo/config.yml installation. Refactoring the service_catalog.yml playbooks to remove this duplicate.
2017-08-11Minor update to correct firewall play nameRussell Teague
2017-08-11Moving firewall rules under the role to work with refactor.Kenny Woodson
2017-08-11Merge pull request #5046 from abutcher/rm-old-mode-unitsKenny Woodson
Remove additional 'restart master' handler references.
2017-08-11Update etcd scaleup entrypoint includes and use etcd_{hostname,ip} facts for ↵Andrew Butcher
new member registration.
2017-08-11Merge pull request #4797 from kwoodson/os_firewall_refactorScott Dodson
Refactor the firewall workflow.
2017-08-10Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson
file.
2017-08-10Fix syntax for when statementRodolfo Carvalho
Without that, playbook runs print warnings such as this: [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not defined and g_new_etcd_hosts is not defined}}
2017-08-09Remove additional 'restart master' handler references.Andrew Butcher
2017-08-09Merge pull request #4832 from smarterclayton/stop_using_old_modeOpenShift Bot
Merged by openshift-bot
2017-08-08Merge pull request #5030 from sdodson/v37_upgrade_stubScott Dodson
Add v3_7 upgrades
2017-08-08Add v3_7 upgradesScott Dodson
2017-08-08Remove remaining references to openshift-master.serviceClayton Coleman
Prevents playbooks from accidentally restarting the master service.