summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create v3_5 upgrade playbooksRussell Teague2017-01-3014-77/+486
* Merge pull request #3218 from twiest/oc_serviceaccountThomas Wiest2017-01-3016-64/+2280
|\
| * Added oc_serviceaccount to lib_openshift.Thomas Wiest2017-01-3016-64/+2280
* | Merge pull request #3219 from jcantrill/fix_logging_neg_strideEric Wolinetz2017-01-301-4/+4
|\ \ | |/ |/|
| * fix negative stride encountered from openshift_loggingJeff Cantrill2017-01-301-4/+4
* | Merge pull request #3197 from kwoodson/manage_nodeKenny Woodson2017-01-3014-7/+2063
|\ \
| * | Fixing docs. Added bugzilla to doc.Kenny Woodson2017-01-293-4/+6
| * | Fixing linters.Kenny Woodson2017-01-263-15/+21
| * | Fixing base.py for node and scale. Autogenerated code.Kenny Woodson2017-01-262-5/+3
| * | Added unit integration tests. Enhanced unit tests. Fixed an issue in openshi...Kenny Woodson2017-01-2611-86/+218
| * | Adding oadm_manage_node to lib_openshift.Kenny Woodson2017-01-266-0/+1918
* | | Merge pull request #3220 from bparees/persistent_templatesScott Dodson2017-01-308-2/+2772
|\ \ \ | |_|/ |/| |
| * | add persistent versions of quickstartsBen Parees2017-01-308-2/+2772
|/ /
* | Merge pull request #3215 from mtnbikenc/std-play-namingJason DeTiberus2017-01-2918-38/+95
|\ \
| * | Adding names to plays and standardizingRussell Teague2017-01-2718-38/+95
* | | Merge pull request #3202 from ewolinetz/logging_fix_generating_es_dcScott Dodson2017-01-272-19/+35
|\ \ \
| * | | Only manual scale down being allowed nowewolinetz2017-01-272-4/+8
| * | | Updating to reuse previous ES DC names and always generate DCsewolinetz2017-01-261-17/+29
* | | | Merge pull request #3195 from jcantrill/bz_1414625_httpd_on_controlScott Dodson2017-01-273-20/+39
|\ \ \ \
| * | | | fix 1414625. Additional fix to run password commands on control nodeJeff Cantrill2017-01-273-20/+39
| | |/ / | |/| |
* | | | Merge pull request #3210 from jcantrill/metrics_adopt_oc_scaleJeff Cantrill2017-01-274-48/+37
|\ \ \ \
| * | | | adopt oc_scale for openshift_metrics roleJeff Cantrill2017-01-274-48/+37
| |/ / /
* | | | Merge pull request #3204 from jcantrill/adopt_oc_scale_moduleJeff Cantrill2017-01-275-68/+79
|\ \ \ \ | |/ / / |/| | |
| * | | adopt oc_scale module for openshift_logging roleJeff Cantrill2017-01-275-68/+79
|/ / /
* | | Merge pull request #3206 from kwoodson/oc_scale_fixKenny Woodson2017-01-274-0/+47
|\ \ \
| * | | Adding fix for when the resource does not exist. Added test cases.Kenny Woodson2017-01-274-0/+47
| | |/ | |/|
* | | Merge pull request #3200 from ewolinetz/logging_fix_node_labellingEric Wolinetz2017-01-273-5/+11
|\ \ \
| * | | Fixing fluentd node labellingewolinetz2017-01-263-5/+11
| | |/ | |/|
* | | Merge pull request #3198 from mtnbikenc/drain-fixRussell Teague2017-01-264-20/+4
|\ \ \ | |_|/ |/| |
| * | Correct usage of draining nodesRussell Teague2017-01-264-20/+4
* | | Merge pull request #3183 from kwoodson/oc_scaleKenny Woodson2017-01-2616-53/+2548
|\ \ \ | |_|/ |/| |
| * | Fixing namespace param in doc to reflect default value.Kenny Woodson2017-01-262-2/+2
| * | Adding banners. Small bug fix to namespace appending in base.Kenny Woodson2017-01-253-13/+44
| * | Fixing tests and linting.Kenny Woodson2017-01-258-111/+96
| * | Adding unit test for oc_scaleKenny Woodson2017-01-251-0/+155
| * | Adding integration test for oc_scale.Kenny Woodson2017-01-2512-23/+794
| * | Adding oc_scale to lib_openshift.Kenny Woodson2017-01-256-0/+1553
* | | Merge pull request #3184 from mtnbikenc/add_host_idempScott Dodson2017-01-2622-26/+74
|\ \ \
| * | | Standardize add_host: with name and changed_whenRussell Teague2017-01-2522-26/+74
* | | | Merge pull request #3191 from mtnbikenc/gitignore-cleanupScott Dodson2017-01-261-7/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | .gitignore cleanupRussell Teague2017-01-261-7/+5
* | | | Merge pull request #2973 from AlbertoPeon/metrics_urlScott Dodson2017-01-263-6/+5
|\ \ \ \
| * | | | Set metrics url even if metrics_deploy is falseAlberto Peon2017-01-203-6/+5
* | | | | Merge pull request #3182 from abutcher/no-proxy-listScott Dodson2017-01-266-6/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Comma separate no_proxy host list in openshift_facts so that it appears as a ...Andrew Butcher2017-01-256-6/+6
| | |/ / | |/| |
* | | | Merge pull request #3181 from sdodson/10seconds-ought-to-be-enoughScott Dodson2017-01-252-0/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add 10 second wait after disabling firewalldScott Dodson2017-01-252-0/+10
* | | | Merge pull request #3156 from abutcher/ansible-unsafe-textScott Dodson2017-01-251-1/+5
|\ \ \ \
| * | | | Make use of AnsibleDumper in openshift_master filters s.t. we can represent A...Andrew Butcher2017-01-231-1/+5
* | | | | Merge pull request #3159 from twiest/oc_secretThomas Wiest2017-01-258-0/+2281
|\ \ \ \ \ | |_|_|/ / |/| | | |