File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 aap_project : OpenShift Virtualization Migration
1111 aap_org_name : OpenShift Virtualization Migration
1212 aap_namespace : virtualization-migration
13- # aap_version: 2.5 # Defaults to 2.5 if not provided
14- # aap_channel: stable-2.5 # Defaults to stable-2.5 if not provided
13+ # aap_version: 2.6 # Defaults to 2.6 if not provided
14+ # aap_channel: stable-2.6 # Defaults to stable-2.6 if not provided
1515 aap_instance_name : ' aap'
1616 aap_validate_certs : false
1717 controller_validate_certs : false
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ aap_deploy_cac_collection: >-
5050 {{ 'infra.controller_configuration' if aap_version is defined and aap_version is version('2.5', '<')
5151 else 'infra.aap_configuration' }}
5252
53- aap_deploy_aap_channel : " {{ aap_channel | default('stable-2.5 ') }}"
53+ aap_deploy_aap_channel : " {{ aap_channel | default('stable-2.6 ') }}"
5454
5555# controller_hostname: "{{ controller_hostname }}"
5656# controller_password: "{{ controller_password }}"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ bootstrap_controller_username: admin
6868
6969# title: Bootstrap AAP Version
7070# required: false
71- bootstrap_aap_version : " {{ aap_version | default(2.5 ) }}"
71+ bootstrap_aap_version : " {{ aap_version | default(2.6 ) }}"
7272
7373# title: Validate Controller SSL certificates
7474# required: false
You can’t perform that action at this time.
0 commit comments