Created 03-21-2017 07:09 PM
I've been able to do one test install with Cloudbreak this morning. The second install failed and had to be terminated. After that, every install hangs at the 'update in progress: Bootstrapping infrastructure cluster' fase. I can't discover the cause. Where could I look to find the reason for the hanged cluster rollout?
Created 03-23-2017 03:02 PM
Hi,
22 and 9443 must be open otherwise the provision will fail. 9443 is used with 2-way-ssl for CB to orchestrate the install.
Created 03-21-2017 08:31 PM
If you log into the Cloudbreak Deployer node via SSH, you can access the logs in /var/lib/cloudbreak-deployer. You can also run the cbd logs command (as root) to see output of the logs in realtime as the cluster is deploying.
Created 03-21-2017 09:41 PM
in the log I see a time out:
cloudbreak_1 | 2017-03-21 21:28:13,027 [reactorDispatcher-4] isBootstrapApiAvailable:262 INFO c.s.c.o.s.SaltOrchestrator - [owner:spring] [type:springLog] [id:] [name:] Failed to connect to bootstrap app org.apache.http.conn.HttpHostConnectException: Connect to 52.232.xxx.xxx:9443 [/52.232.xxx.xxx] failed: Connection timed out (Connection timed out
seems the bootstrap app failed to start...
Created 03-21-2017 10:11 PM
Ah, silly me. I made a security group and forgot to add port 9443. <facepalm>
Created 03-23-2017 03:02 PM
Hi,
22 and 9443 must be open otherwise the provision will fail. 9443 is used with 2-way-ssl for CB to orchestrate the install.