VMware Cloud Community
MGandhi
Contributor
Contributor

VIO Installation issue - Status: Bootstrap Failed at Controller Node

I building POC environment using VMware Integrated Openstack (VIO) and I am getting following installation issues. I appreciate any insight into this issue. Deployment fails with Bootstrap Failed on all nodes. Here is the log:

/var/log/jarvis/ansible.log

/var/log/jarvis/ansible.log

 

2015-07-14 00:19:43,495 p=569 u=jarvis |  TASK: [config-controller | create keystone service] ***************************

2015-07-14 00:19:44,858 p=569 u=jarvis |  changed: [10.10.1.204]

2015-07-14 00:19:44,859 p=569 u=jarvis |  TASK: [config-controller | create keystone endpoint] **************************

2015-07-14 00:19:46,027 p=569 u=jarvis |  changed: [10.10.1.204]

2015-07-14 00:19:46,027 p=569 u=jarvis |  TASK: [config-controller | create services tenant] ****************************

2015-07-14 00:19:47,256 p=569 u=jarvis |  changed: [10.10.1.204]

2015-07-14 00:19:47,256 p=569 u=jarvis |  TASK: [config-controller | grant service role to service user on service tenant] ***

2015-07-14 00:19:48,423 p=569 u=jarvis |  failed: [10.194.4.204] => {"failed": true}

2015-07-14 00:19:48,424 p=569 u=jarvis |  msg: exception: An unexpected error prevented the server from fulfilling your request. {'info': '00000000: LdapErr: DSID-0C090F78, comment: Error initializing SSL/TLS, data 0, v2580', 'desc': 'Server is unavailable'} (HTTP 500)

2015-07-14 00:19:48,425 p=569 u=jarvis |  FATAL: all hosts have already failed -      - aborting

 
Reply
0 Kudos
4 Replies
vChrisSt
Contributor
Contributor

Hi,

are there any entries in the /var/log/keystone/keystone.log file?

At the moment I would guess that you have configured LDAP with SSL Authentication and there is an error with the certificate........but without more Logs that's only a guess.

regards

Chris

Reply
0 Kudos
MGandhi
Contributor
Contributor

@vChrisSt

/var/log/keystone/keystone.log - Is empty/No Info logged.

I tried rebuilding VIO, still same issue. Any other logs that can help resolve this issue?

Reply
0 Kudos
vChrisSt
Contributor
Contributor

Hi,

are there any Log entries on the LDAP Server?

Can you configure the connection without SSL (none)?

Which LDAP Attributes do you use and how did you configure the user name (for example corp\user or user)

regards

Chris

Reply
0 Kudos
KarolSte
Enthusiast
Enthusiast

Hi MGandhi‌ ,

It's rather unlikely that keystone.log file is empty, at the time when this failing task is executed, keystone is already started.

Can you double check that you are opening this file with root permissions? Also check both controllers.

If this file is really empty, can you check if keystone service is running?

Reply
0 Kudos