Skip to content

Commit

Permalink
ocp4_workload_nginxplus - Update workload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoNoSoyVictor authored Jan 14, 2025
1 parent 2fd579f commit 2f01762
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
timeout: "{{ ocp4_workload_nginxplus_wait_time | int }}"

### Start: This fixes an issue where the ingress controller pod does not start in some clusters
- name: Get {{ ocp4_workload_nginxplus_ic_instance_name }} pod output
- name: Get {{ ocp4_workload_nginxplus_ic_instance_name }} nginxingress output
# yamllint disable-line rule:line-length
shell: oc get pods -n "{{ ocp4_workload_nginxplus_namespace }}" --no-headers=true | grep "{{ ocp4_workload_nginxplus_ic_instance_name }}"
shell: oc get nginxingress -n "{{ ocp4_workload_nginxplus_namespace }}" --no-headers=true | grep "{{ ocp4_workload_nginxplus_ic_instance_name }}"
register: pod_output
changed_when: false

Expand Down Expand Up @@ -160,4 +160,4 @@
- name: workload tasks complete
debug:
msg: "Workload Tasks completed successfully."
when: not silent|bool
when: not silent|bool

0 comments on commit 2f01762

Please sign in to comment.