Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit aaed7e9

Browse files
author
Jan Zmeskal
authored
Add ovirt_engine_grafana_enable option for oVirt>=4.4 (#91)
1 parent 9ef6e1b commit aaed7e9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ to ``ovirt_engine_setup_answer_file_path`` variable.
6969
| ovirt_engine_setup_admin_password | UNDEF | Password for the automatically created administrative user of the oVirt Engine.
7070
| ovirt_engine_setup_wait_running_tasks | False | If `True`, engine-setup will wait for running tasks to finish. Valid for `ovirt_engine_setup_version` >= 4.2. |
7171
| ovirt_engine_cinderlib_enable | False | If `True`, cinderlib is enabled. Valid for `ovirt_engine_setup_version` >= 4.3. |
72+
| ovirt_engine_grafana_enable | True | If `True`, Grafana integration will be set up. Valid for `ovirt_engine_setup_version` >= 4.4. |
7273
| ovirt_engine_setup_engine_configs | [] | List of dictionaries with keys `key`, `value` and `version`. The engine-config will be called with parametrs "-s `key`=`value`" when specified `version` it will append "--cver=`version`" to the config. |
7374

7475
* Engine Database:

defaults/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ovirt_engine_setup_dwh_db_name: 'ovirt_engine_history'
1717
ovirt_engine_setup_dwh_db_user: 'ovirt_engine_history'
1818
ovirt_engine_setup_dwh_vacuum_full: false
1919

20+
ovirt_engine_grafana_enable: true
21+
2022
ovirt_engine_setup_firewall_manager: 'firewalld'
2123

2224
# This option is suggested from oVirt Documentation

templates/answerfile_4.4_basic.txt.j2

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
{% include "./templates/answerfile_4.3_basic.txt.j2" %}
2+
3+
OVESETUP_GRAFANA_CORE/enable=bool:{{ ovirt_engine_grafana_enable }}

0 commit comments

Comments
 (0)