summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* Where we use curl force it to use tlsv1.2Scott Dodson2016-11-021-1/+1
| | | | | | | curl, prior to RHEL 7.2, did not properly negotiate up the TLS protocol, so force it to use tlsv1.2 Fixes bug 1390869
* Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher2016-10-212-1/+3
|
* 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.
* Suppress more warnings.Andrew Butcher2016-09-281-0/+4
|
* add documentation about the openshift_hosted_metrics_public_url optionyaacov2016-09-211-0/+1
|
* 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
| * Enable dynamic storageScott Dodson2016-08-301-1/+1
| |
* | Change how we set master's metricsPublicURLScott Dodson2016-08-301-1/+1
|/
* Fix metrics for containerized installsScott Dodson2016-08-261-1/+1
|
* Cleanup items botched during rebaseScott Dodson2016-08-262-3/+2
|
* Rely on IMAGE_PREFIX and IMAGE_VERSION defaults from the templates themselvesScott Dodson2016-08-242-1/+3
|
* Add logic to detect existing installsScott Dodson2016-08-244-84/+175
| | | | | However, due to testing constraints we're only supporting 'greenfield' installs right now.
* Pull in keynote demo changesScott Dodson2016-08-242-53/+130
|
* Fix up some broken markdown formatting (mostly tables)Tim Bielawa2016-07-081-7/+7
|
* Merge pull request #1927 from jfcoz/metrics_resolutionScott Dodson2016-06-231-1/+1
|\ | | | | add unit in seconds for metrics resolution
| * add unit in seconds for metrics resolutionjfcoz2016-05-231-1/+1
| |
* | wait metrics-deployer complete (need to configure nodes before hosted services)jfcoz2016-05-271-0/+8
|/