Skip to content
Open
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
1 change: 1 addition & 0 deletions roles/reproducer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@
cifmw_openshift_adm_op: "stable"
cifmw_openshift_kubeconfig: >-
{{ (_auth_path, 'kubeconfig') | ansible.builtin.path_join }}
_openshift_adm_check_cert_approve: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessarily blocking but IIUC including this flag here means that greenfield deployments will have an additional 3 minutes of unnecessary time added as they wait for the approve_csr module to run through the complete quiet_period. Correct me if I'm wrong on that, but if that is the case, would it be possible to avoid including this flag in the greenfield case?

ansible.builtin.include_role:
name: openshift_adm

Expand Down
1 change: 1 addition & 0 deletions roles/reproducer/tasks/reuse_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
cifmw_openshift_adm_op: "stable"
cifmw_openshift_kubeconfig: >-
{{ (_auth_path, 'kubeconfig') | ansible.builtin.path_join }}
_openshift_adm_check_cert_approve: true
ansible.builtin.include_role:
name: openshift_adm

Expand Down
Loading