Bug 1506174
Summary: | Add README to ovirt-engine-metrics ansible roles | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine-metrics | Reporter: | Lukas Svaty <lsvaty> |
Component: | Generic | Assignee: | Shirly Radco <sradco> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Svaty <lsvaty> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.0.7.1 | CC: | bugs, lveyde, sradco |
Target Milestone: | ovirt-4.1.8 | Keywords: | Improvement, Reopened |
Target Release: | --- | Flags: | rule-engine:
ovirt-4.1+
rule-engine: ovirt-4.2+ |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovirt-engine-metrics-1.0.8 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | 1502688 | Environment: | |
Last Closed: | 2017-12-11 16:31:33 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Metrics | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1502688 | ||
Bug Blocks: | 1513703 |
Description
Lukas Svaty
2017-10-25 10:27:00 UTC
I don't see a reason to fix this in 4.1.z, closing. Opening since this is an easy fix and I believe will give value if user will test with this version. verified in ovirt-engine-metrics-1.0.8-1.el7ev.noarch [root@ roles]# pwd /usr/share/ovirt-engine-metrics/setup/ansible/roles [root@ roles]# tree . |-- collectd | |-- defaults | | `-- main.yml | |-- handlers | | `-- main.yml | `-- README.md |-- firewall | |-- commit | | |-- meta | | | `-- main.yml | | |-- README.md | | `-- tasks | | `-- main.yml | |-- defaults | | `-- main.yml | |-- handlers | | `-- main.yml | |-- README.md | `-- tasks | `-- main.yml |-- fluentd | |-- defaults | | `-- main.yml | |-- handlers | | `-- main.yml | `-- README.md |-- manage_services | |-- defaults | | `-- main.yml | |-- README.md | `-- tasks | `-- main.yml |-- ovirt_collectd | |-- collectd_apache | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- collectd_apache.conf.j2 | |-- collectd_postgresql | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- collectd_postgresql.conf.j2 | |-- collectd_setup | | |-- meta | | | `-- main.yml | | |-- README.md | | `-- tasks | | `-- main.yml | |-- ovirt_check_fluentd_status | | |-- defaults | | | `-- main.yml | | |-- README.md | | `-- tasks | | `-- main.yml | |-- ovirt_common_packages | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | `-- README.md | |-- ovirt_engine | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- builtins-conf-for-ovirt-engine.conf.j2 | |-- ovirt_engine_packages | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | `-- tasks | | `-- main.yml | |-- ovirt_host | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- builtins-conf-for-ovirt.conf.j2 | |-- ovirt_host_packages | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | `-- tasks | | `-- main.yml | |-- read_statsd | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- read-statsd.conf.j2 | |-- restart_collectd_if_needed | | |-- meta | | | `-- main.yml | | |-- README.md | | `-- tasks | | `-- main.yml | `-- write_http | |-- defaults | | `-- main.yml | |-- meta | | `-- main.yml | |-- README.md | |-- tasks | | `-- main.yml | `-- templates | `-- write-http.conf.j2 |-- ovirt_fluentd | |-- client | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | |-- elasticsearch_output.conf | | |-- forward_no_ssl.conf | | `-- forward_ssl.conf | |-- fluentd_setup | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- fluentd.conf | |-- http_input | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- http-input.conf | |-- ovirt_common_packages | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | `-- README.md | |-- ovirt_engine | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- ovirt-engine-processing.conf | |-- ovirt_engine_logs | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- ovirt-engine-processing.conf | |-- ovirt_engine_packages | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | `-- tasks | | `-- main.yml | |-- ovirt_host | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- ovirt-processing.conf | |-- ovirt_host_logs | | |-- defaults | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- ovirt-host-processing.conf | |-- ovirt_host_packages | | |-- defaults | | | `-- main.yml | | |-- meta | | | `-- main.yml | | |-- README.md | | `-- tasks | | `-- main.yml | |-- ovirt_post_processing_common | | |-- meta | | | `-- main.yml | | |-- README.md | | |-- tasks | | | `-- main.yml | | `-- templates | | `-- ovirt-post-processing-common.conf | `-- read_local_pki_files | |-- defaults | | `-- main.yml | |-- README.md | `-- tasks | `-- main.yml `-- validate_ovirt_env_name |-- README.md `-- tasks `-- main.yml 118 directories, 117 files |