summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/main.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to deployment_typeMichael Gugino2017-12-211-2/+2
| | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* Include Deprecation - openshift-metricsRussell Teague2017-11-221-3/+3
|
* Reverting using uninstall variables for logging and metricsEric Wolinetz2017-09-291-1/+1
|
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-271-2/+2
| | | | | | | | | | | - Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install
* Updating default behavior for installing metrics and logging. Separating out ↵Eric Wolinetz2017-09-221-1/+7
| | | | uninstall to own variable
* Adding become: false to local_action tasksewolinetz2017-06-291-0/+2
|
* Support installing HOSA via ansiblemwringe2017-06-131-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
|/
* Don't double quote when conditionsScott Dodson2017-05-011-1/+1
|
* Remove jinja template delimeters from when conditionsScott Dodson2017-05-011-1/+1
| | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* 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
|
* bug 1419962. fix openshift_metrics pwd issue after reinstall where cassandra ↵Jeff Cantrill2017-02-091-0/+11
| | | | has incorrect pwd exception
* fix 1414625. Additional fix to run password commands on control nodeJeff Cantrill2017-01-271-1/+1
|
* fixes BZ-1415447. Error when stopping heapster. Modify to be conditional ↵Jeff Cantrill2017-01-241-5/+2
| | | | include
* additional code reviewsJeff Cantrill2017-01-171-4/+2
|
* update vars to allow scaling of components (#9)Jeff Cantrill2017-01-171-19/+0
|
* rename variables to be less extraneous (#10)Jeff Cantrill2017-01-171-3/+3
|
* copy admin cert for use in subsequent tasks (#8)Jeff Cantrill2017-01-171-2/+10
|
* Add tasks to uninstall metrics (#7)Jeff Cantrill2017-01-171-8/+19
|
* prefix vars with metrics role (#4)Jeff Cantrill2017-01-171-6/+6
|
* Bruno Barcarol Guimarães work to move metrics to ansible from deployerJeff Cantrill2017-01-171-0/+24
|
* rename openshift_metrics to openshift_hosted_metricsJeff Cantrill2017-01-111-75/+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-011-10/+0
| | | | | | | | | | | | | 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.
* Use multiple '-v's when creating the metrics deployer commandTim Bielawa2016-11-151-4/+2
|
* Remove openshift_master_metrics_public_urlAndrew Butcher2016-08-311-2/+2
|
* Fix metrics for containerized installsScott Dodson2016-08-261-1/+1
|
* Cleanup items botched during rebaseScott Dodson2016-08-261-2/+1
|
* Rely on IMAGE_PREFIX and IMAGE_VERSION defaults from the templates themselvesScott Dodson2016-08-241-0/+2
|
* Add logic to detect existing installsScott Dodson2016-08-241-84/+28
| | | | | However, due to testing constraints we're only supporting 'greenfield' installs right now.
* Pull in keynote demo changesScott Dodson2016-08-241-45/+123
|
* wait metrics-deployer complete (need to configure nodes before hosted services)jfcoz2016-05-271-0/+8
|
* fixed issue with blank spaces instead commas as variables template separatorsJose David Martin Nieto2016-05-181-3/+2
|
* openshift-metrics: adding duration and resolution optionsErez Freiberger2016-04-241-3/+5
|
* added new openshift-metrics serviceJose David Martin Nieto2016-04-201-0/+55