Comment 4 for bug 1713132

Revision history for this message
Andrey Pavlov (apavlov-e) wrote :

Hi Shaju,

Here is problem in WebUI and then in ansible-internal scripts.

This deployment has many subnets.
keystone is listen admin connection on 10.0.0.10:5000 and other connections on 192.0.2.13:35357
All OpenStack services know about it and have different IP-s for these connections.
But ansible scripts has only one IP for both ports. ansible sets this IP with port 35357 to controller config and sets this IP to webui with port 5000.
So contrail works and webui is not.

I've changed a little config in controller contrainers - please check this issue now. If all in webui will work then we file other bugs for ansible-internal/contrailctl/webui to fix their functionality