Skip to content

Commit

Permalink
Updated controller version and built image (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-br authored Nov 23, 2023
1 parent 4ad0528 commit efcc3d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions images/ansible/lightspeed-101-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
- name: "Async | Stop gcloud instances"
ansible.builtin.async_status:
jid: "{{ __instances_stop_async_result_item.ansible_job_id }}"
retries: 60
retries: 120
delay: 1
loop: "{{ __instances_stop_async.results }}"
loop_control:
Expand Down Expand Up @@ -683,8 +683,8 @@
- name: "Async | Remove current gcloud images"
ansible.builtin.async_status:
jid: "{{ __images_remove_async_result_item.ansible_job_id }}"
retries: 35
delay: 5
retries: 175
delay: 1
loop: "{{ __images_remove_async.results }}"
loop_control:
loop_var: __images_remove_async_result_item
Expand Down
2 changes: 1 addition & 1 deletion images/ansible/vars/lightspeed-101/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ansible_user: "{{ admin_username }}"
aap_dir: /home/{{ ansible_user }}/aap_install
controller_install_command: ANSIBLE_BECOME_METHOD='sudo' ANSIBLE_BECOME=True set -o pipefail && ./setup.sh -e registry_username='{{ registry_username }}' -e registry_password='{{ registry_password }}' # noqa yaml[line-length]
offline_token: "{{ lookup('ansible.builtin.env', 'REDHAT_OFFLINE_TOKEN') }}"
provided_sha_value: 4f72015bea62b4fb2907be9c5f13c8d6faa3316ea2e73c6736ded3b82b467783 # RHEL 9 2.4
provided_sha_value: d3ecb5932c9f154ad279dd2f28ce3f711f1447b54ee92f50698a601f853644c3 # RHEL 9 2.4

# GCP vars
gcp_zone: us-central1-a
Expand Down

0 comments on commit efcc3d5

Please sign in to comment.