Fixing update procedure and timeouts for services
This commit is contained in:
parent
72e6dee46f
commit
88a25a6d74
@ -17,4 +17,3 @@
|
|||||||
- {{ config_dir }}:/etc/keystone
|
- {{ config_dir }}:/etc/keystone
|
||||||
- name: wait for keystone
|
- name: wait for keystone
|
||||||
wait_for: host={{ip}} port={{port}} timeout=20
|
wait_for: host={{ip}} port={{port}} timeout=20
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ version: 1.0.0
|
|||||||
input:
|
input:
|
||||||
image:
|
image:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: kollaglue/centos-rdo-j-keystone
|
value: kollaglue/centos-rdo-k-keystone
|
||||||
config_dir:
|
config_dir:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: /etc/solar/keystone
|
value: /etc/solar/keystone
|
||||||
|
@ -16,3 +16,4 @@
|
|||||||
until: result.rc == 0
|
until: result.rc == 0
|
||||||
retries: 30
|
retries: 30
|
||||||
delay: 0.5
|
delay: 0.5
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user