Skip to content

Commit 607ea82

Browse files
authored
Merge pull request #337 from stackhpc/bump-pulp-timeout
Make pulp startup timeout variable
2 parents 4b5e4c6 + 9fae5d6 commit 607ea82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/containers/pulp/post.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
url: "{{ pulp_url }}/pulp/api/v3/status/"
55
register: pulp_status
66
until: pulp_status is success
7-
retries: 30
8-
delay: 2
7+
retries: "{{ pulp_timeout_retries | default(30) }}"
8+
delay: "{{ pulp_timeout_delay | default(3) }}"
99

1010
- name: Set the Pulp admin password
1111
become: true

0 commit comments

Comments
 (0)