summaryrefslogtreecommitdiffstats
path: root/playbooks/common
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6278 from mgugino-upstream-stage/service_typeMichael Gugino2017-12-0812-33/+29
|\ | | | | Remove openshift.common.service_type
| * Remove openshift.common.service_typeMichael Gugino2017-12-0712-33/+29
| | | | | | | | | | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* | Merge pull request #6371 from mtnbikenc/include-to-import_playbookOpenShift Merge Robot2017-12-0718-199/+199
|\ \ | |/ |/| | | | | | | | | | | | | | | Automatic merge from submit-queue. Include Deprecation: Convert to import_playbook * Converts playbooks/ to use `import_playbook`. * Updates remaining `include:` tasks to `include_tasks:` Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation
| * Include Deprecation: Convert to import_playbookRussell Teague2017-12-0718-199/+199
| |
* | Merge pull request #6380 from sdodson/oc-admScott Dodson2017-12-074-4/+4
|\ \ | |/ |/| Remove all uses of openshift.common.admin_binary
| * Remove all uses of openshift.common.admin_binaryScott Dodson2017-12-074-4/+4
| | | | | | | | Replace with `oc adm`
* | Merge pull request #6365 from mtnbikenc/consolidate-etcd-upgradeRussell Teague2017-12-079-161/+2
|\ \ | | | | | | Playbook Consolidation - etcd Upgrade
| * | Playbook Consolidation - etcd UpgradeRussell Teague2017-12-059-161/+2
| |/
* | Playbook Consolidation - byo/config.ymlRussell Teague2017-12-061-44/+0
|/
* Merge pull request #6154 from mtnbikenc/consolidate-openshift-loggingScott Dodson2017-12-052-38/+1
|\ | | | | Playbook Consolidation - openshift-logging
| * Playbook Consolidation - openshift-loggingRussell Teague2017-11-302-38/+1
| |
* | Merge pull request #6297 from mgugino-upstream-stage/crt_roleScott Dodson2017-12-0412-63/+1
|\ \ | | | | | | Implement container runtime role
| * | Implement container runtime roleMichael Gugino2017-12-0112-63/+1
| | |
* | | Merge pull request #6324 from mtnbikenc/consolidate-redeploy-certificatesOpenShift Merge Robot2017-12-0412-739/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Playbook Consolidation - Redeploy Certificates This PR moves the certificate redeploy playbooks out of {byo,common}/openshift-cluster and into their respective component areas. - playbooks/openshift-etcd (redeploy-certificates.yml, redeploy-ca.yml) - playbooks/openshift-master (redeploy-certificates.yml, redeploy-openshift-ca.yml) - playbooks/openshift-node (redeploy-certificates.yml) - playbooks/openshift-hosted (redeploy-registry-certificates.yml, redeploy-router-certificates.yml) playbooks/byo/openshift-cluster/redeploy-certificates.yml was moved to playbooks/redeploy-certificates.yml Trello: https://trello.com/c/zCz6RIHM/578-2-playbook-consolidation-openshift-cluster-redeploy-certificates
| * | | Playbook Consolidation - Redeploy CertificatesRussell Teague2017-12-0112-739/+0
| | | |
* | | | Merge pull request #6321 from sdodson/v3_9Scott Dodson2017-12-027-0/+430
|\ \ \ \ | | | | | | | | | | Add v3.9 support
| * | | | Add v3.9 supportScott Dodson2017-11-307-0/+430
| | |_|/ | |/| |
* | | | Merge pull request #6069 from kwoodson/upgrade_scale_groupsScott Dodson2017-12-011-0/+59
|\ \ \ \ | |_|_|/ |/| | | Initial upgrade for scale groups.
| * | | Initial upgrade for scale groups.Kenny Woodson2017-11-291-0/+59
| |/ /
* | | retry package operationsLuke Meyer2017-11-301-0/+2
| |/ |/| | | | | | | | | 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).
* | 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
| | |_|/ | |/| |