summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks
Commit message (Collapse)AuthorAgeFilesLines
* 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 #4026 from ewolinetz/cherry_picks_15OpenShift Bot2017-05-081-2/+5
|\ | | | | Merged by openshift-bot
| * Updating logging and metrics to restart api, ha and controllers when ↵ewolinetz2017-04-281-2/+5
| | | | | | | | 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-183-41/+17
|
* Changed Hawkular Metrics secrets to use a format similar to the one ↵Juraci Paixão Kröhling2017-04-063-90/+16
| | | | automatically generated by OpenShift
* Fix overriding openshift_{logging,metrics}_image_prefixScott Dodson2017-03-241-0/+5
|
* Specify enterprise defaults for logging and metrics imagesScott Dodson2017-03-241-0/+7
|
* Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCertsOpenShift Bot2017-03-212-55/+15
|\ | | | | Merged by openshift-bot
| * Switched Cassandra to use certificates generated by OpenShiftJuraci Paixão Kröhling2017-03-152-55/+15
| |
* | Cherry picked from #3657ewolinetz2017-03-151-4/+5
|/
* add 'hawkular/metrics' when updating configJeff Cantrill2017-03-101-1/+1
|
* bug 1430661. Update masterConfig metricsPublicURL on installJeff Cantrill2017-03-102-0/+11
|
* Updating metrics defaultsewolinetz2017-03-061-3/+5
|
* Removed JGroups cert and password generation.Juraci Paixão Kröhling2017-02-242-21/+2
|
* Add missing full hostname for the Hawkular Metrics certificate (BZ1421060)mwringe2017-02-152-2/+2
| | | | Fix issue where the signer certificate's name is static, preventing redeployments from being acceptable.
* bug 1420229. Bounce metrics components to recognize changes on updates or ↵Jeff Cantrill2017-02-101-0/+14
| | | | upgrades
* bug 1419962. fix openshift_metrics pwd issue after reinstall where cassandra ↵Jeff Cantrill2017-02-098-69/+53
| | | | has incorrect pwd exception
* Merge pull request #3294 from jcantrill/fix_metrics_pv_varsJason DeTiberus2017-02-081-4/+4
|\ | | | | use pvc_size instead of pv_size for openshift_metrics since the role …
| * use pvc_size instead of pv_size for openshift_metrics since the role creates ↵Jeff Cantrill2017-02-081-4/+4
| | | | | | | | claims
* | fixes 1419839. Install only heapster for openshift_metrics when heapster ↵Jeff Cantrill2017-02-089-68/+90
|/ | | | standalone flag is set
* fix 1406057. Allow openshift_metrics nodeselectors for componentsJeff Cantrill2017-02-063-0/+3
|
* fixes 1414625. Fix check of keytool in openshift_metrics roleJeff Cantrill2017-02-031-1/+1
|
* 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
| |
* | adopt oc_scale for openshift_metrics roleJeff Cantrill2017-01-273-48/+36
|/
* fixes BZ-1415447. Error when stopping heapster. Modify to be conditional ↵Jeff Cantrill2017-01-241-5/+2
| | | | include
* fix BZ1414477. Use keytool on control node and require javaJeff Cantrill2017-01-231-97/+49
|
* fixes BZ-1414625. Check for httpd-tools and java before installJeff Cantrill2017-01-231-0/+18
|
* fixes #3127. Get files for oc_apply from remote hostJeff Cantrill2017-01-191-4/+12
|
* use pod to generate keystores (#14)Jeff Cantrill2017-01-176-115/+139
|
* properly set changes when oc applyJeff Cantrill2017-01-173-8/+41
|
* additional cr fixesJeff Cantrill2017-01-176-91/+99
|
* metrics fixes for yamlintJeff Cantrill2017-01-177-33/+32
|
* additional code reviewsJeff Cantrill2017-01-1711-42/+94
|
* set replicas to current value so not to disrupt current pods (#13)Jeff Cantrill2017-01-172-0/+29
|
* User provided certs pushed from control. vars reorg (#12)Jeff Cantrill2017-01-174-20/+35
| | | Merging per discussion and agreement from @bbguimaraes
* update vars to allow scaling of components (#9)Jeff Cantrill2017-01-177-20/+168
|
* rename variables to be less extraneous (#10)Jeff Cantrill2017-01-172-12/+15
|
* copy admin cert for use in subsequent tasks (#8)Jeff Cantrill2017-01-175-6/+19
|
* Add tasks to uninstall metrics (#7)Jeff Cantrill2017-01-174-24/+32
|
* Custom certificates (#5)Bruno Barcarol Guimarães2017-01-176-257/+316
| | | | | | | | | | | | | | | * Generate secrets on a persistent directory. * Split certificate generation files. * Custom certificates. * Minor fixes. - use `slurp` instead of `shell: base64` - fix route hostname * Updates on origin-metrics.
* prefix vars with metrics role (#4)Jeff Cantrill2017-01-175-22/+22
|
* Bruno Barcarol Guimarães work to move metrics to ansible from deployerJeff Cantrill2017-01-1710-0/+496
|
* rename openshift_metrics to openshift_hosted_metricsJeff Cantrill2017-01-112-207/+0
|