Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lightspeed-101 - Updated controller version and built image #527

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading