Openstack VLAN provider Network
I have deployed an OpenStack Victoria using packstack in a Centos 8 Stream machine. I have 3 NIC interfaces that are configured in the following way eno1 -> VLAN 684 10.15.0.0/16 eno2 -> local network 192.168.235.0/24 eno3 -> local network 192.168.15.0/24 VLAN and local networks are working fine outside Openstack. I have deployed Openstack using packstack and local networks work fine and I can deploy instances inside openstack that get floating ips from those ranges without problem and I can ping to them. The problem is with VLAN network, I can deploy instances and I get floating ips from VLAN network range but I can't ping them. My packstack answer file is https://pastebin.com/GEqspMWu I have created VLAN network using following commands: neutron net-create vlan_network --provider:network_type vlan --provider:physical_network vlan --router:external=True --shared --provider:segmentation_id=684 neutron subnet-create --name vlan_subnet --enable_dhcp=False --allocation-pool=start=10.15.11.103,end=10.15.11.113 --gateway=10.15.11.1 vlan_network 10.15.11.0/24 Any ideas? -- <https://www.vicomtech.org> Juan Felipe Mogollón Rodríguez Researcher | Investigador fmogollon@vicomtech.org +[34] 943 30 92 30 Digital Media <https://www.linkedin.com/company/vicomtech> <https://www.youtube.com/user/VICOMTech> <https://twitter.com/@Vicomtech> member of: <https://graphicsvision.ai/> La información que contiene este mensaje y sus adjuntos son confidenciales y están dirigidos exclusivamente a sus destinatarios. Si recibe este mensaje por error, se ruega nos lo comunique y proceda a su borrado. The information contained in this electronic message is intended only for the personal and confidential use of the recipients designated in the original message. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer.
Hi, On wtorek, 1 lutego 2022 15:49:02 CET Felipe Mogollon wrote:
I have deployed an OpenStack Victoria using packstack in a Centos 8 Stream machine.
I have 3 NIC interfaces that are configured in the following way
eno1 -> VLAN 684 10.15.0.0/16 eno2 -> local network 192.168.235.0/24 eno3 -> local network 192.168.15.0/24
VLAN and local networks are working fine outside Openstack.
I have deployed Openstack using packstack and local networks work fine and I can deploy instances inside openstack that get floating ips from those ranges without problem and I can ping to them.
The problem is with VLAN network, I can deploy instances and I get floating ips from VLAN network range but I can't ping them.
My packstack answer file is https://pastebin.com/GEqspMWu
I have created VLAN network using following commands:
neutron net-create vlan_network --provider:network_type vlan --provider:physical_network vlan --router:external=True --shared --provider:segmentation_id=684
neutron subnet-create --name vlan_subnet --enable_dhcp=False --allocation-pool=start=10.15.11.103,end=10.15.11.113 --gateway=10.15.11.1 vlan_network 10.15.11.0/24
Any ideas?
It's very long time since I was using packstack and I don't remember it at all but first thing I would check here is if eno1 NIC is actually in the physical bridge mapped to the "vlan" physical_network (typically it's br-ex but maybe You named it differently). -- Slawek Kaplonski Principal Software Engineer Red Hat
Hi, there is a br-ex1 that is mapped to eno1, it is configured in answers.txt and seems to deploy well. Felipe On Wed, Feb 2, 2022 at 8:27 AM Slawek Kaplonski <skaplons@redhat.com> wrote:
Hi,
On wtorek, 1 lutego 2022 15:49:02 CET Felipe Mogollon wrote:
I have deployed an OpenStack Victoria using packstack in a Centos 8 Stream machine.
I have 3 NIC interfaces that are configured in the following way
eno1 -> VLAN 684 10.15.0.0/16 eno2 -> local network 192.168.235.0/24 eno3 -> local network 192.168.15.0/24
VLAN and local networks are working fine outside Openstack.
I have deployed Openstack using packstack and local networks work fine and I can deploy instances inside openstack that get floating ips from those ranges without problem and I can ping to them.
The problem is with VLAN network, I can deploy instances and I get floating ips from VLAN network range but I can't ping them.
My packstack answer file is https://pastebin.com/GEqspMWu
I have created VLAN network using following commands:
neutron net-create vlan_network --provider:network_type vlan --provider:physical_network vlan --router:external=True --shared --provider:segmentation_id=684
neutron subnet-create --name vlan_subnet --enable_dhcp=False --allocation-pool=start=10.15.11.103,end=10.15.11.113 --gateway=10.15.11.1 vlan_network 10.15.11.0/24
Any ideas?
It's very long time since I was using packstack and I don't remember it at all but first thing I would check here is if eno1 NIC is actually in the physical bridge mapped to the "vlan" physical_network (typically it's br-ex but maybe You named it differently).
-- Slawek Kaplonski Principal Software Engineer Red Hat
Assuming you have configure 684 VLAN on your physical infrastructure. I meant your switches. Sent from my iPhone
On Feb 2, 2022, at 2:45 AM, Felipe Mogollon <fmogollon@vicomtech.org> wrote:
Hi,
there is a br-ex1 that is mapped to eno1, it is configured in answers.txt and seems to deploy well.
Felipe
On Wed, Feb 2, 2022 at 8:27 AM Slawek Kaplonski <skaplons@redhat.com> wrote: Hi,
On wtorek, 1 lutego 2022 15:49:02 CET Felipe Mogollon wrote:
I have deployed an OpenStack Victoria using packstack in a Centos 8 Stream machine.
I have 3 NIC interfaces that are configured in the following way
eno1 -> VLAN 684 10.15.0.0/16 eno2 -> local network 192.168.235.0/24 eno3 -> local network 192.168.15.0/24
VLAN and local networks are working fine outside Openstack.
I have deployed Openstack using packstack and local networks work fine and I can deploy instances inside openstack that get floating ips from those ranges without problem and I can ping to them.
The problem is with VLAN network, I can deploy instances and I get floating ips from VLAN network range but I can't ping them.
My packstack answer file is https://pastebin.com/GEqspMWu
I have created VLAN network using following commands:
neutron net-create vlan_network --provider:network_type vlan --provider:physical_network vlan --router:external=True --shared --provider:segmentation_id=684
neutron subnet-create --name vlan_subnet --enable_dhcp=False --allocation-pool=start=10.15.11.103,end=10.15.11.113 --gateway=10.15.11.1 vlan_network 10.15.11.0/24
Any ideas?
It's very long time since I was using packstack and I don't remember it at all but first thing I would check here is if eno1 NIC is actually in the physical bridge mapped to the "vlan" physical_network (typically it's br-ex but maybe You named it differently).
-- Slawek Kaplonski Principal Software Engineer Red Hat
Hi, yes, VLAN 684 is configured on my switches and I can ping another server that is in VLAN 684 from the openstack server... On Wed, Feb 2, 2022 at 2:53 PM Satish Patel <satish.txt@gmail.com> wrote:
Assuming you have configure 684 VLAN on your physical infrastructure. I meant your switches.
Sent from my iPhone
On Feb 2, 2022, at 2:45 AM, Felipe Mogollon <fmogollon@vicomtech.org> wrote:
Hi,
there is a br-ex1 that is mapped to eno1, it is configured in answers.txt and seems to deploy well.
Felipe
On Wed, Feb 2, 2022 at 8:27 AM Slawek Kaplonski <skaplons@redhat.com> wrote:
Hi,
On wtorek, 1 lutego 2022 15:49:02 CET Felipe Mogollon wrote:
I have deployed an OpenStack Victoria using packstack in a Centos 8 Stream machine.
I have 3 NIC interfaces that are configured in the following way
eno1 -> VLAN 684 10.15.0.0/16 eno2 -> local network 192.168.235.0/24 eno3 -> local network 192.168.15.0/24
VLAN and local networks are working fine outside Openstack.
I have deployed Openstack using packstack and local networks work fine and I can deploy instances inside openstack that get floating ips from those ranges without problem and I can ping to them.
The problem is with VLAN network, I can deploy instances and I get floating ips from VLAN network range but I can't ping them.
My packstack answer file is https://pastebin.com/GEqspMWu
I have created VLAN network using following commands:
neutron net-create vlan_network --provider:network_type vlan --provider:physical_network vlan --router:external=True --shared --provider:segmentation_id=684
neutron subnet-create --name vlan_subnet --enable_dhcp=False --allocation-pool=start=10.15.11.103,end=10.15.11.113 --gateway=10.15.11.1 vlan_network 10.15.11.0/24
Any ideas?
It's very long time since I was using packstack and I don't remember it at all but first thing I would check here is if eno1 NIC is actually in the physical bridge mapped to the "vlan" physical_network (typically it's br-ex but maybe You named it differently).
-- Slawek Kaplonski Principal Software Engineer Red Hat
participants (3)
-
Felipe Mogollon
-
Satish Patel
-
Slawek Kaplonski