Skip to content

Commit

Permalink
Platform engineering workshop (#9020)
Browse files Browse the repository at this point in the history
* workload platform engineering workshop

* no defined users

* fetching openshift_gitops_password for showroom.yaml

* remove openshift_gitops_password for showroom.yaml

* pause between Argo App creation

* typos corrections

* removed pauses and added retries to points with most failures

* Marking ignore_errors: true while performing retries

---------

Co-authored-by: Bernard Tison <bernard.tison@gmail.com>
  • Loading branch information
jayachristina and btison authored Jan 28, 2025
1 parent 7483221 commit d5d8191
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@

- name: Update resources for openshift-gitops ArgoCD instance
when: ocp4_workload_platform_engineering_workshop_openshift_gitops_update_resources | bool
retries: 10
delay: 30
kubernetes.core.k8s:
state: patched
definition: "{{ lookup('template', 'openshift-gitops/openshift-gitops.yaml.j2') | from_yaml }}"
Expand Down Expand Up @@ -106,6 +104,7 @@
- r_openshift_gitops.resources | length == 1
retries: 10
delay: 30
ignore_errors: true

- name: Get openshift_gitops_admin_password
ansible.builtin.set_fact:
Expand Down

0 comments on commit d5d8191

Please sign in to comment.