summaryrefslogtreecommitdiffstats
path: root/playbooks/common
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6282 from mtnbikenc/fix-include_roleScott Dodson2017-11-303-3/+4
|\ | | | | Correct usage of include_role
| * Correct usage of include_roleRussell Teague2017-11-273-3/+4
| | | | | | | | Switch to import_role for some required roles.
* | Merge pull request #6268 from mgugino-upstream-stage/combine-dnsmasq-with-nodeMichael Gugino2017-11-281-55/+0
|\ \ | | | | | | Combine openshift_node and openshift_node_dnsmasq
| * | Combine openshift_node and openshift_node_dnsmasqMichael Gugino2017-11-271-55/+0
| |/ | | | | | | | | This commit combines these two roles. This will prevent openshift_node_facts from running twice.
* / Remove openshift.common.cli_imageMichael Gugino2017-11-271-1/+1
|/ | | | | This commit removes openshift.common.cli_image in favor of openshift_cli_image.
* Merge pull request #6134 from fraenkel/allow_falseScott Dodson2017-11-241-2/+2
|\ | | | | Allow openshift_install_examples to be false
| * Allow openshift_install_examples to be falseMichael Fraenkel2017-11-221-2/+2
| | | | | | | | when using yaml or json, a false value is converted to true
* | Merge pull request #6227 from adelton/issue-5517Scott Dodson2017-11-241-1/+1
|\ \ | |/ |/| Workaround the fact that package state=present with dnf fails for already installed but excluded packages.
| * With dnf repoquery and excluded packages, --disableexcludes=all is needed to ↵Jan Pazdziora2017-11-221-1/+1
| | | | | | | | list the package with --installed.
* | Merge pull request #6237 from mtnbikenc/remove-unused-tasksRussell Teague2017-11-223-41/+0
|\ \ | | | | | | Remove unused task files
| * | Remove unused task filesRussell Teague2017-11-223-41/+0
| | |
* | | Merge pull request #6231 from mtnbikenc/include-deprecation-openshift-masterRussell Teague2017-11-221-2/+2
|\ \ \ | | | | | | | | Include Deprecation - openshift-master
| * | | Include Deprecation - openshift-masterRussell Teague2017-11-221-2/+2
| | | |
* | | | Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalogRussell Teague2017-11-222-34/+1
|\ \ \ \ | | | | | | | | | | Playbook Consolidation - openshift-service-catalog
| * | | | Playbook Consolidation - openshift-service-catalogRussell Teague2017-11-222-34/+1
| |/ / /
* | / / Playbook Consolidation - openshift-provisionersRussell Teague2017-11-221-5/+0
| |/ / |/| |
* | | Merge pull request #6225 from mtnbikenc/include-deprecation-openshift-etcdRussell Teague2017-11-221-1/+1
|\ \ \ | | | | | | | | Include Deprecation - openshift-etcd
| * | | Include Deprecation - openshift-etcdRussell Teague2017-11-221-1/+1
| | |/ | |/|
* | | Merge pull request #6157 from mtnbikenc/consolidate-openshift-glusterfsScott Dodson2017-11-226-113/+1
|\ \ \ | | | | | | | | Playbook Consolidation - openshift-glusterfs
| * | | Playbook Consolidation - openshift-glusterfsRussell Teague2017-11-166-113/+1
| | | |
* | | | Merge pull request #6220 from mtnbikenc/consolidate-openshift-managementScott Dodson2017-11-227-59/+1
|\ \ \ \ | |_|_|/ |/| | | Playbook Consolidation - openshift-management
| * | | Playbook Consolidation - openshift-managementRussell Teague2017-11-227-59/+1
| | | |
* | | | Merge pull request #6151 from mtnbikenc/consolidate-openshift-masterRussell Teague2017-11-2226-787/+12
|\ \ \ \ | | | | | | | | | | Playbook Consolidation - openshift-master
| * | | | Playbook Consolidation - openshift-masterRussell Teague2017-11-2226-787/+12
| | | | |
* | | | | Merge pull request #6217 from mtnbikenc/consolidate-openshift-hostedRussell Teague2017-11-2210-137/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | Playbook Consolidation - openshift-hosted
| * | | | Playbook Consolidation - openshift-hostedRussell Teague2017-11-2210-137/+4
| | | | |
* | | | | Merge pull request #6193 from mgugino-upstream-stage/etc-runtimeMichael Gugino2017-11-225-60/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | Cleanup etcd runtime variable.
| * | | | Cleanup etcd runtime variable.Michael Gugino2017-11-215-60/+3
| | | | | | | | | | | | | | | | | | | | Cleaning out reference to etcd_runtime in openshift facts.
* | | | | Merge pull request #6152 from mtnbikenc/consolidate-openshift-metricsRussell Teague2017-11-222-39/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Playbook Consolidation - openshift-metrics
| * | | | Playbook Consolidation - openshift-metricsRussell Teague2017-11-162-39/+1
| | |_|/ | |/| |
* | | | Merge pull request #6146 from mtnbikenc/consolidate-openshift-loadbalancerRussell Teague2017-11-226-56/+2
|\ \ \ \ | |_|_|/ |/| | | Playbook Consolidation - openshift-loadbalancer
| * | | Playbook Consolidation - openshift-loadbalancerRussell Teague2017-11-166-56/+2
| |/ /
* | / Playbook Consolidation - openshift-nodeRussell Teague2017-11-2119-331/+4
| |/ |/|
* | Merge pull request #6145 from mtnbikenc/consolidate-openshift-etcdScott Dodson2017-11-2115-546/+4
|\ \ | | | | | | Playbook Consolidation - openshift-etcd
| * | Playbook Consolidation - openshift-etcdRussell Teague2017-11-1615-546/+4
| |/
* | Merge pull request #6148 from mtnbikenc/consolidate-openshift-nfsScott Dodson2017-11-215-34/+1
|\ \ | | | | | | Playbook Consolidation - openshift-nfs
| * | Playbook Consolidation - openshift-nfsRussell Teague2017-11-165-34/+1
| |/
* | Upgrade to etcd 3.2Scott Dodson2017-11-201-0/+8
| |
* | Merge pull request #6147 from mtnbikenc/consolidate-openshift-checksOpenShift Merge Robot2017-11-176-92/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Playbook Consolidation - openshift-checksRussell Teague2017-11-166-92/+1
| |/
* / Combine openshift_node and openshift_node_upgradeMichael Gugino2017-11-162-13/+15
|/ | | | | | | | | 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.
* Merge pull request #6064 from mtnbikenc/consolidate-initScott Dodson2017-11-1621-533/+16
|\ | | | | Playbook Consolidation - Initialization
| * Playbook Consolidation - InitializationRussell Teague2017-11-1521-533/+16
| |
* | Merge pull request #5500 from vshn/projtmpl1OpenShift Merge Robot2017-11-162-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Add role to configure project request templateMichael Hanselmann2017-10-232-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #6084 from mgugino-upstream-stage/combine-master-upgradeOpenShift Merge Robot2017-11-156-323/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Combine master upgrade play with roleMichael Gugino2017-11-097-333/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #5968 from mgugino-upstream-stage/version-scrubScott Dodson2017-11-158-23/+3
|\ \ \ \ | |_|_|/ |/| | | Removed old version code
| * | | Removed old version codeMichael Gugino2017-11-148-23/+3
| | | | | | | | | | | | | | | | | | | | | | | | This commit removes any references to versions < 1.5/3.5 We assume the version is always greater than or equal to 1.5/3.5.
* | | | Merge pull request #6068 from mtnbikenc/remove-old-upgradesOpenShift Merge Robot2017-11-1418-1224/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Remove upgrade playbooks for 3.3 through 3.5 Release branches should be used for older upgrades.