sceptre-phenix
sceptre-phenix copied to clipboard
[SOH] c2Timeout not working as expected
Originally created by @glattercj on Fri, 12 Feb 2021 22:21:46 GMT
When adding the soh app to a scenario config, if a host doesn't have miniccc running (either not injected properly or didn't start properly), the c2 timeout isn't being respected. The experiment stalls and repeats this on a loop:
[2021-02-12T14:43:50-07:00] waiting for initial network configurations to be validated...
[2021-02-12T14:43:55-07:00] waiting for initial network configurations to be validated...
[2021-02-12T14:44:00-07:00] waiting for initial network configurations to be validated...
[2021-02-12T14:44:05-07:00] waiting for initial network configurations to be validated...
[2021-02-12T14:44:10-07:00] waiting for initial network configurations to be validated...
[2021-02-12T14:44:15-07:00] waiting for initial network configurations to be validated...
[2021-02-12T14:44:20-07:00] waiting for initial network configurations to be validated...
Note: When the specific node foobar-no-miniccc
which does not have miniccc installed/running is added to the skipHosts
list, the experiment continues to start as normal.