Re: [Openstack] Routed provider networks

2017-06-18 Thread Kevin Benton
Cool. I also filed a bug against the openstack client to provide a better error message: https://bugs.launchpad.net/python-openstackclient/+bug/1698668 On Sun, Jun 18, 2017 at 9:20 AM, Alex Evonosky wrote: > Kevin- > > you nailed it: > > > openstack network create --share --provider-physical-net

Re: [Openstack] Routed provider networks

2017-06-18 Thread Alex Evonosky
Kevin- you nailed it: openstack network create --share --provider-physical-network provider1 --provider-network-type vlan --provider-segment 2016 multisegment1 +---+--+ | Field | Value

Re: [Openstack] Routed provider networks

2017-06-18 Thread Kevin Benton
It may be in /etc/neutron/plugins/ml2_conf.ini or somewhere in there. Run 'ps -ef | grep neutron-server' to see which config files are being referenced in your deployment. On Sun, Jun 18, 2017 at 9:13 AM, Alex Evonosky wrote: > Thank you Kevin, > > In the /etc/neutron/neutron.conf file, there is

Re: [Openstack] Routed provider networks

2017-06-18 Thread Remo Mattei
Its not going to be there.. you need to look into the plugins directory. grep provider * ml2_conf.ini:# Default network type for external networks when no provider attributes are ml2_conf.ini:# specified. By default it is None, which means that if provider attributes are ml2_conf.ini:# specif

Re: [Openstack] Routed provider networks

2017-06-18 Thread Alex Evonosky
Thank you Kevin, In the /etc/neutron/neutron.conf file, there is no [ml2_type_vlan] section under ocata. Do I need to add this section in? Thank you. On Sun, Jun 18, 2017 at 12:08 PM, Kevin Benton wrote: > Ok. So the actual error message is "Invalid input for operation: > physical_network 'p

Re: [Openstack] Routed provider networks

2017-06-18 Thread Remo Mattei
You need to enable the VLAN option restart neutron and then you are good to go! > On Jun 18, 2017, at 9:08 AM, Kevin Benton wrote: > > Ok. So the actual error message is "Invalid input for operation: > physical_network 'provider1' unknown for VLAN provider network.". > > That means that in yo

Re: [Openstack] Routed provider networks

2017-06-18 Thread Alex Evonosky
Kevin- Thank you for the tip. The Debug is attached as well. Thank you. On Sun, Jun 18, 2017 at 11:54 AM, Kevin Benton wrote: > The openstack command should have an option to enable debugging so you can > get the error message. Try openstack --debug > > > > On Sun, Jun 18, 2017 at 7:27 AM, Al

Re: [Openstack] Routed provider networks

2017-06-18 Thread Gary Kotton
Hi, Is there any trace? That will help troubleshoot. Thanks gary From: Alex Evonosky Date: Sunday, June 18, 2017 at 5:27 PM To: Gary Kotton Cc: "openstack@lists.openstack.org" Subject: Re: [Openstack] Routed provider networks Gary- Thank you for the feedback. I issued the command while taili

Re: [Openstack] Routed provider networks

2017-06-18 Thread Kevin Benton
Ok. So the actual error message is "Invalid input for operation: physical_network 'provider1' unknown for VLAN provider network.". That means that in your Neutron server configuration file under the [ml2_type_vlan] section you need to add 'provider1' to the 'network_vlan_ranges' option. On Sun

Re: [Openstack] Routed provider networks

2017-06-18 Thread Kevin Benton
The openstack command should have an option to enable debugging so you can get the error message. Try openstack --debug On Sun, Jun 18, 2017 at 7:27 AM, Alex Evonosky wrote: > Gary- > > Thank you for the feedback. I issued the command while tailing the log: > > *2017-06-18 10:24:51.841 12018

Re: [Openstack] Routed provider networks

2017-06-18 Thread Alex Evonosky
Gary- Thank you for the feedback. I issued the command while tailing the log: *2017-06-18 10:24:51.841 12018 INFO neutron.api.v2.resource [req-da8fa8be-1cae-4b5e-a1cf-2206a284476a 7e7176b79f94483c8b802a7004466e66 664dc5e6023140eca0faeb2d0ecc31c2 - - -] create failed (client error): The server co

Re: [Openstack] Routed provider networks

2017-06-18 Thread Gary Kotton
Hi, Please look in /var/log/neutron/neutron-server.log That should provide and exception trace Thanks Gary From: Alex Evonosky Date: Sunday, June 18, 2017 at 5:04 PM To: "openstack@lists.openstack.org" Subject: [Openstack] Routed provider networks Hello- I wanted to test the routed provider ne

[Openstack] Routed provider networks

2017-06-18 Thread Alex Evonosky
Hello- I wanted to test the routed provider networks of Ocata, and following the example config: https://docs.openstack.org/ocata/networking-guide/config-routed-networks.html I typed in the following on my controller node: @openstack-controller1:~# openstack network create --share --provider-p