13 Commits

Author SHA1 Message Date
Rabi Mishra
ebef16836e Use ansible for default simple ovs bridge config
Change-Id: I28892e638f30321b271ceaf54b60020a43ceebb6
2020-10-06 13:08:54 +05:30
Zuul
e8c9ef27ea Merge "Enable port_forwarding by default in ML2/OVS+DVR environment" 2020-03-21 06:08:43 +00:00
Slawek Kaplonski
d3b7a3f0d3 Enable port_forwarding by default in ML2/OVS+DVR environment
Port forwarding is already enabled by default in the neutron-ovs.yaml,
so lets do the same in neutron-ovs-dvr.yaml too.

Change-Id: If3702efc940cb2082fd998f770a66ae6d6151d88
2020-03-16 09:19:20 +01:00
Kamil Sambor
76f683f79c Change default value for NeutronPluginExtensions
After we switch default neutron driver to ovn also
NeutronPluginExtensions should contain dns because
"qos,port_security,dns" is default value for ovn.

Change-Id: I201628e27ec5bbe9e58e469f50d8a58d34b117aa
2019-12-11 10:49:41 +01:00
James Slagle
6687758c7a Resolve FIXME for NeutronServer mapping
The NeutronServer service mapping has been outdated for a while in favor
of using the NeutronApi service name. Previously, the 2 service mappings
just pointed at the same service template.

This patch properly cleans up any old files still using NeutronServer,
and adds a deprecation for the old mapping. An environment file is added
to enable the old mapping if needed.

This patch will be backported to train, and then the environment file
can be removed in ussuri in a subsequent patch.

Also cleans up an outdated FIXME comment in
overcloud-resource-registry.j2.yaml.

Change-Id: I48b969941c3c6cb1a5b39c8292f461c61b3dabd7
2019-11-14 11:28:41 -05:00
jacky06
8d85e61c36 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I0f522b848c586506d9556b6821d03f9c0c302cd8
2019-06-26 02:43:46 +00:00
Sai Sindhur Malleni
3db1b7415d Increase neutron VNI Ranges for ML2/OVS deployments
This patch increases the default to 65536 from 4096. In scale deployments
4096 IDs are not enough and operators will need to eventually change the default
we provide. This patch raises the default by out of the box.

Change-Id: Iaf640cff3b8ae93571116222d547f515eae9ac0a
2019-06-06 07:07:56 -04:00
Dan Prince
18bae394a3 Move neutron base, plugins to deployment
Depends-On: Ic7c1817671467f4ec2ef823f52e165c2c1f230ca
Change-Id: I94998e5885fae927a5637ef67a7930e2dd19a8ee
Related-Blueprint: services-yaml-flattening
2019-05-13 10:05:46 -04:00
Dan Prince
281bea1a84 Move neutron-plugin-ml2.yaml to deployment
Change-Id: I354f100e0013c1c8a6144a91f72410dd83ea1ccd
Related-Blueprint: services-yaml-flattening
2019-03-18 20:03:46 -04:00
Daniel Alvarez
6053eb1964 Switch default neutron ML2 mechanism driver to OVN
This patch switches the default mechanism driver for neutron from
openvswitch to OVN.

It will also flip scenario007 job to run with ML2/OVS.

Depends-On: I74ffb6b7f912e1fce6ce428cd23a7283c91b8b96
Depends-On: I99ba2fd6a85b4895b577719a7541b7cbf1fdb85c
Depends-On: Ib60de9b0df451273d1d81ba049b46b5214e09080
Depends-On: Iaed7304adf40a87a0f14b7a95339f8416140e947
Change-Id: Iab52cdf5d0f7a392c4f17c884493b5c5beb1d89f
Co-Authored-By: Kamil Sambor <ksambor@redhat.com>
2019-02-14 15:58:27 +01:00
Dan Prince
d1fea280f4 step2: flatten the neutron service configurations
This change combines the previous puppet and docker files into a single
file that performs the docker service installation and configuration
for the neutron-metadata, neutron-ovs-agent, and neutron-ovs-dpdk-agent.

With this patch the baremetal version of each respective neutron service
has been removed.

Related-Blueprint: services-yaml-flattening

Change-Id: I7a918e72ce4bfd06a95d7a575603a6fb65ded5a9
2019-02-04 07:56:02 -05:00
Dan Prince
dcdb82c506 step1: flatten the neutron service configurations
This change combines the previous puppet and docker files into a single
file that performs the docker service installation and configuration
for the neutron-api, neutron-dhcp, and neutron-l3 services.

With this patch the baremetal version of each respective neutron service
has been removed.

Related-Blueprint: services-yaml-flattening

Change-Id: I6d1fae29498d2c8bffff2ccffcfbf0b605350205
2019-02-01 09:56:42 -05:00
Brent Eagles
bb1100dd3d Add compute node L3 agent container for DVR
Neutron OVS DVR requires a L3 agent container with a special
configuration on the compute node.

Change-Id: Iab06c11de90b8ebc7dc6bd946367e5693a4a0f71
Closes-Bug: #1717316
2018-05-08 16:25:00 -02:30