We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d8c704 + 8ebb801 commit 09fa0e0Copy full SHA for 09fa0e0
etc/kayobe/containers/pulp/post.yml
@@ -4,7 +4,7 @@
4
url: "{{ pulp_url }}/pulp/api/v3/status/"
5
register: pulp_status
6
until: pulp_status is success
7
- retries: "{{ pulp_timeout_retries | default(30) }}"
+ retries: "{{ pulp_timeout_retries | default(120) }}"
8
delay: "{{ pulp_timeout_delay | default(3) }}"
9
10
- name: Set the Pulp admin password
releasenotes/notes/increase-pulp-retries-79cc258da9aabb4f.yaml
@@ -0,0 +1,5 @@
1
+---
2
+features:
3
+ - |
+ Increase the number of retries when waiting for Pulp to become ready.
+ This is to avoid issues with Pulp taking longer than expected to start up.
0 commit comments