Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set default GCE hostname to shost instance name. | Andrew Butcher | 2017-01-31 | 1 | -3/+3 |
| | |||||
* | Merge pull request #3194 from mtnbikenc/upgrade-3_5-fork | Russell Teague | 2017-01-31 | 14 | -77/+486 |
|\ | | | | | Create v3_5 upgrade playbooks | ||||
| * | Create v3_5 upgrade playbooks | Russell Teague | 2017-01-30 | 14 | -77/+486 |
| | | |||||
* | | Merge pull request #3225 from smarterclayton/fix_gce | Scott Dodson | 2017-01-30 | 1 | -1/+1 |
|\ \ | | | | | | | GCE deployment fails due to invalid lookup | ||||
| * | | GCE deployment fails due to invalid lookup | Clayton Coleman | 2017-01-30 | 1 | -1/+1 |
|/ / | | | | | | | | | Data is only available under ['instance'] and split was in the wrong order. This deploys against GCE for me. | ||||
* | | Merge pull request #3222 from ewolinetz/fix_yamllint_logging | Scott Dodson | 2017-01-30 | 3 | -16/+16 |
|\ \ | | | | | | | Resolving yamllint issues from logging playbooks | ||||
| * | | 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 | 12 | -0/+64 |
|\ \ | |/ |/| | 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 | 5 | -6/+31 |
| | | |||||
| * | Breaking out master-config changing and updated playbook to apply change to ↵ | ewolinetz | 2017-01-30 | 3 | -6/+15 |
| | | | | | | | | other masters | ||||
| * | ensuring ruamel.yaml is on target for oc_scale | ewolinetz | 2017-01-27 | 1 | -0/+4 |
| | | |||||
| * | Updating to correctly pull handler for openshift_logging. Adding logic to ↵ | ewolinetz | 2017-01-27 | 5 | -0/+19 |
| | | | | | | | | openshift_hosted_logging too | ||||
| * | Updating openshift_logging role to add kibana public url to loggingPublicURL ↵ | ewolinetz | 2017-01-27 | 1 | -0/+7 |
| | | | | | | | | in master-config | ||||
* | | Merge pull request #3218 from twiest/oc_serviceaccount | Thomas Wiest | 2017-01-30 | 16 | -64/+2280 |
|\ \ | | | | | | | Added oc_serviceaccount to lib_openshift. | ||||
| * | | Added oc_serviceaccount to lib_openshift. | Thomas Wiest | 2017-01-30 | 16 | -64/+2280 |
| | | | |||||
* | | | Merge pull request #3219 from jcantrill/fix_logging_neg_stride | Eric Wolinetz | 2017-01-30 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | | fix negative stride encountered from openshift_logging | ||||
| * | | fix negative stride encountered from openshift_logging | Jeff Cantrill | 2017-01-30 | 1 | -4/+4 |
| | | | |||||
* | | | Merge pull request #3197 from kwoodson/manage_node | Kenny Woodson | 2017-01-30 | 14 | -7/+2063 |
|\ \ \ | | | | | | | | | Adding oadm_manage_node lib_openshift. | ||||
| * | | | Fixing docs. Added bugzilla to doc. | Kenny Woodson | 2017-01-29 | 3 | -4/+6 |
| | | | | |||||
| * | | | Fixing linters. | Kenny Woodson | 2017-01-26 | 3 | -15/+21 |
| | | | | |||||
| * | | | Fixing base.py for node and scale. Autogenerated code. | Kenny Woodson | 2017-01-26 | 2 | -5/+3 |
| | | | | |||||
| * | | | Added unit integration tests. Enhanced unit tests. Fixed an issue in ↵ | Kenny Woodson | 2017-01-26 | 11 | -86/+218 |
| | | | | | | | | | | | | | | | | openshift_cmd for namespace. | ||||
| * | | | Adding oadm_manage_node to lib_openshift. | Kenny Woodson | 2017-01-26 | 6 | -0/+1918 |
| | | | | |||||
* | | | | Merge pull request #3220 from bparees/persistent_templates | Scott Dodson | 2017-01-30 | 8 | -2/+2772 |
|\ \ \ \ | |_|/ / |/| | | | add persistent versions of quickstarts | ||||
| * | | | add persistent versions of quickstarts | Ben Parees | 2017-01-30 | 8 | -2/+2772 |
|/ / / | |||||
* | | | Merge pull request #3215 from mtnbikenc/std-play-naming | Jason DeTiberus | 2017-01-29 | 18 | -38/+95 |
|\ \ \ | | | | | | | | | Standardize entry-point playbooks with named plays | ||||
| * | | | Adding names to plays and standardizing | Russell Teague | 2017-01-27 | 18 | -38/+95 |
| | | | | |||||
* | | | | Merge pull request #3202 from ewolinetz/logging_fix_generating_es_dc | Scott Dodson | 2017-01-27 | 2 | -19/+35 |
|\ \ \ \ | | | | | | | | | | | Updating to reuse previous ES DC names and always generate DCs | ||||
| * | | | | Only manual scale down being allowed now | ewolinetz | 2017-01-27 | 2 | -4/+8 |
| | | | | | |||||
| * | | | | Updating to reuse previous ES DC names and always generate DCs | ewolinetz | 2017-01-26 | 1 | -17/+29 |
| | | | | | |||||
* | | | | | Merge pull request #3195 from jcantrill/bz_1414625_httpd_on_control | Scott Dodson | 2017-01-27 | 3 | -20/+39 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | fix 1414625. Additional fix to run password commands on control node | ||||
| * | | | | fix 1414625. Additional fix to run password commands on control node | Jeff Cantrill | 2017-01-27 | 3 | -20/+39 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3210 from jcantrill/metrics_adopt_oc_scale | Jeff Cantrill | 2017-01-27 | 4 | -48/+37 |
|\ \ \ \ | | | | | | | | | | | adopt oc_scale for openshift_metrics role | ||||
| * | | | | adopt oc_scale for openshift_metrics role | Jeff Cantrill | 2017-01-27 | 4 | -48/+37 |
| |/ / / | |||||
* | | | | Merge pull request #3204 from jcantrill/adopt_oc_scale_module | Jeff Cantrill | 2017-01-27 | 5 | -68/+79 |
|\ \ \ \ | |/ / / |/| | | | Adopt oc scale module for openshift_logging role | ||||
| * | | | adopt oc_scale module for openshift_logging role | Jeff Cantrill | 2017-01-27 | 5 | -68/+79 |
|/ / / | |||||
* | | | Merge pull request #3206 from kwoodson/oc_scale_fix | Kenny Woodson | 2017-01-27 | 4 | -0/+47 |
|\ \ \ | | | | | | | | | Adding fix for when the resource does not exist. Added test cases. | ||||
| * | | | Adding fix for when the resource does not exist. Added test cases. | Kenny Woodson | 2017-01-27 | 4 | -0/+47 |
| | |/ | |/| | |||||
* | | | Merge pull request #3200 from ewolinetz/logging_fix_node_labelling | Eric Wolinetz | 2017-01-27 | 3 | -5/+11 |
|\ \ \ | | | | | | | | | Fixing fluentd node labelling | ||||
| * | | | Fixing fluentd node labelling | ewolinetz | 2017-01-26 | 3 | -5/+11 |
| | |/ | |/| | |||||
* | | | Merge pull request #3198 from mtnbikenc/drain-fix | Russell Teague | 2017-01-26 | 4 | -20/+4 |
|\ \ \ | |_|/ |/| | | Correct usage of draining nodes | ||||
| * | | Correct usage of draining nodes | Russell Teague | 2017-01-26 | 4 | -20/+4 |
| | | | |||||
* | | | Merge pull request #3183 from kwoodson/oc_scale | Kenny Woodson | 2017-01-26 | 16 | -53/+2548 |
|\ \ \ | |_|/ |/| | | Adding oc_scale to lib_openshift. | ||||
| * | | Fixing namespace param in doc to reflect default value. | Kenny Woodson | 2017-01-26 | 2 | -2/+2 |
| | | | |||||
| * | | Adding banners. Small bug fix to namespace appending in base. | Kenny Woodson | 2017-01-25 | 3 | -13/+44 |
| | | | |||||
| * | | Fixing tests and linting. | Kenny Woodson | 2017-01-25 | 8 | -111/+96 |
| | | | |||||
| * | | Adding unit test for oc_scale | Kenny Woodson | 2017-01-25 | 1 | -0/+155 |
| | | | |||||
| * | | Adding integration test for oc_scale. | Kenny Woodson | 2017-01-25 | 12 | -23/+794 |
| | | | |||||
| * | | Adding oc_scale to lib_openshift. | Kenny Woodson | 2017-01-25 | 6 | -0/+1553 |
| | | | |||||
* | | | Merge pull request #3184 from mtnbikenc/add_host_idemp | Scott Dodson | 2017-01-26 | 22 | -26/+74 |
|\ \ \ | | | | | | | | | Standardize add_host: with name and changed_when |