summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Cherry picked from #3657ewolinetz2017-03-152-5/+6
|/ /
* | add 'hawkular/metrics' when updating configJeff Cantrill2017-03-101-1/+1
| |
* | bug 1430661. Update masterConfig metricsPublicURL on installJeff Cantrill2017-03-103-0/+37
|/
* Updating metrics defaultsewolinetz2017-03-062-6/+9
|
* Removed JGroups cert and password generation.Juraci Paixão Kröhling2017-02-244-43/+12
|
* 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.
* updating defaults for logging and metrics rolesewolinetz2017-02-141-1/+1
|
* BZ1421834: increase the Heapster metric resolution to 30smwringe2017-02-131-1/+1
|
* bug 1420229. Bounce metrics components to recognize changes on updates or ↵Jeff Cantrill2017-02-101-0/+14
| | | | upgrades
* Merge pull request #3297 from jcantrill/bz_1419962_cassandra_pwd_failureScott Dodson2017-02-109-70/+53
|\ | | | | bug 1419962. fix openshift_metrics pwd issue after reinstall where ca…
| * bug 1419962. fix openshift_metrics pwd issue after reinstall where cassandra ↵Jeff Cantrill2017-02-099-70/+53
| | | | | | | | has incorrect pwd exception
* | Merge pull request #3320 from jcantrill/bz_1420538_metrics_supplemental_groupsScott Dodson2017-02-102-0/+4
|\ \ | | | | | | bug 1420538. Allow users to set supplementalGroup for Cassandra
| * | bug 1420538. Allow users to set supplementalGroup for CassandraJeff Cantrill2017-02-092-0/+4
| |/
* | Merge pull request #3281 from ewolinetz/revert_3257Scott Dodson2017-02-101-0/+2
|\ \ | |/ |/| Reverting commit 3257 and renaming master_url to openshift_logging_ma…
| * Updating defaults to pull from previously defined variable names used in ↵ewolinetz2017-02-081-0/+2
| | | | | | | | playbooks
* | Merge pull request #3294 from jcantrill/fix_metrics_pv_varsJason DeTiberus2017-02-084-9/+9
|\ \ | | | | | | 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-084-9/+9
| |/ | | | | | | 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-067-0/+24
|
* 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-274-48/+37
|/
* Merge pull request #3133 from mwringe/hawkular-metrics-0.23-updateScott Dodson2017-01-251-0/+2
|\ | | | | Template update for Hawkular Metrics 0.23
| * Template update for Hawkular Metrics 0.23mwringe2017-01-191-0/+2
| |
* | 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-233-137/+49
| |
* | fixes BZ-1414625. Check for httpd-tools and java before installJeff Cantrill2017-01-232-0/+22
| |
* | Merge pull request #3128 from jcantrill/3127_oc_apply_for_metricsJason DeTiberus2017-01-201-4/+12
|\ \ | |/ |/| fixes #3127. Get files for oc_apply from remote host
| * fixes #3127. Get files for oc_apply from remote hostJeff Cantrill2017-01-191-4/+12
| |
* | fixes BZ141619. Corrects the variable in the READMEJeff Cantrill2017-01-191-1/+1
|/
* use pod to generate keystores (#14)Jeff Cantrill2017-01-179-129/+309
|
* 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-178-47/+46
|
* additional code reviewsJeff Cantrill2017-01-1713-52/+120
|
* set replicas to current value so not to disrupt current pods (#13)Jeff Cantrill2017-01-175-3/+32
|
* User provided certs pushed from control. vars reorg (#12)Jeff Cantrill2017-01-178-35/+79
| | | Merging per discussion and agreement from @bbguimaraes
* update vars to allow scaling of components (#9)Jeff Cantrill2017-01-1711-23/+173
|
* allow definition of cpu/memory limits/resources (#11)Jeff Cantrill2017-01-175-1/+111
|
* rename variables to be less extraneous (#10)Jeff Cantrill2017-01-176-23/+30
|
* copy admin cert for use in subsequent tasks (#8)Jeff Cantrill2017-01-175-6/+19
|
* Add tasks to uninstall metrics (#7)Jeff Cantrill2017-01-175-26/+34
|
* Custom certificates (#5)Bruno Barcarol Guimarães2017-01-1711-258/+330
| | | | | | | | | | | | | | | * 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-1711-65/+66
|
* Bruno Barcarol Guimarães work to move metrics to ansible from deployerJeff Cantrill2017-01-1723-0/+986
|
* rename openshift_metrics to openshift_hosted_metricsJeff Cantrill2017-01-117-337/+0
|
* YAML LintingRussell Teague2016-12-122-6/+7
| | | | | * 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-014-26/+4
| | | | | | | | | | | | | 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.
* Refactored to use Ansible systemd moduleRussell Teague2016-11-283-6/+22
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide