Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2573 from abutcher/infra-templates | Scott Dodson | 2016-10-24 | 34 | -22/+108 |
|\ | | | | | Move infrastructure templates into openshift_hosted_templates role. | ||||
| * | Move infrastructure templates into openshift_hosted_templates role. | Andrew Butcher | 2016-10-21 | 34 | -22/+108 |
|/ | |||||
* | Merge pull request #2639 from tbielawa/test-utils-debugging | Andrew Butcher | 2016-10-21 | 1 | -0/+72 |
|\ | | | | | Unit tests for the debug_env logger thing | ||||
| * | Unit tests for the debug_env logger thing | Tim Bielawa | 2016-10-21 | 1 | -0/+72 |
| | | |||||
* | | Merge pull request #2563 from smunilla/BZ1339621 | Andrew Butcher | 2016-10-21 | 8 | -247/+328 |
|\ \ | |/ |/| | a-o-i: Separate install and scaleup workflows | ||||
| * | a-o-i: Separate install and scaleup workflows | Samuel Munilla | 2016-10-20 | 8 | -247/+328 |
| | | | | | | | | | | | | | | In order to simplify the quick installer logic, this moves the scaleup workflow into its own subcommand. Fixes: Bug 1339621 | ||||
* | | Merge pull request #2624 from abutcher/rm-hosted-registry-object-storage-vars | Scott Dodson | 2016-10-21 | 1 | -42/+42 |
|\ \ | | | | | | | Reference full vars for registry object storage. | ||||
| * | | Reference full vars for registry object storage. | Andrew Butcher | 2016-10-18 | 1 | -42/+42 |
| | | | |||||
* | | | Automatic commit of package [openshift-ansible] release [3.4.11-1]. | Troy Dawson | 2016-10-21 | 2 | -2/+25 |
| | | | |||||
* | | | Merge pull request #2638 from henningf/master | Scott Dodson | 2016-10-21 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | trouble creating service signer certificate while running upgrade dockerized | ||||
| * | | | trouble creating service signer while running upgrade dockerized | Henning Fjellheim | 2016-10-21 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #2623 from rhcarvalho/typos | Andrew Butcher | 2016-10-20 | 18 | -20/+20 |
|\ \ \ | | | | | | | | | Fix typos | ||||
| * | | | Fix typos | Rodolfo Carvalho | 2016-10-19 | 18 | -20/+20 |
| | | | | |||||
* | | | | Merge pull request #2549 from tbielawa/check-cert-expiry | Andrew Butcher | 2016-10-20 | 10 | -3/+1164 |
|\ \ \ \ | | | | | | | | | | | Cert Expiry for Cluster Ops | ||||
| * | | | | Don't freak out if the oc command doesn't exist. | Tim Bielawa | 2016-10-20 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | Make the json template filter-driven. | Tim Bielawa | 2016-10-20 | 6 | -32/+105 |
| | | | | | |||||
| * | | | | Add JSON result CLI parsing notes to the README | Tim Bielawa | 2016-10-20 | 1 | -4/+32 |
| | | | | | |||||
| * | | | | The JSON result saving template now includes a summary of expired/warned ↵ | Tim Bielawa | 2016-10-20 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | certs for easier parsing. | ||||
| * | | | | Clean up lint and other little things (polish++) | Tim Bielawa | 2016-10-20 | 4 | -111/+149 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix code lint * Prefix role variables with the role name per best practices * Add words to README | ||||
| * | | | | Fix playbooks, update readme, update default vars | Tim Bielawa | 2016-10-20 | 6 | -30/+154 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 'make ci' system Add examples | ||||
| * | | | | Refactor into a role | Tim Bielawa | 2016-10-20 | 9 | -79/+112 |
| | | | | | |||||
| * | | | | Get router/registry certs. Collect common names and subjectAltNames | Tim Bielawa | 2016-10-20 | 2 | -47/+186 |
| | | | | | |||||
| * | | | | Support etcd certs now. Fix lint. Generate HTML report. | Tim Bielawa | 2016-10-20 | 3 | -65/+264 |
| | | | | | |||||
| * | | | | Try to make boiler plate for cert expiry checking | Tim Bielawa | 2016-10-20 | 5 | -3/+510 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #2627 from dgoodwin/remove-pacemaker-restarts | Scott Dodson | 2016-10-20 | 4 | -132/+3 |
|\ \ \ \ | |/ / / |/| | | | Drop pacemaker restart logic. | ||||
| * | | | Drop pacemaker restart logic. | Devan Goodwin | 2016-10-19 | 4 | -132/+3 |
| | | | | | | | | | | | | | | | | | | | | Pacemaker clusters are no longer supported, and in some cases bugs here were causing upgrade failures. | ||||
* | | | | Merge pull request #2630 from abutcher/fix-default-callback | Scott Dodson | 2016-10-19 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Fix maximum recursion depth exceeded in default callback | ||||
| * | | | | Override __init__ in default callback to avoid infinite loop. | Andrew Butcher | 2016-10-19 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Merge pull request #2620 from mscherer/cleanup_split_args | Jason DeTiberus | 2016-10-19 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | Remove uneeded import of ansible.module_utils.splitter | ||||
| * | | | | Remove uneeded import of ansible.module_utils.splitter | Michael Scherer | 2016-10-19 | 1 | -1/+0 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #2621 from dgoodwin/symlink-fix | Scott Dodson | 2016-10-19 | 20 | -42/+43 |
|\ \ \ \ | |_|_|/ |/| | | | Switch from "oadm" to "oc adm" and fix bug in binary sync. | ||||
| * | | | Switch from "oadm" to "oc adm" and fix bug in binary sync. | Devan Goodwin | 2016-10-19 | 20 | -42/+43 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm. | ||||
* | | | Automatic commit of package [openshift-ansible] release [3.4.10-1]. | Troy Dawson | 2016-10-19 | 2 | -2/+9 |
| |/ |/| | |||||
* | | Merge pull request #2611 from abutcher/systemd-units-node-config | Scott Dodson | 2016-10-17 | 3 | -5/+2 |
|\ \ | | | | | | | Build full node config path in systemd_units tasks. | ||||
| * \ | Merge pull request #2 from sdodson/systemd-units-node-config | Andrew Butcher | 2016-10-17 | 3 | -5/+2 |
| |\ \ | | | | | | | | | Get rid of openshift_node_config_file entirely | ||||
| | * | | Get rid of openshift_node_config_file entirely | Scott Dodson | 2016-10-17 | 3 | -5/+2 |
| |/ / | |||||
| * | | Build full node config path in systemd_units tasks. | Andrew Butcher | 2016-10-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2612 from sdodson/logging | Scott Dodson | 2016-10-17 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | [logging] Fix NFS volume binding | ||||
| * | | | [logging] Fix NFS volume binding | Scott Dodson | 2016-10-17 | 1 | -6/+6 |
|/ / / | |||||
* | | | Merge pull request #2608 from abutcher/template-with-items | Scott Dodson | 2016-10-17 | 28 | -49/+49 |
|\ \ \ | | | | | | | | | Template with_items for upstream ansible-2.2 compat. | ||||
| * | | | Default [] | Andrew Butcher | 2016-10-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | Template with_items for upstream ansible-2.2 compat. | Andrew Butcher | 2016-10-14 | 28 | -49/+49 |
| |/ / | |||||
* | / | Automatic commit of package [openshift-ansible] release [3.4.9-1]. | Troy Dawson | 2016-10-17 | 2 | -2/+13 |
| |/ |/| | |||||
* | | Merge pull request #2590 from vshn/feature/s3_regionendpoint | Jason DeTiberus | 2016-10-15 | 3 | -0/+35 |
|\ \ | | | | | | | add regionendpoint parameter for registry s3 | ||||
| * | | formatting updates in template | Tobias Brunner | 2016-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | revise docs | Tobias Brunner | 2016-10-13 | 2 | -2/+2 |
| | | | |||||
| * | | adjustments in docs and j2 template | Tobias Brunner | 2016-10-12 | 3 | -3/+20 |
| | | | |||||
| * | | add regionendpoint parameter for registry s3 | Tobias Brunner | 2016-10-12 | 2 | -0/+18 |
| | | | |||||
* | | | Merge pull request #2607 from vshn/fix/2602 | Andrew Butcher | 2016-10-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Do not error on node labels set too non-string values. | ||||
| * | | | Do not error on node labels set too non-string values. | Manuel Hutter | 2016-10-14 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | see #2602 |