| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #3381 from jcantrill/bz_1420217_default_es_memory | Eric Wolinetz | 2017-02-16 | 1 | -2/+2 |
|\ |
|
| * | bug 1420217. Default ES memory to be compariable to 3.4 deployer | Jeff Cantrill | 2017-02-16 | 1 | -2/+2 |
* | | adding some quotes for safety | ewolinetz | 2017-02-15 | 1 | -1/+1 |
* | | fixing use of oc_scale module | ewolinetz | 2017-02-15 | 2 | -2/+2 |
* | | fixing default for logging | ewolinetz | 2017-02-15 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #3359 from ewolinetz/logging_metrics_defaults | Scott Dodson | 2017-02-14 | 1 | -1/+1 |
|\ |
|
| * | updating defaults for logging and metrics roles | ewolinetz | 2017-02-14 | 1 | -1/+1 |
* | | Merge pull request #3308 from mtnbikenc/oc_label | Russell Teague | 2017-02-14 | 3 | -62/+10 |
|\ \
| |/
|/| |
|
| * | Modify playbooks to use oc_label module | Russell Teague | 2017-02-14 | 3 | -74/+10 |
* | | Modify playbooks to use oc_obj module | Russell Teague | 2017-02-14 | 4 | -100/+127 |
|/ |
|
* | Merge pull request #3321 from ashcrow/oc-serviceaccount-module | Jan Chaloupka | 2017-02-11 | 1 | -5/+5 |
|\ |
|
| * | oc serviceaccount now done via oc_serviceaccount module | Steve Milner | 2017-02-10 | 1 | -5/+5 |
* | | fix openshift_logging where defaults filter needs quoting | Jeff Cantrill | 2017-02-10 | 1 | -6/+6 |
* | | bug 1420425. Allow setting of public facing certs for kibana in openshift_log... | Jeff Cantrill | 2017-02-10 | 3 | -1/+39 |
* | | Merge pull request #3319 from richm/logging-cluster-size-int | Scott Dodson | 2017-02-10 | 4 | -14/+14 |
|\ \
| |/
|/| |
|
| * | make sure cluster_size is an int for arith. ops | Rich Megginson | 2017-02-09 | 4 | -14/+14 |
* | | fix bug 1420204. Default openshift_logging_use_journal to empty so fluentd de... | Jeff Cantrill | 2017-02-10 | 2 | -4/+4 |
* | | Merge pull request #3281 from ewolinetz/revert_3257 | Scott Dodson | 2017-02-10 | 5 | -19/+19 |
|\ \
| |/
|/| |
|
| * | Updating defaults to pull from previously defined variable names used in play... | ewolinetz | 2017-02-08 | 1 | -13/+13 |
| * | Reverting commit 3257 and renaming master_url to openshift_logging_master_url | ewolinetz | 2017-02-07 | 5 | -6/+6 |
* | | Bug 1420234 - illegal_argument_exception in Kibana UI. | Rich Megginson | 2017-02-09 | 1 | -0/+1 |
* | | bug 1420684. On logging upgrade use the correct value for namespace | Jeff Cantrill | 2017-02-09 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35 | Scott Dodson | 2017-02-06 | 3 | -4/+4 |
|\ |
|
| * | fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metrics | Jeff Cantrill | 2017-02-02 | 3 | -4/+4 |
* | | Ensure python2-ruamel-yaml is installed | Scott Dodson | 2017-02-03 | 1 | -4/+0 |
* | | openshift_logging link pull secret to serviceaccounts | Jeff Cantrill | 2017-02-03 | 3 | -0/+30 |
* | | Updating oc_apply to use command instead of shell | ewolinetz | 2017-02-01 | 1 | -5/+7 |
* | | Updating oc_apply changed_when conditions, fixing filter usage for openshift_... | ewolinetz | 2017-02-01 | 1 | -13/+14 |
* | | Adding bool filter to when openshift_logging_use_ops evals and updating oc_ap... | ewolinetz | 2017-01-31 | 8 | -19/+39 |
|/ |
|
* | Adding bool filter to ensure that we correctly set ops host for fluentd | ewolinetz | 2017-01-31 | 1 | -2/+2 |
* | Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurl | Scott Dodson | 2017-01-30 | 5 | -0/+19 |
|\ |
|
| * | Breaking out master-config changing and updated playbook to apply change to o... | ewolinetz | 2017-01-30 | 2 | -6/+8 |
| * | 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 ope... | ewolinetz | 2017-01-27 | 2 | -0/+6 |
| * | Updating openshift_logging role to add kibana public url to loggingPublicURL ... | ewolinetz | 2017-01-27 | 1 | -0/+7 |
* | | fix negative stride encountered from openshift_logging | Jeff Cantrill | 2017-01-30 | 1 | -4/+4 |
* | | Merge pull request #3202 from ewolinetz/logging_fix_generating_es_dc | Scott Dodson | 2017-01-27 | 2 | -19/+35 |
|\ \
| |/
|/| |
|
| * | 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 |
* | | adopt oc_scale module for openshift_logging role | Jeff Cantrill | 2017-01-27 | 5 | -68/+79 |
* | | Fixing fluentd node labelling | ewolinetz | 2017-01-26 | 3 | -5/+11 |
|/ |
|
* | Merge pull request #3169 from jcantrill/logging_node_selector | Scott Dodson | 2017-01-25 | 7 | -0/+27 |
|\ |
|
| * | allow openshift_logging role to specify nodeSelectors | Jeff Cantrill | 2017-01-24 | 7 | -0/+27 |
* | | fixes jks generation, node labeling, and rerunning for oauth secrets | ewolinetz | 2017-01-24 | 3 | -68/+34 |
|/ |
|
* | Merge branch 'master' into fix_logging_jks_gen | Eric Wolinetz | 2017-01-23 | 1 | -7/+14 |
|\ |
|
| * | fix oc_apply to allow running on any control node | Jeff Cantrill | 2017-01-19 | 1 | -7/+14 |
* | | Adding to ansible spec and changing logging jks generation to be a local_action | ewolinetz | 2017-01-20 | 4 | -36/+114 |
* | | Removing docker run strategy and make java a requirement for control host | ewolinetz | 2017-01-20 | 3 | -13/+18 |
* | | Updating to use docker run instead of scheduling jks gen pod | ewolinetz | 2017-01-20 | 1 | -47/+13 |
|/ |
|
* | Addressing found issues with logging role | ewolinetz | 2017-01-18 | 2 | -3/+3 |