[Openstack] Issues Understanding Neutron Networking Layout

Gary Kotton gkotton at vmware.com
Tue Dec 19 10:45:52 UTC 2017


Hi,
Everything is now logged in syslog. You can use journalctl to get the logs – please see:
https://docs.openstack.org/devstack/latest/systemd.html
For example:
sudo journalctl -a --unit devstack at q-svc.service
Thanks
Gary

From: Trinath Somanchi <trinath.somanchi at nxp.com>
Date: Tuesday, December 19, 2017 at 12:40 PM
To: "d.lake at surrey.ac.uk" <d.lake at surrey.ac.uk>, "openstack at lists.openstack.org" <openstack at lists.openstack.org>
Subject: Re: [Openstack] Issues Understanding Neutron Networking Layout

Check /opt/stack/logs ?

/
   Trinath Somanchi | HSDC | NXP INDIA

From: d.lake at surrey.ac.uk [mailto:d.lake at surrey.ac.uk]
Sent: Tuesday, December 19, 2017 3:59 PM
To: Trinath Somanchi <trinath.somanchi at nxp.com>; openstack at lists.openstack.org
Subject: RE: Issues Understanding Neutron Networking Layout

Can you tell me where to look?   None of the usual “screen” logs are there with the latest DevStack and the system doesn’t seem to be populating any of the /var/log locations etiher.

David

From: Trinath Somanchi [mailto:trinath.somanchi at nxp.com]
Sent: 19 December 2017 08:51
To: Lake D Mr (PG/R - Elec Electronic Eng) <d.lake at surrey.ac.uk<mailto:d.lake at surrey.ac.uk>>; openstack at lists.openstack.org<mailto:openstack at lists.openstack.org>
Subject: RE: Issues Understanding Neutron Networking Layout

Can you check neutron server/agent logs for exact error to debug ?

/
   Trinath Somanchi | HSDC | NXP INDIA

From: d.lake at surrey.ac.uk<mailto:d.lake at surrey.ac.uk> [mailto:d.lake at surrey.ac.uk]
Sent: Tuesday, December 19, 2017 2:02 PM
To: openstack at lists.openstack.org<mailto:openstack at lists.openstack.org>
Subject: [Openstack] Issues Understanding Neutron Networking Layout

Hello

I’m trying to create a Pike system with Carbon ODL integration using a single Controller node and a single Compute node.

The Controller Node has a single 1GE NIC to the management network.  It will not run any compute or network services.

The Compute Node has a single 1GE NIC to the management network and 4 x 10GE NICS for public network access.  I will be creating 4 VXNets, 4 routers, 4 pools of public floating IP addresses.

I have built the machines using DevStack (configs attached).

It seems that even though the Controller node will have no network/compute functions, I still need to declare the ODL and networking parts in the local.conf on the controller.   But this implies that the Controller also has to have access to the 10GE network which I don’t want or need.

I have created 4 OVS bridges on both the Controller and the Compute nodes but the corresponding NICs on the Controller are not connected anywhere.  The bridges are br-physnet1 to br-physnet4 and these link to em1 to em4 respectively.  Only the em1 – em4 on the Compute node are actually active.

I then create the VXLAN, router and DHCP agent.

However, when I try to start an instance on the Compute node post DevStack installation, I hit an issue where the GUI tells me it has been “unable to allocate network.”

I see no attempt to create a VXLAN between the Controller and the Compute node.   IPTables is open and a sniff on port 4789 reveals no traffic back and forth (on either side).

Does the Controller need to be physically connected to the same public facing networks as the Compute node?

Alternatively, how can I get all the Networking functions to run in the Compute node so that the Controller is just a controller?

Thanks

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20171219/b1c0173d/attachment.html>


More information about the Openstack mailing list