Bug 1506174 - Add README to ovirt-engine-metrics ansible roles
Summary: Add README to ovirt-engine-metrics ansible roles
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-engine-metrics
Classification: oVirt
Component: Generic
Version: 1.0.7.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ovirt-4.1.8
: ---
Assignee: Shirly Radco
QA Contact: Lukas Svaty
URL:
Whiteboard:
Depends On: 1502688
Blocks: 1513703
TreeView+ depends on / blocked
 
Reported: 2017-10-25 10:27 UTC by Lukas Svaty
Modified: 2017-12-11 16:31 UTC (History)
3 users (show)

Fixed In Version: ovirt-engine-metrics-1.0.8
Doc Type: Enhancement
Doc Text:
Clone Of: 1502688
Environment:
Last Closed: 2017-12-11 16:31:33 UTC
oVirt Team: Metrics
Embargoed:
rule-engine: ovirt-4.1+
rule-engine: ovirt-4.2+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 82791 0 None None None 2017-10-25 10:27:00 UTC
oVirt gerrit 83756 0 ovirt-engine-metrics-4.1 MERGED documentation: add readme to metrics roles 2017-11-08 10:23:14 UTC

Description Lukas Svaty 2017-10-25 10:27:00 UTC
Cloning bug for ovirt-4.1.

+++ This bug was initially created as a clone of Bug #1502688 +++

Description of problem:
Add README to ovirt-engine-metrics ansible roles

Comment 1 Yaniv Kaul 2017-10-30 15:49:14 UTC
I don't see a reason to fix this in 4.1.z, closing.

Comment 2 Shirly Radco 2017-11-08 10:08:27 UTC
Opening since this is an easy fix and I believe will give value if user will test with this version.

Comment 3 Lukas Svaty 2017-11-28 16:11:37 UTC
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


Note You need to log in before you can comment on or make changes to this bug.