summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing symlink to rolesRodolfo Carvalho2017-02-071-0/+1
| | | | | | | | | It turned out that the playbook `playbooks/byo/openshift-preflight/check.yml` would only work under a certain `ansible.cfg` in which `roles/` was added to `roles_path`. It was the case with the example config prior to b804e70cdd0bc8601bfc87fcf3e34043223828ee.
* Merge pull request #3261 from sdodson/excluderScott Dodson2017-02-0614-0/+67
|\ | | | | Manage the excluder functionality
| * Move excluder disablement into control plane and node upgrade playbooksScott Dodson2017-02-0610-2/+36
| | | | | | | | | | So that excluder is disabled and reset within the scope of each of those in addition to the overall playbook
| * Add excluder management to upgrade and config playbooksScott Dodson2017-02-066-0/+33
| |
* | Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35Scott Dodson2017-02-062-15/+15
|\ \ | | | | | | fixes 1417261. Points playbooks to the correct 3.5 roles for logging …
| * | fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill2017-02-022-15/+15
| | |
* | | Merge pull request #3254 from dgoodwin/skip-router-registry-hackScott Dodson2017-02-061-4/+10
|\ \ \ | | | | | | | | Temporary hack to skip router/registry upgrade.
| * | | Temporary hack to skip router/registry upgrade.Devan Goodwin2017-02-021-4/+10
| |/ /
* | | Merge pull request #3272 from abutcher/router-certsScott Dodson2017-02-061-15/+16
|\ \ \ | | | | | | | | Use service annotations to redeploy router service serving cert signer cert
| * | | Use service annotations to redeploy router service serving cert signer cert.Andrew Butcher2017-02-061-15/+16
| | |/ | |/|
* | | Fix RHEL Subscribe std_include pathTim Bielawa2017-02-061-1/+1
|/ / | | | | | | Closes #3268
* | Merge pull request #2671 from abutcher/cert-redeploy-restructureScott Dodson2017-02-0332-390/+871
|\ \ | | | | | | Restructure certificate redeploy playbooks
| * | Restructure certificate redeploy playbooksAndrew Butcher2017-02-0232-390/+871
| | |
* | | Merge pull request #3243 from ↵Scott Dodson2017-02-032-2/+55
|\ \ \ | | | | | | | | | | | | | | | | ingvagabund/upgrade-node-part-of-masters-as-part-of-control-plane-upgrade Upgrade node part of masters as part of control plane upgrade
| * | | run node upgrade if master is node as part of the control plan upgrade onlyJan Chaloupka2017-02-022-2/+55
| | |/ | |/|
* | | Merge pull request #3239 from ewolinetz/logging_fix_immutable_spec_changesEric Wolinetz2017-02-022-3/+5
|\ \ \ | |/ / |/| | Adding bool filter to when openshift_logging_use_ops evals and updati…
| * | Adding include_role to block to resolve when evalewolinetz2017-02-011-3/+4
| | |
| * | Merge branch 'master' into logging_fix_immutable_spec_changesEric Wolinetz2017-02-012-5/+10
| |\ \ | | |/
| * | Updating oc_apply changed_when conditions, fixing filter usage for ↵ewolinetz2017-02-011-1/+1
| | | | | | | | | | | | openshift_hosted_logging playbook
* | | Merge pull request #3242 from ingvagabund/create-node-upgrade-roleScott Dodson2017-02-021-80/+7
|\ \ \ | |_|/ |/| | Move current node upgrade tasks under openshift_node_upgrade role
| * | Move current node upgrade tasks under openshift_node_upgrade roleJan Chaloupka2017-02-011-80/+7
| |/
* | Wrap openshift_hosted_logging include_role within a block.Andrew Butcher2017-02-011-4/+7
| |
* | Fix openshift_hosted_logging bool typo.Andrew Butcher2017-02-011-1/+1
| |
* | Fix host when waiting for a master system restart.Devan Goodwin2017-02-011-1/+2
|/ | | | | | Discovered situations where the inventory hostname may not be resolvable with operations. Switching to the ssh host (an IP) should always be correct.
* During node upgrade upgrade openvswitch rpmsScott Dodson2017-01-311-0/+15
| | | | | Containerized upgrades of openvswitch are already handled by updating the container images and pulling them again.
* Merge pull request #3194 from mtnbikenc/upgrade-3_5-forkRussell Teague2017-01-318-3/+337
|\ | | | | Create v3_5 upgrade playbooks
| * Create v3_5 upgrade playbooksRussell Teague2017-01-308-3/+337
| |
* | Resolving yamllint issues from logging playbooksewolinetz2017-01-303-16/+16
| |
* | Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurlScott Dodson2017-01-303-0/+30
|\ \ | |/ |/| Updating openshift_logging role to add kibana public url to loggingPu…
| * Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz2017-01-303-0/+23
| |
| * Breaking out master-config changing and updated playbook to apply change to ↵ewolinetz2017-01-301-0/+7
| | | | | | | | other masters
* | Adding names to plays and standardizingRussell Teague2017-01-2718-38/+95
|/
* Merge pull request #3198 from mtnbikenc/drain-fixRussell Teague2017-01-263-5/+4
|\ | | | | Correct usage of draining nodes
| * Correct usage of draining nodesRussell Teague2017-01-263-5/+4
| |
* | Standardize add_host: with name and changed_whenRussell Teague2017-01-2522-26/+74
|/ | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* Merge pull request #2981 from dgoodwin/upgrade-wait-for-nodeJason DeTiberus2017-01-241-0/+13
|\ | | | | Wait for nodes to be ready before proceeding with upgrade.
| * Wait for nodes to be ready before proceeding with upgrade.Devan Goodwin2016-12-151-0/+13
| | | | | | | | | | | | | | | | | | Near the end of node upgrade, we now wait for the node to report Ready before marking it schedulable again. This should help eliminate delays when pods need to relocate as the next node in line is evacuated. Happens near the end of the process, the only remaining task would be to mark it schedulable again so easy for admins to detect and recover from.
* | Merge pull request #3044 from mtnbikenc/docker-optionsJason DeTiberus2017-01-241-0/+3
|\ \ | | | | | | Add new option 'docker_selinux_enabled'
| * | Add new option 'openshift_docker_selinux_enabled'Russell Teague2017-01-241-0/+3
| | | | | | | | | | | | | | | Allows controlling 'selinux-enabled' docker options Can be set to true or false
* | | Merge pull request #3101 from dgoodwin/pre-post-master-hookJason DeTiberus2017-01-241-0/+24
|\ \ \ | |/ / |/| | Implement simple hooks pre/post master upgrade.
| * | Add a mid upgrade hook, re-prefix variables.Devan Goodwin2017-01-231-9/+17
| | |
| * | Debug message before running hooks.Devan Goodwin2017-01-191-0/+6
| | |
| * | Run user provided hooks prior to system/service restarts.Devan Goodwin2017-01-191-3/+4
| | |
| * | Implement pre/post master upgrade hooks.Devan Goodwin2017-01-191-0/+9
| | |
* | | Remove unused temporary directory in master config playbook.Andrew Butcher2017-01-231-21/+0
| | |
* | | Cleaning repo cache earlierRussell Teague2017-01-193-8/+17
|/ /
* | Merge pull request #3093 from mtnbikenc/upgrade-fixScott Dodson2017-01-191-0/+2
|\ \ | | | | | | Correct consistency between upgrade playbooks
| * | Correct consistency between upgrade playbooksRussell Teague2017-01-131-0/+2
| | |
* | | Merge pull request #3057 from dgoodwin/serial-master-upgradeScott Dodson2017-01-198-33/+45
|\ \ \ | | | | | | | | Serial master upgrade
| * | | Perform master upgrades in a single play serially.Devan Goodwin2017-01-183-28/+24
| | | |