Skip to content

Commit

Permalink
Update ai_verion to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalastro committed Nov 10, 2023
1 parent fd87c9c commit afeb6cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/generate_discovery_iso/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DOWNLOAD_DEST_FILE: "{{ discovery_iso_name }}"
DOWNLOAD_DEST_PATH: "{{ iso_download_dest_path | default('/opt/http_store/data') }}"

mac_interface_default_mapping: "interfaces[?(name != null && mac != null)].{logical_nic_name: name, mac_address: mac}"
ai_version: "{{ hostvars.assisted_installer.ai_version | default('v2.12.1') }}"
ai_version: "{{ hostvars.assisted_installer.ai_version | default('v2.26.0') }}"
ai_version_number: "{{ ai_version | regex_replace('v(\\d+\\.\\d+\\.\\d+)', '\\1') }}"

http_proxy: ""
Expand Down
2 changes: 1 addition & 1 deletion roles/get_image_hash/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ai_version: v2.12.1
ai_version: v2.26.0
controller_tag: "{{ ai_version }}"
installer_agent_tag: "{{ ai_version }}"
installer_tag: "{{ ai_version }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/validate_inventory/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ supported_vendor_values:

allow_custom_vendor: False

ai_version: "{{ hostvars.assisted_installer.ai_version | default('v2.12.1') }}"
ai_version: "{{ hostvars.assisted_installer.ai_version | default('v2.26.0') }}"
ai_version_number: "{{ ai_version | regex_replace('v(\\d+\\.\\d+\\.\\d+)', '\\1') }}"

supported_ocp_versions:
Expand Down

0 comments on commit afeb6cf

Please sign in to comment.