Skip to content

Commit

Permalink
Increase wait timeout for service endpoints reconfig
Browse files Browse the repository at this point in the history
Install/bootstrap HP EL8000 as subcloud timed out, while
waiting for endpoints reconfiguration to complete
during bootstrapping.

This server has a single processor which takes around 9 mins
to apply the runtime manifest, which is greater timeout
value than 450 seconds. In general, everything is slower on this
particular hardware, e.g. install is slower and cli commands
take almost twice longer to complete than other servers.

This update increases the endpoints reconfiguration wait
timeout to 720 seconds which provides a safety margin.

Testcases:
Install/bootstrap HP EL8000 as a subcloud.

Closes-Bug: 1871699

Change-Id: If284281aa13e79cc14d0369e44e8cacebb24f415
Signed-off-by: Tao Liu <tao.liu@windriver.com>
  • Loading branch information
tliu88 committed Apr 21, 2020
1 parent 01e679d commit 0a1c06a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@
wait_for:
path: /etc/platform/.service_endpoint_reconfigured
state: present
timeout: 450
timeout: 720
msg: Timeout waiting for service endpoints reconfiguration to complete

- name: Restart barbican
Expand Down

0 comments on commit 0a1c06a

Please sign in to comment.