If I deploy VIO with the integrated DB authentication, everything works. If I setup the Active Directory as authentication the deploy process stops and I get a error:
Task execution failed: Task failed on the following nodes: ['172.31.93.15', '172.31.93.14']. Refer logs for more details..
Because we've more than 1000 AD users I had to implement a user filter, but on VIO 1.02 the same settings are successful.
I found the following entries in the logs, maybe they are relevant?:
controller01/logs/heat-engine.log:2015-09-23 08:35:16.381 15680 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds.
controller01/logs/heat-engine.log:2015-09-23 08:35:16.455 15678 ERROR heat.engine.service [-] Failed to stop engine service, 'NoneType' object has no attribute 'stop'
oms/logs/oms/oms.log:[2015-09-22T15:11:22.106+0000] ERROR VcEventListener| com.vmware.openstack.utils.IpAddressUtil: Can't connect to VC from OMS server vcenter.domain.org
oms/logs/oms/oms.log:[2015-09-22T15:11:22.107+0000] ERROR VcEventListener| com.vmware.aurora.vc.vcservice.VcService: !!!OMS can't connect to VC by either IP or FQDN
(The VC is pingable from the management server, also I tried to disable the firewall on the Windows Host)
Any Ideas?
Thanks, Daniel