Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Merge pull request #3107 from kwoodson/generate_tox_test | Jason DeTiberus | 2017-01-18 | 5 | -25/+100 |
|\ \ | | | | | | | Adding tox tests for generated module code. | ||||
| * | | Updated the generate.py scripts for tox and virtualenv. | Kenny Woodson | 2017-01-18 | 5 | -30/+62 |
| | | | |||||
| * | | Adding tox tests for generated code. | Kenny Woodson | 2017-01-18 | 2 | -1/+44 |
| | | | |||||
* | | | Automatic commit of package [openshift-ansible] release [3.5.1-1]. | Scott Dodson | 2017-01-18 | 2 | -2/+120 |
| | | | |||||
* | | | Merge pull request #3114 from dgoodwin/wait-for-restart | Scott Dodson | 2017-01-18 | 1 | -5/+12 |
|\ \ \ | | | | | | | | | More reliable wait for master after full host reboot. | ||||
| * | | | 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 #3112 from derekwaynecarr/cgroup_rw | Jason DeTiberus | 2017-01-18 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | kubelet must have rw to cgroups for pod/qos cgroups to function | ||||
| * | | kubelet must have rw to cgroups for pod/qos cgroups to function | Derek Carr | 2017-01-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3100 from abutcher/serials | Scott Dodson | 2017-01-18 | 6 | -39/+58 |
|\ \ \ | | | | | | | | | Serialize cert creation in delegated commands | ||||
| * | | | Ensure serial certificate generation for node and master certificates. | Andrew Butcher | 2017-01-17 | 2 | -20/+33 |
| | | | | |||||
| * | | | Create individual serving cert and loopback kubeconfig for additional masters. | Andrew Butcher | 2017-01-16 | 5 | -26/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 #3099 from tbielawa/expiry_serials | Scott Dodson | 2017-01-18 | 11 | -107/+911 |
|\ \ \ \ | | | | | | | | | | | [Cert Expiry] Add serial numbers, include example PBs, docs | ||||
| * | | | | Fix yaml lint in easy-mode playbook | Tim Bielawa | 2017-01-18 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | [Cert Expiry] Add serial numbers, include example PBs, docs | Tim Bielawa | 2017-01-17 | 11 | -107/+911 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Now includes cert serial numbers in JSON and HTML output * Docs are updated with explicit usage instructions * Each example playbook includes a link to the playbook and an example of how to run it * A graphic and copy of an HTML report are now included * Example JSON output has been updated | ||||
* | | | | | Merge pull request #3092 from kwoodson/lib_openshift_3.3 | Scott Dodson | 2017-01-18 | 24 | -128/+4432 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | lib_openshift. This is the initial commit that has oc_route. | ||||
| * | | | | Adding a few updates for python27,35 compatibility | Kenny Woodson | 2017-01-18 | 4 | -12/+18 |
| | | | | | |||||
| * | | | | Adding --verfiy to generate script. | Kenny Woodson | 2017-01-17 | 6 | -46/+111 |
| | | | | | |||||
| * | | | | Adding oc_edit module to lib_openshift. | Kenny Woodson | 2017-01-17 | 17 | -559/+2150 |
| | | | | | |||||
| * | | | | lib_openshift modules. This is the first one. oc_route. | Kenny Woodson | 2017-01-13 | 15 | -108/+2750 |
| |/ / / | |||||
* | | | | Merge pull request #3110 from bparees/examples | Scott Dodson | 2017-01-18 | 2 | -14/+58 |
|\ \ \ \ | | | | | | | | | | | update examples to cover build default/override configuration | ||||
| * | | | | update examples to cover build default/override configuration | Ben Parees | 2017-01-18 | 2 | -14/+58 |
|/ / / / | |||||
* | | | | Removed trailing spaces from line #34 | Kunal | 2017-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Cause Travis build to fail | ||||
* | | | | Install subscription-manager to fix issue-3102 | Kunal Limaye | 2017-01-18 | 1 | -0/+5 |
| | | | | |||||
* | | | | Changing formatting for issue#2244 update | Kunal Limaye | 2017-01-18 | 1 | -1/+2 |
| |_|/ |/| | | |||||
* | | | Merge pull request #2640 from ewolinetz/logging_deployer_tasks | Scott Dodson | 2017-01-17 | 60 | -0/+3499 |
|\ \ \ | | | | | | | | | Logging deployer tasks | ||||
| * | | | Addressing Travis errors | ewolinetz | 2017-01-17 | 8 | -176/+221 |
| | | | | |||||
| * | | | delete idempotent | ewolinetz | 2017-01-13 | 2 | -0/+22 |
| | | | | |||||
| * | | | additional comments addressed | ewolinetz | 2017-01-13 | 2 | -9/+5 |
| | | | | |||||
| * | | | Updating upgrade_logging to be more idempotent | ewolinetz | 2017-01-13 | 7 | -18/+32 |
| | | | | |||||
| * | | | Using oc_apply task for idempotent | ewolinetz | 2017-01-13 | 4 | -11/+87 |
| | | | | |||||
| * | | | Removing shell module calls and cleaning up changed | ewolinetz | 2017-01-13 | 24 | -71/+169 |
| | | | | |||||
| * | | | addressing comments | ewolinetz | 2017-01-12 | 19 | -359/+112 |
| | | | | |||||
| * | | | Fixing collision of system.admin cert generation | ewolinetz | 2017-01-04 | 1 | -4/+4 |
| | | | | |||||
| * | | | Merge pull request #23 from jcantrill/code_reviews | Eric Wolinetz | 2017-01-03 | 2 | -31/+6 |
| |\ \ \ | | | | | | | | | | | minor updates for code reviews, remove unused params | ||||
| | * | | | minor updates for code reviews, remove unused params | Jeff Cantrill | 2016-12-19 | 2 | -31/+6 |
| |/ / / | |||||
| * | | | Updating to use deployer pod to generate JKS chain instead | ewolinetz | 2016-12-15 | 3 | -96/+191 |
| | | | | |||||
| * | | | Creating openshift_logging role for deploying Aggregated Logging without a ↵ | ewolinetz | 2016-12-14 | 64 | -0/+3425 |
| | | | | | | | | | | | | | | | | deployer image | ||||
* | | | | Merge pull request #2786 from dgoodwin/docker-1.12 | Scott Dodson | 2017-01-17 | 5 | -9/+7 |
|\ \ \ \ | | | | | | | | | | | Begin requiring Docker 1.12. | ||||
| * | | | | Begin requiring Docker 1.12. | Devan Goodwin | 2016-11-10 | 5 | -10/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | Merge pull request #3098 from sdodson/image-stream-sync | Scott Dodson | 2017-01-17 | 148 | -237/+57451 |
|\ \ \ \ \ | | | | | | | | | | | | | Sync examples | ||||
| * | | | | | v1.3 Add RHAMP | Scott Dodson | 2017-01-17 | 20 | -119/+853 |
| | | | | | | |||||
| * | | | | | Update v1.4 content, add api-gateway | Scott Dodson | 2017-01-17 | 21 | -111/+1259 |
| | | | | | | |||||
| * | | | | | Add v1.5 content | Scott Dodson | 2017-01-17 | 106 | -1/+55330 |
| | | | | | | |||||
| * | | | | | Update example sync script | Scott Dodson | 2017-01-17 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add RHAMP, update for hosted templates changes. | ||||
* | | | | | | Merge pull request #2873 from jcantrill/295_metrics_admin_again | Scott Dodson | 2017-01-17 | 36 | -0/+1725 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Move Metrics to ansible from deployer | ||||
| * | | | | | use pod to generate keystores (#14) | Jeff Cantrill | 2017-01-17 | 10 | -130/+312 |
| | | | | | | |||||
| * | | | | | properly set changes when oc apply | Jeff Cantrill | 2017-01-17 | 3 | -8/+41 |
| | | | | | |