| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-09 | Ensure embedded etcd config uses CA bundle. | Andrew Butcher | |
| 2017-02-07 | Moving to ansible variable. | Kenny Woodson | |
| 2017-02-07 | Specifying port for wait_for call. | Kenny Woodson | |
| 2017-02-07 | Fix playbooks/byo/openshift_facts.yml include path | Scott Dodson | |
| Fixes Bug 1419893 | |||
| 2017-02-07 | Add missing symlink to roles | Rodolfo Carvalho | |
| 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. | |||
| 2017-02-06 | Merge pull request #3261 from sdodson/excluder | Scott Dodson | |
| Manage the excluder functionality | |||
| 2017-02-06 | Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35 | Scott Dodson | |
| fixes 1417261. Points playbooks to the correct 3.5 roles for logging … | |||
| 2017-02-06 | Merge pull request #3254 from dgoodwin/skip-router-registry-hack | Scott Dodson | |
| Temporary hack to skip router/registry upgrade. | |||
| 2017-02-06 | Merge pull request #3272 from abutcher/router-certs | Scott Dodson | |
| Use service annotations to redeploy router service serving cert signer cert | |||
| 2017-02-06 | Use service annotations to redeploy router service serving cert signer cert. | Andrew Butcher | |
| 2017-02-06 | Move excluder disablement into control plane and node upgrade playbooks | Scott Dodson | |
| So that excluder is disabled and reset within the scope of each of those in addition to the overall playbook | |||
| 2017-02-06 | Add excluder management to upgrade and config playbooks | Scott Dodson | |
| 2017-02-06 | Fix RHEL Subscribe std_include path | Tim Bielawa | |
| Closes #3268 | |||
| 2017-02-03 | Merge pull request #2671 from abutcher/cert-redeploy-restructure | Scott Dodson | |
| Restructure certificate redeploy playbooks | |||
| 2017-02-03 | Merge pull request #3243 from ↵ | Scott Dodson | |
| ingvagabund/upgrade-node-part-of-masters-as-part-of-control-plane-upgrade Upgrade node part of masters as part of control plane upgrade | |||
| 2017-02-02 | Merge pull request #3239 from ewolinetz/logging_fix_immutable_spec_changes | Eric Wolinetz | |
| Adding bool filter to when openshift_logging_use_ops evals and updati… | |||
| 2017-02-02 | fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metrics | Jeff Cantrill | |
| 2017-02-02 | Restructure certificate redeploy playbooks | Andrew Butcher | |
| 2017-02-02 | Temporary hack to skip router/registry upgrade. | Devan Goodwin | |
| 2017-02-02 | run node upgrade if master is node as part of the control plan upgrade only | Jan Chaloupka | |
| 2017-02-02 | Merge pull request #3242 from ingvagabund/create-node-upgrade-role | Scott Dodson | |
| Move current node upgrade tasks under openshift_node_upgrade role | |||
| 2017-02-01 | Adding include_role to block to resolve when eval | ewolinetz | |
| 2017-02-01 | Merge branch 'master' into logging_fix_immutable_spec_changes | Eric Wolinetz | |
| 2017-02-01 | Wrap openshift_hosted_logging include_role within a block. | Andrew Butcher | |
| 2017-02-01 | Fix openshift_hosted_logging bool typo. | Andrew Butcher | |
| 2017-02-01 | Updating oc_apply changed_when conditions, fixing filter usage for ↵ | ewolinetz | |
| openshift_hosted_logging playbook | |||
| 2017-02-01 | Move current node upgrade tasks under openshift_node_upgrade role | Jan Chaloupka | |
| 2017-02-01 | Fix host when waiting for a master system restart. | Devan Goodwin | |
| Discovered situations where the inventory hostname may not be resolvable with operations. Switching to the ssh host (an IP) should always be correct. | |||
| 2017-01-31 | During node upgrade upgrade openvswitch rpms | Scott Dodson | |
| Containerized upgrades of openvswitch are already handled by updating the container images and pulling them again. | |||
| 2017-01-31 | Merge pull request #3194 from mtnbikenc/upgrade-3_5-fork | Russell Teague | |
| Create v3_5 upgrade playbooks | |||
| 2017-01-30 | Create v3_5 upgrade playbooks | Russell Teague | |
| 2017-01-30 | Resolving yamllint issues from logging playbooks | ewolinetz | |
| 2017-01-30 | Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurl | Scott Dodson | |
| Updating openshift_logging role to add kibana public url to loggingPu… | |||
| 2017-01-30 | Updating openshift_hosted_logging to update master-configs with publicLoggingURL | ewolinetz | |
| 2017-01-30 | Breaking out master-config changing and updated playbook to apply change to ↵ | ewolinetz | |
| other masters | |||
| 2017-01-27 | Adding names to plays and standardizing | Russell Teague | |
| 2017-01-26 | Merge pull request #3198 from mtnbikenc/drain-fix | Russell Teague | |
| Correct usage of draining nodes | |||
| 2017-01-26 | Correct usage of draining nodes | Russell Teague | |
| 2017-01-25 | Standardize add_host: with name and changed_when | Russell Teague | |
| 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. | |||
| 2017-01-24 | Merge pull request #2981 from dgoodwin/upgrade-wait-for-node | Jason DeTiberus | |
| Wait for nodes to be ready before proceeding with upgrade. | |||
| 2017-01-24 | Merge pull request #3044 from mtnbikenc/docker-options | Jason DeTiberus | |
| Add new option 'docker_selinux_enabled' | |||
| 2017-01-24 | Merge pull request #3101 from dgoodwin/pre-post-master-hook | Jason DeTiberus | |
| Implement simple hooks pre/post master upgrade. | |||
| 2017-01-24 | Add new option 'openshift_docker_selinux_enabled' | Russell Teague | |
| Allows controlling 'selinux-enabled' docker options Can be set to true or false | |||
| 2017-01-23 | Remove unused temporary directory in master config playbook. | Andrew Butcher | |
| 2017-01-23 | Add a mid upgrade hook, re-prefix variables. | Devan Goodwin | |
| 2017-01-19 | Debug message before running hooks. | Devan Goodwin | |
| 2017-01-19 | Cleaning repo cache earlier | Russell Teague | |
| 2017-01-19 | Run user provided hooks prior to system/service restarts. | Devan Goodwin | |
| 2017-01-19 | Implement pre/post master upgrade hooks. | Devan Goodwin | |
| 2017-01-19 | Merge pull request #3093 from mtnbikenc/upgrade-fix | Scott Dodson | |
| Correct consistency between upgrade playbooks | |||
