Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3239 from ewolinetz/logging_fix_immutable_spec_changes | Eric Wolinetz | 2017-02-02 | 2 | -3/+5 |
|\ | | | | | Adding bool filter to when openshift_logging_use_ops evals and updati… | ||||
| * | Adding include_role to block to resolve when eval | ewolinetz | 2017-02-01 | 1 | -3/+4 |
| | | |||||
| * | Merge branch 'master' into logging_fix_immutable_spec_changes | Eric Wolinetz | 2017-02-01 | 2 | -5/+10 |
| |\ | |||||
| * | | Updating oc_apply changed_when conditions, fixing filter usage for ↵ | ewolinetz | 2017-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | openshift_hosted_logging playbook | ||||
* | | | Merge pull request #3242 from ingvagabund/create-node-upgrade-role | Scott Dodson | 2017-02-02 | 1 | -80/+7 |
|\ \ \ | |_|/ |/| | | Move current node upgrade tasks under openshift_node_upgrade role | ||||
| * | | Move current node upgrade tasks under openshift_node_upgrade role | Jan Chaloupka | 2017-02-01 | 1 | -80/+7 |
| |/ | |||||
* | | Wrap openshift_hosted_logging include_role within a block. | Andrew Butcher | 2017-02-01 | 1 | -4/+7 |
| | | |||||
* | | Fix openshift_hosted_logging bool typo. | Andrew Butcher | 2017-02-01 | 1 | -1/+1 |
| | | |||||
* | | Fix host when waiting for a master system restart. | Devan Goodwin | 2017-02-01 | 1 | -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 rpms | Scott Dodson | 2017-01-31 | 1 | -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-fork | Russell Teague | 2017-01-31 | 8 | -3/+337 |
|\ | | | | | Create v3_5 upgrade playbooks | ||||
| * | Create v3_5 upgrade playbooks | Russell Teague | 2017-01-30 | 8 | -3/+337 |
| | | |||||
* | | Resolving yamllint issues from logging playbooks | ewolinetz | 2017-01-30 | 3 | -16/+16 |
| | | |||||
* | | Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurl | Scott Dodson | 2017-01-30 | 3 | -0/+30 |
|\ \ | |/ |/| | Updating openshift_logging role to add kibana public url to loggingPu… | ||||
| * | Updating openshift_hosted_logging to update master-configs with publicLoggingURL | ewolinetz | 2017-01-30 | 3 | -0/+23 |
| | | |||||
| * | Breaking out master-config changing and updated playbook to apply change to ↵ | ewolinetz | 2017-01-30 | 1 | -0/+7 |
| | | | | | | | | other masters | ||||
* | | Adding names to plays and standardizing | Russell Teague | 2017-01-27 | 18 | -38/+95 |
|/ | |||||
* | Merge pull request #3198 from mtnbikenc/drain-fix | Russell Teague | 2017-01-26 | 3 | -5/+4 |
|\ | | | | | Correct usage of draining nodes | ||||
| * | Correct usage of draining nodes | Russell Teague | 2017-01-26 | 3 | -5/+4 |
| | | |||||
* | | Standardize add_host: with name and changed_when | Russell Teague | 2017-01-25 | 22 | -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-node | Jason DeTiberus | 2017-01-24 | 1 | -0/+13 |
|\ | | | | | Wait for nodes to be ready before proceeding with upgrade. | ||||
| * | Wait for nodes to be ready before proceeding with upgrade. | Devan Goodwin | 2016-12-15 | 1 | -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-options | Jason DeTiberus | 2017-01-24 | 1 | -0/+3 |
|\ \ | | | | | | | Add new option 'docker_selinux_enabled' | ||||
| * | | Add new option 'openshift_docker_selinux_enabled' | Russell Teague | 2017-01-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | Allows controlling 'selinux-enabled' docker options Can be set to true or false | ||||
* | | | Merge pull request #3101 from dgoodwin/pre-post-master-hook | Jason DeTiberus | 2017-01-24 | 1 | -0/+24 |
|\ \ \ | |/ / |/| | | Implement simple hooks pre/post master upgrade. | ||||
| * | | Add a mid upgrade hook, re-prefix variables. | Devan Goodwin | 2017-01-23 | 1 | -9/+17 |
| | | | |||||
| * | | Debug message before running hooks. | Devan Goodwin | 2017-01-19 | 1 | -0/+6 |
| | | | |||||
| * | | Run user provided hooks prior to system/service restarts. | Devan Goodwin | 2017-01-19 | 1 | -3/+4 |
| | | | |||||
| * | | Implement pre/post master upgrade hooks. | Devan Goodwin | 2017-01-19 | 1 | -0/+9 |
| | | | |||||
* | | | Remove unused temporary directory in master config playbook. | Andrew Butcher | 2017-01-23 | 1 | -21/+0 |
| | | | |||||
* | | | Cleaning repo cache earlier | Russell Teague | 2017-01-19 | 3 | -8/+17 |
|/ / | |||||
* | | Merge pull request #3093 from mtnbikenc/upgrade-fix | Scott Dodson | 2017-01-19 | 1 | -0/+2 |
|\ \ | | | | | | | Correct consistency between upgrade playbooks | ||||
| * | | Correct consistency between upgrade playbooks | Russell Teague | 2017-01-13 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #3057 from dgoodwin/serial-master-upgrade | Scott Dodson | 2017-01-19 | 8 | -33/+45 |
|\ \ \ | | | | | | | | | Serial master upgrade | ||||
| * | | | Perform master upgrades in a single play serially. | Devan Goodwin | 2017-01-18 | 3 | -28/+24 |
| | | | | |||||
| * | | | Validate system restart policy during pre-upgrade. | Devan Goodwin | 2017-01-18 | 8 | -70/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was done far into the process potentially leaving the user in a difficult situation if they had now considered they were running the upgrade playbook on a host that would be restarted. Instead check configuration and what host we're running on in pre-upgrade and allow the user to abort before making any substantial changes. This is a step towards merging master upgrade into one serial process. | ||||
* | | | | More reliable wait for master after full host reboot. | Devan Goodwin | 2017-01-18 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This would fail in some environments where openshift.common.hostname was not reachable from the local system running ansible. Additionally it is also possible the API port would not be available even if the host were. Instead we wait for master ssh connection to come back up, then wait for the master API on the remote host just as we do for the "service" style restart. | ||||
* | | | | Merge pull request #3100 from abutcher/serials | Scott Dodson | 2017-01-18 | 2 | -8/+0 |
|\ \ \ \ | |/ / / |/| | | | Serialize cert creation in delegated commands | ||||
| * | | | Create individual serving cert and loopback kubeconfig for additional masters. | Andrew Butcher | 2017-01-16 | 2 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Deprecates use of 'create-master-certs' for generating master serving certificate and loopback kubeconfig in order to reference the first master's CA serial file. | ||||
* | | | | Merge pull request #2640 from ewolinetz/logging_deployer_tasks | Scott Dodson | 2017-01-17 | 2 | -0/+40 |
|\ \ \ \ | | | | | | | | | | | Logging deployer tasks | ||||
| * | | | | Addressing Travis errors | ewolinetz | 2017-01-17 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | minor updates for code reviews, remove unused params | Jeff Cantrill | 2016-12-19 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Creating openshift_logging role for deploying Aggregated Logging without a ↵ | ewolinetz | 2016-12-14 | 2 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | deployer image | ||||
* | | | | | Merge pull request #2786 from dgoodwin/docker-1.12 | Scott Dodson | 2017-01-17 | 3 | -7/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Begin requiring Docker 1.12. | ||||
| * | | | | | Begin requiring Docker 1.12. | Devan Goodwin | 2016-11-10 | 3 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building off the work done for Docker 1.10, we now require Docker 1.12 by default. The upgrade process was already set to ensure you are running the latest docker during upgrade, and the standalone docker upgrade playbook can also be used if desired. As before, you can override this Docker 1.12 requirement by setting a docker_version=1.10.3 (or similar), and you can skip the default to upgrade docker by setting docker_upgrade=False. | ||||
* | | | | | | metrics fixes for yamlint | Jeff Cantrill | 2017-01-17 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Add tasks to uninstall metrics (#7) | Jeff Cantrill | 2017-01-17 | 1 | -0/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #3083 from rhcarvalho/doc-playbooks | Scott Dodson | 2017-01-17 | 8 | -0/+60 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Document playbook directories | ||||
| * | | | | | | Document playbook directories | Rodolfo Carvalho | 2017-01-13 | 8 | -0/+60 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #3064 from giuseppe/fix-etcdctl-from-container | Scott Dodson | 2017-01-17 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | use etcdctl from the container when containerized=True |