summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Updating logging and metrics to restart api, ha and controllers when ↵ewolinetz2017-04-281-2/+5
| | | | updating master config
* 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
|
* YAML LintingRussell Teague2016-12-121-3/+3
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-012-19/+2
| | | | | | | | | | | | | Problem was caused by facts not being set for that master. To fix this patch cleans up the calculation of metricsPublicURL in general. Because this value is used in openshift_master to template into the master config file, we now define these facts more clearly in openshift_master_facts, and add a dependency on this to openshift_metrics. The calculation of default sub-domain is also changed to remove it from system facts (as neither of these are facts about the system) and instead use plain variables.
* Add view permissions to hawkular saScott Dodson2016-11-151-0/+18
|
* Use multiple '-v's when creating the metrics deployer commandTim Bielawa2016-11-152-5/+10
|
* Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher2016-10-211-1/+1
|
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-2/+2
| | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* Remove openshift_master_metrics_public_urlAndrew Butcher2016-08-311-2/+2
|
* Merge pull request #2386 from sdodson/metrics-dynamicScott Dodson2016-08-301-1/+1
|\ | | | | Enable metrics dynamic storage