If the BYON templates are defined as host-names, not as IPs, re-bootstrapping fails due to not finding existing management nodes.
there were two issues here:
1. the initial bootstrap of the test used ip's, but the re-bootstrap used host names. this is currently not supported. switched to ip's in both cases and it was solved
2. this also exposed a null pointer exception in the bootstrap process when using an existing persistence file, due to the fact the InstallerConfiguration was not being populated by CloudGridAgentBootstrapper in this case. this was fixed as well.
test : ManagementHardShutdownAndRecoveryTest
passed on : build_3993-27