Hi OSA Experts, I'm trying to bring up openstack using openstack-ansible in AIO flavor by having neutron ml2 plugin set to ovs. OSA is being executed from OPNFV XCI deployer with attached openstack_user_config and user_variables*.yml files. I can see installation [1] is being successful, but not able to boot nova VMs and VxLAN tunnel is not established between compute (vm) and neutron-agents container (inside the same vm). Here are the observations: 1. Timeout errors occur continuously in neutron-openvswitch-agent.log of the compute vm. It looks like this happens while accessing rpc for agent report status [2] . Increasing rpc_response_timeout to 180 sec and restarting openvswich-agent, l3, dhcp and neutron-server service also doesn't help. Here is the neutron-openvswitch-agent.log [3] and neutron agent-list CLI shows empty output. There is no weird errors in rabbitmq log. 1. Nova boot fails with "The requested availability zone is not available" error and corresponding error logs in neutron-server.log [4]. 2. On the compute vm, vxlan port is not created on the br-tun bridge and neutron-agents container doesn't have br-tun bridge itself [5]. Please have a look and let me know if you need more details. [1] https://paste.ubuntu.com/26318366/ [2] https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L312. [3] https://paste.ubuntu.com/26318305/ [4] https://paste.ubuntu.com/26318445/ [5] https://paste.ubuntu.com/26318474/ Thanks, Periyasamy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20180104/cba3db4e/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: openstack_user_config.yml Type: application/octet-stream Size: 4209 bytes Desc: openstack_user_config.yml URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20180104/cba3db4e/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: user_variables_os-nosdn-nofeature.yml Type: application/octet-stream Size: 1179 bytes Desc: user_variables_os-nosdn-nofeature.yml URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20180104/cba3db4e/attachment-0001.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: user_variables.yml Type: application/octet-stream Size: 4546 bytes Desc: user_variables.yml URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20180104/cba3db4e/attachment-0002.obj>