Skip to content

Commit

Permalink
Add an answer for the PKI confirm skip question
Browse files Browse the repository at this point in the history
This answer is supported by the hosted_engine_setup role
but it is not supported by engine_setup role
  • Loading branch information
reliezer committed Mar 3, 2021
1 parent 3a812ad commit 18a2933
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/engine_setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ to ``ovirt_engine_setup_answer_file_path`` variable.
| 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. |
| ovirt_engine_cinderlib_enable | False | If `True`, cinderlib is enabled. Valid for `ovirt_engine_setup_version` >= 4.3. |
| ovirt_engine_grafana_enable | True | If `True`, Grafana integration will be set up. Valid for `ovirt_engine_setup_version` >= 4.4. |
| ovirt_engine_setup_skip_renew_pki_confirm | True | If `True` PKI renewal will be skipped
| 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. |

* Engine Database:
Expand Down
2 changes: 2 additions & 0 deletions roles/engine_setup/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ ovirt_engine_apache_config_root_redirection: true

ovirt_engine_setup_restore_engine_cleanup: false
ovirt_engine_setup_restore_options: {}

ovirt_engine_setup_skip_renew_pki_confirm: true
1 change: 1 addition & 0 deletions roles/engine_setup/templates/answerfile_4.4_basic.txt.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% include "./templates/answerfile_4.3_basic.txt.j2" %}

OVESETUP_GRAFANA_CORE/enable=bool:{{ ovirt_engine_grafana_enable }}
OVESETUP_SKIP_RENEW_PKI_CONFIRM/enable=bool:{{ ovirt_engine_setup_skip_renew_pki_confirm }}

0 comments on commit 18a2933

Please sign in to comment.