summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics
Commit message (Collapse)AuthorAgeFilesLines
* Remove additional 'restart master' handler references.Andrew Butcher2017-08-091-1/+0
|
* Remove the origin-master.service and associated filesClayton Coleman2017-08-081-7/+2
| | | | | | From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8.
* Merge pull request #4802 from jkaurredhat/metrics_1.6Scott Dodson2017-08-071-1/+1
|\ | | | | Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423
| * Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423jkaurredhat2017-07-201-1/+1
| | | | | | | | | | | | Customer confirmed changing KUBERNETES_MASTER_URL and env parameter MASTER_URL value from default value "https://kubernetes.default.svc.cluster.local" to "https://kubernetes.default.svc" solved the issue. Signed-off-by: jkaurredhat <jkaur@redhat.com>
* | Fixing SA and clusterrole namespacesewolinetz2017-08-022-2/+2
| |
* | Switch logging and metrics OCP image tag from 3.6.0 to v3.6Scott Dodson2017-08-011-1/+1
| |
* | Updating metrics role to create serviceaccounts and roles immediatelyewolinetz2017-07-282-0/+21
| |
* | Merge pull request #4868 from ewolinetz/metrics_fix_caCertScott Dodson2017-07-261-1/+1
|\ \ | | | | | | Fixing route spec caCertificate to be correctly capitalized
| * | Fixing route spec caCertificate to be correctly capitalizedewolinetz2017-07-251-1/+1
| | |
* | | Merge pull request #4855 from mwringe/hawkular-namespace-listener-updateScott Dodson2017-07-263-1/+41
|\ \ \ | |/ / |/| | Metrics: grant hawkular namespace listener role
| * | Metrics: grant hawkular namespace listener rolemwringe2017-07-243-1/+41
| |/
* | Removing nolog from htpasswd invocation so not to supress errorsewolinetz2017-07-241-1/+0
|/
* Merge pull request #4596 from steveteuber/patch-2Scott Dodson2017-06-291-1/+1
|\ | | | | Fix generate role binding destination for the HOSA service account
| * Fix generate role binding destination for the HOSA service accountSteve Teuber2017-06-291-1/+1
| | | | | | | | The task `Generate role binding for the hawkular-openshift-agent service account` use wrong template destination: https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_metrics/tasks/install_metrics.yaml#L47
* | Adding become: false to local_action tasksewolinetz2017-06-293-0/+7
|/
* Fixing quote issue.Kenny Woodson2017-06-211-1/+1
|
* Fix for dynamic pvs when using storageclasses.Kenny Woodson2017-06-212-2/+4
|
* Updating default from null to ""ewolinetz2017-06-201-1/+1
|
* Merge pull request #4377 from mwringe/hawkular_openshift_agentOpenShift Bot2017-06-1412-3/+288
|\ | | | | Merged by openshift-bot
| * Support installing HOSA via ansiblemwringe2017-06-1312-3/+288
| |
* | Merge pull request #4302 from ewolinetz/pv_node_selectorsOpenShift Bot2017-06-133-1/+11
|\ \ | | | | | | Merged by openshift-bot
| * | Allowing openshift_metrics to specify PV selectors and allow way to define ↵ewolinetz2017-05-263-1/+11
| | | | | | | | | | | | selectors when creating pv
* | | Use volume.beta.kubernetes.io annotation for storage-classesPer Carlson2017-06-081-1/+1
| | |
* | | fix up openshift-ansible for use with 'oc cluster up'Jeff Cantrill2017-06-062-2/+2
| |/ |/|
* | Merge pull request #4298 from mwringe/metrics_imagepullpolicy_alwaysOpenShift Bot2017-05-303-0/+3
|\ \ | | | | | | Merged by openshift-bot
| * | Metrics: update the imagePullPolicy to be alwaysmwringe2017-05-263-0/+3
| |/
* | Updating python-passlib assertewolinetz2017-05-251-1/+1
|/
* Merge pull request #4134 from ewolinetz/issue4111OpenShift Bot2017-05-191-0/+8
|\ | | | | Merged by openshift-bot
| * Adding assert to check for python-passlib on control hostewolinetz2017-05-111-0/+8
| |
* | Localhost TMP Dir FixVincent Schwarzer2017-05-181-0/+1
| |
* | Merge pull request #4115 from ewolinetz/metrics_limits_docsOpenShift Bot2017-05-111-1/+1
|\ \ | |/ |/| Merged by openshift-bot
| * Updating size suffix for metrics in roleewolinetz2017-05-081-1/+1
| |
* | Merge pull request #4026 from ewolinetz/cherry_picks_15OpenShift Bot2017-05-082-2/+14
|\ \ | |/ |/| Merged by openshift-bot
| * Updating logging and metrics to restart api, ha and controllers when ↵ewolinetz2017-04-282-2/+14
| | | | | | | | updating master config
* | Modified pick from release-1.5 for updating hawkular htpasswd generationewolinetz2017-05-021-7/+9
| |
* | Don't double quote when conditionsScott Dodson2017-05-017-12/+12
| |
* | Remove jinja template delimeters from when conditionsScott Dodson2017-05-015-9/+9
|/ | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* Switched Heapster to use certificates generated by OpenShiftJuraci Paixão Kröhling2017-04-185-44/+31
|
* Fix default image tag for enterpriseScott Dodson2017-04-131-1/+1
| | | | | We're just going to hardcode this for now until we can verify that a tag like v3.6 will always exist in the future
* Changed Hawkular Metrics secrets to use a format similar to the one ↵Juraci Paixão Kröhling2017-04-066-164/+36
| | | | automatically generated by OpenShift
* fixed decode switch so it works on OSXSteven Tobias2017-03-301-2/+2
|
* Found this while searching the metrics role for logging, is this wrong?Scott Dodson2017-03-241-1/+1
|
* Fix overriding openshift_{logging,metrics}_image_prefixScott Dodson2017-03-243-4/+9
|
* Make linter happyScott Dodson2017-03-242-0/+2
|
* Specify enterprise defaults for logging and metrics imagesScott Dodson2017-03-244-2/+11
|
* Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCertsOpenShift Bot2017-03-215-122/+34
|\ | | | | Merged by openshift-bot
| * Switched Cassandra to use certificates generated by OpenShiftJuraci Paixão Kröhling2017-03-155-122/+34
| |
* | Merge branch 'master' into logging_cherrypick_3657Eric Wolinetz2017-03-152-1/+2
|\ \
| * \ Merge pull request #3629 from ewolinetz/logging_15_cherrypickOpenShift Bot2017-03-153-1/+4
| |\ \ | | |/ | |/| Merged by openshift-bot
| | * cherry picking from #3621 #3614 #3627ewolinetz2017-03-103-1/+4
| | |