summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3194 from mtnbikenc/upgrade-3_5-forkRussell Teague2017-01-315-50/+143
|\ | | | | Create v3_5 upgrade playbooks
| * Create v3_5 upgrade playbooksRussell Teague2017-01-305-50/+143
| |
* | GCE deployment fails due to invalid lookupClayton Coleman2017-01-301-1/+1
| | | | | | | | | | Data is only available under ['instance'] and split was in the wrong order. This deploys against GCE for me.
* | Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurlScott Dodson2017-01-309-0/+34
|\ \ | |/ |/| Updating openshift_logging role to add kibana public url to loggingPu…
| * Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz2017-01-302-6/+8
| |
| * Breaking out master-config changing and updated playbook to apply change to ↵ewolinetz2017-01-302-6/+8
| | | | | | | | other masters
| * ensuring ruamel.yaml is on target for oc_scaleewolinetz2017-01-271-0/+4
| |
| * Updating to correctly pull handler for openshift_logging. Adding logic to ↵ewolinetz2017-01-275-0/+19
| | | | | | | | openshift_hosted_logging too
| * Updating openshift_logging role to add kibana public url to loggingPublicURL ↵ewolinetz2017-01-271-0/+7
| | | | | | | | in master-config
* | Merge pull request #3218 from twiest/oc_serviceaccountThomas Wiest2017-01-3016-64/+2280
|\ \ | | | | | | Added oc_serviceaccount to lib_openshift.
| * | 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_logging
| * | 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
|\ \ \ | | | | | | | | Adding oadm_manage_node lib_openshift.
| * | | 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 ↵Kenny Woodson2017-01-2611-86/+218
| | | | | | | | | | | | | | | | openshift_cmd for namespace.
| * | | Adding oadm_manage_node to lib_openshift.Kenny Woodson2017-01-266-0/+1918
| | | |
* | | | add persistent versions of quickstartsBen Parees2017-01-308-2/+2772
| |/ / |/| |
* | | Merge pull request #3202 from ewolinetz/logging_fix_generating_es_dcScott Dodson2017-01-272-19/+35
|\ \ \ | | | | | | | | Updating to reuse previous ES DC names and always generate DCs
| * | | 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 node
| * | | 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 role
| * | | | adopt oc_scale for openshift_metrics roleJeff Cantrill2017-01-274-48/+37
| |/ / /
* | | | 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.
| * | | 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 labelling
| * | | Fixing fluentd node labellingewolinetz2017-01-263-5/+11
| | |/ | |/|
* | | Merge pull request #3198 from mtnbikenc/drain-fixRussell Teague2017-01-261-15/+0
|\ \ \ | |_|/ |/| | Correct usage of draining nodes
| * | Correct usage of draining nodesRussell Teague2017-01-261-15/+0
| |/
* | Merge pull request #3183 from kwoodson/oc_scaleKenny Woodson2017-01-2616-53/+2548
|\ \ | |/ |/| Adding oc_scale to lib_openshift.
| * 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 #2973 from AlbertoPeon/metrics_urlScott Dodson2017-01-263-6/+5
|\ \ | | | | | | Set metrics url even if metrics_deploy is false
| * | 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
| * | | Comma separate no_proxy host list in openshift_facts so that it appears as a ↵Andrew Butcher2017-01-256-6/+6
| | | | | | | | | | | | | | | | string everywhere it is used.
* | | | Merge pull request #3181 from sdodson/10seconds-ought-to-be-enoughScott Dodson2017-01-252-0/+10
|\ \ \ \ | |_|_|/ |/| | | Add 10 second wait after disabling firewalld/iptables
| * | | Add 10 second wait after disabling firewalldScott Dodson2017-01-252-0/+10
| | | |
* | | | Added oc_secret to lib_openshift.Thomas Wiest2017-01-258-0/+2281
| |/ / |/| |
* | | Merge pull request #3141 from tbielawa/fragment_bannersAndrew Butcher2017-01-257-2/+188
|\ \ \ | | | | | | | | Fragment banners
| * | | Generate the artifacts from fragments.Tim Bielawa2017-01-245-0/+116
| | | |