summaryrefslogtreecommitdiff
path: root/playbooks/common
AgeCommit message (Collapse)Author
2017-12-01Playbook Consolidation - Redeploy CertificatesRussell Teague
2017-11-30retry package operationsLuke Meyer
When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
2017-11-30Add v3.9 supportScott Dodson
2017-11-30Playbook Consolidation - openshift-loggingRussell Teague
2017-11-30Merge pull request #6282 from mtnbikenc/fix-include_roleScott Dodson
Correct usage of include_role
2017-11-29Initial upgrade for scale groups.Kenny Woodson
2017-11-28Merge pull request #6268 from mgugino-upstream-stage/combine-dnsmasq-with-nodeMichael Gugino
Combine openshift_node and openshift_node_dnsmasq
2017-11-27Correct usage of include_roleRussell Teague
Switch to import_role for some required roles.
2017-11-27Remove openshift.common.cli_imageMichael Gugino
This commit removes openshift.common.cli_image in favor of openshift_cli_image.
2017-11-27Combine openshift_node and openshift_node_dnsmasqMichael Gugino
This commit combines these two roles. This will prevent openshift_node_facts from running twice.
2017-11-24Merge pull request #6134 from fraenkel/allow_falseScott Dodson
Allow openshift_install_examples to be false
2017-11-24Merge pull request #6227 from adelton/issue-5517Scott Dodson
Workaround the fact that package state=present with dnf fails for already installed but excluded packages.
2017-11-22Allow openshift_install_examples to be falseMichael Fraenkel
when using yaml or json, a false value is converted to true
2017-11-22Merge pull request #6237 from mtnbikenc/remove-unused-tasksRussell Teague
Remove unused task files
2017-11-22Merge pull request #6231 from mtnbikenc/include-deprecation-openshift-masterRussell Teague
Include Deprecation - openshift-master
2017-11-22Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalogRussell Teague
Playbook Consolidation - openshift-service-catalog
2017-11-22Remove unused task filesRussell Teague
2017-11-22Playbook Consolidation - openshift-provisionersRussell Teague
2017-11-22Merge pull request #6225 from mtnbikenc/include-deprecation-openshift-etcdRussell Teague
Include Deprecation - openshift-etcd
2017-11-22Merge pull request #6157 from mtnbikenc/consolidate-openshift-glusterfsScott Dodson
Playbook Consolidation - openshift-glusterfs
2017-11-22Include Deprecation - openshift-masterRussell Teague
2017-11-22Merge pull request #6220 from mtnbikenc/consolidate-openshift-managementScott Dodson
Playbook Consolidation - openshift-management
2017-11-22Playbook Consolidation - openshift-service-catalogRussell Teague
2017-11-22Merge pull request #6151 from mtnbikenc/consolidate-openshift-masterRussell Teague
Playbook Consolidation - openshift-master
2017-11-22Merge pull request #6217 from mtnbikenc/consolidate-openshift-hostedRussell Teague
Playbook Consolidation - openshift-hosted
2017-11-22With dnf repoquery and excluded packages, --disableexcludes=all is needed to ↵Jan Pazdziora
list the package with --installed.
2017-11-22Include Deprecation - openshift-etcdRussell Teague
2017-11-22Merge pull request #6193 from mgugino-upstream-stage/etc-runtimeMichael Gugino
Cleanup etcd runtime variable.
2017-11-22Playbook Consolidation - openshift-managementRussell Teague
2017-11-22Merge pull request #6152 from mtnbikenc/consolidate-openshift-metricsRussell Teague
Playbook Consolidation - openshift-metrics
2017-11-22Playbook Consolidation - openshift-masterRussell Teague
2017-11-22Merge pull request #6146 from mtnbikenc/consolidate-openshift-loadbalancerRussell Teague
Playbook Consolidation - openshift-loadbalancer
2017-11-22Playbook Consolidation - openshift-hostedRussell Teague
2017-11-21Cleanup etcd runtime variable.Michael Gugino
Cleaning out reference to etcd_runtime in openshift facts.
2017-11-21Playbook Consolidation - openshift-nodeRussell Teague
2017-11-21Merge pull request #6145 from mtnbikenc/consolidate-openshift-etcdScott Dodson
Playbook Consolidation - openshift-etcd
2017-11-21Merge pull request #6148 from mtnbikenc/consolidate-openshift-nfsScott Dodson
Playbook Consolidation - openshift-nfs
2017-11-20Upgrade to etcd 3.2Scott Dodson
2017-11-17Merge pull request #6147 from mtnbikenc/consolidate-openshift-checksOpenShift Merge Robot
Automatic merge from submit-queue. Playbook Consolidation - openshift-checks - Create playbooks/openshift-checks directory - Move everything from playbooks/byo/openshift-checks to playbooks/openshift-checks - Move everything from playbooks/common/openshift-checks to playbooks/openshift-checks/private - Fix all include path references throughout playbooks/ Trello: https://trello.com/c/2Rx1uvjz/547-2-playbook-consolidation-openshift-checks
2017-11-16Playbook Consolidation - openshift-glusterfsRussell Teague
2017-11-16Playbook Consolidation - openshift-metricsRussell Teague
2017-11-16Playbook Consolidation - openshift-nfsRussell Teague
2017-11-16Playbook Consolidation - openshift-loadbalancerRussell Teague
2017-11-16Playbook Consolidation - openshift-etcdRussell Teague
2017-11-16Playbook Consolidation - openshift-checksRussell Teague
2017-11-16Combine openshift_node and openshift_node_upgradeMichael Gugino
Currently, having openshift_node and openshift_node_upgrade as two distinct roles has created a duplication across handlers, templates, and some tasks. This commit combines the roles to reduce duplication and bugs encountered by not putting code in both places.
2017-11-16Merge pull request #6064 from mtnbikenc/consolidate-initScott Dodson
Playbook Consolidation - Initialization
2017-11-16Merge pull request #5500 from vshn/projtmpl1OpenShift Merge Robot
Automatic merge from submit-queue. Add role to configure project request template The OpenShift master role already supports changing the master configuration to refer to a project template, but there's no way to manage that template directly. This role adds the necessary code to generate a default template and to apply customizations using the "yedit" module. We need to configure custom services and endpoints in every project. The project request template enables us to do that automatically in every project and we'd like to manage the template using Ansible.
2017-11-15Merge pull request #6084 from mgugino-upstream-stage/combine-master-upgradeOpenShift Merge Robot
Automatic merge from submit-queue. Combine master upgrade play with role Currently, there are plays importing tasks directly from openshift_master role. This has caused numerous bugs and code duplicaiton in the past. This commit combines the upgrade into openshift_master role utilizing include_role syntax.
2017-11-15Merge pull request #5968 from mgugino-upstream-stage/version-scrubScott Dodson
Removed old version code