Openstack VLAN provider Network

Felipe Mogollon fmogollon at vicomtech.org
Wed Feb 2 07:43:50 UTC 2022


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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20220202/0576ca08/attachment-0001.htm>


More information about the openstack-discuss mailing list