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

Commit

Permalink
Use he_additional_package_list if explicitly set
Browse files Browse the repository at this point in the history
- Use `he_additional_package_list` parameter if explicitly set
  in order to install additional packages on engine VM
- Update README

Signed-off-by: Asaf Rachmani <[email protected]>
  • Loading branch information
arachmani committed Apr 7, 2020
1 parent 4a62d49 commit dcbeb35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ No.
| he_tcp_t_port | null | port to connect if he_network_test is *tcp* |
| he_pause_host | false | Pause the execution to let the user interactively fix host configuration |
| he_offline_deployment | false | If `True`, updates for all packages will be disabled |
| he_additional_package_list | [] | List of additional packages to be installed on engine VM apart from ovirt-engine package |

## NFS / Gluster Variables

Expand Down
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ he_tcp_t_port: null
he_just_collect_network_interfaces: false
he_libvirt_authfile: '/etc/ovirt-hosted-engine/virsh_auth.conf'
he_offline_deployment: false
he_additional_package_list: []

# *** Do Not Use On Production Environment ***
# ********** Used for testing ONLY ***********
Expand Down
1 change: 1 addition & 0 deletions tasks/full_execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
ovirt_engine_setup_answer_file_path: /root/ovirt-engine-answers
ovirt_engine_setup_use_remote_answer_file: true
ovirt_engine_setup_offline: "{{ he_offline_deployment }}"
ovirt_engine_setup_package_list: "{{ he_additional_package_list }}"
ovirt_engine_setup_admin_password: "{{ he_admin_password }}"
import_role:
name: ovirt.engine-setup
Expand Down
1 change: 1 addition & 0 deletions tasks/partial_execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
ovirt_engine_setup_answer_file_path: /root/ovirt-engine-answers
ovirt_engine_setup_use_remote_answer_file: true
ovirt_engine_setup_offline: "{{ he_offline_deployment }}"
ovirt_engine_setup_package_list: "{{ he_additional_package_list }}"
ovirt_engine_setup_admin_password: "{{ he_admin_password }}"
import_role:
name: ovirt.engine-setup
Expand Down

0 comments on commit dcbeb35

Please sign in to comment.