[Openstack-operators] How to enable vlan network mode for devstack
Aaron Rosen
aaronorosen at gmail.com
Fri Feb 28 08:58:19 UTC 2014
Hi You'll need to set this if you want devstack to also configure the
bridges for you:
# If using VLANs for tenant networks, or if using flat or VLAN
# provider networks, set in ``localrc`` to the name of the physical
# network, and also configure ``OVS_PHYSICAL_BRIDGE`` for the
# openvswitch agent or ``LB_PHYSICAL_INTERFACE`` for the linuxbridge
# agent, as described below.
#
# Example: ``PHYSICAL_NETWORK=default``
PHYSICAL_NETWORK=${PHYSICAL_NETWORK:-}
# With the openvswitch plugin, if using VLANs for tenant networks,
# or if using flat or VLAN provider networks, set in ``localrc`` to
# the name of the OVS bridge to use for the physical network. The
# bridge will be created if it does not already exist, but a
# physical interface must be manually added to the bridge as a
# port for external connectivity.
#
# Example: ``OVS_PHYSICAL_BRIDGE=br-eth1``
OVS_PHYSICAL_BRIDGE=${OVS_PHYSICAL_BRIDGE:-}
On Fri, Feb 28, 2014 at 12:36 AM, Venkata Simhadri Nagender Yasalapu <
venkata.simhadri.nagender.yasalapu at ericsson.com> wrote:
> Hi
>
>
>
> I am trying to install devstack with neutron configurations in my localrc
>
>
>
> I am able to use the network for flat dhcp mode network but not for VLAN
> Network Mode.
>
>
>
> Please let me know what configurations I need to do in the localrc
>
>
>
> I am using stable/Havana
>
>
>
>
>
> # Neutron - Networking Service
>
> # If Neutron is not declared the old good nova-network will be used
>
> disable_service n-net
>
> enable_service q-svc
>
> enable_service q-agt
>
> enable_service q-dhcp
>
> enable_service q-l3
>
> enable_service q-meta
>
> enable_service neutron
>
>
>
> ## Neutron - Load Balancing
>
> ENABLED_SERVICES+=,q-lbaas
>
>
>
> ## Neutron - VPN as a Service
>
> ENABLED_SERVICES+=,q-vpn
>
>
>
> ## Neutron - Firewall as a Service
>
> ENABLED_SERVICES+=,q-fwaas
>
>
>
> # VLAN configuration
>
> Q_PLUGIN=ml2
>
> ENABLE_TENANT_VLANS=True
>
> ML2_VLAN_RANGES=mynetwork:100:200
>
>
> --
> Thanks & Regards
> Venkat
>
>
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20140228/bfd11307/attachment.html>
More information about the OpenStack-operators
mailing list