Skip to content

Commit

Permalink
[host-ocp4-assisted-installer] Use ocp4_installer_version variable or…
Browse files Browse the repository at this point in the history
… 4.13 as default (#7503)
  • Loading branch information
agonzalezrh authored Dec 11, 2023
1 parent 3f1d4a9 commit 736d8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/host-ocp4-assisted-installer/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ai_pull_secret: "{{ ocp4_ai_pull_secret | to_json | to_json if ocp4_ai_pull_secr
ai_offline_token: "{{ ocp4_ai_offline_token }}"
ai_ssh_authorized_key: "{{ lookup('ansible.builtin.file', hostvars.localhost.ssh_provision_pubkey_path) }}"
ai_cluster_name: "{{ guid }}"
ai_cluster_version: "4.13"
ai_cluster_version: "{{ ocp4_installer_version | default('4.13') }}"
ai_cluster_iso_type: "minimal-iso"
ai_control_plane_cores: 8
ai_control_plane_memory: 16Gi
Expand Down

0 comments on commit 736d8f5

Please sign in to comment.