Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Every cluster creation hangs at update in progress: "Bootstrapping infrastructure cluster"

avatar
New Member

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?

1 ACCEPTED SOLUTION

avatar
Super Collaborator

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.

View solution in original post

4 REPLIES 4

avatar
Super Guru
@Peter Teunissen

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.

avatar
New Member

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...

avatar
New Member

Ah, silly me. I made a security group and forgot to add port 9443. <facepalm>

avatar
Super Collaborator

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.