Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion etc/kayobe/containers/pulp/post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
url: "{{ pulp_url }}/pulp/api/v3/status/"
register: pulp_status
until: pulp_status is success
retries: "{{ pulp_timeout_retries | default(30) }}"
retries: "{{ pulp_timeout_retries | default(120) }}"
delay: "{{ pulp_timeout_delay | default(3) }}"

- name: Set the Pulp admin password
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
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.