119 Commits

Author SHA1 Message Date
Kyle Mestery
b772659f9d Update the ML2 configuration in devstack
This commit adds support to devstack to set ML2 options including
MechanismDrivers, TypeDrivers, and TypeDriver specific configuration for ML2
when running with devstack.

This also allows for simple configuration of VLAN, GRE, and VXLAN ML2 devstack
setups with the OVS agent as follows:

    # VLAN configuration
    Q_PLUGIN=ml2
    ENABLE_TENANT_VLANS=True

    # GRE tunnel configuration
    Q_PLUGIN=ml2
    ENABLE_TENANT_TUNNELS=True

    # VXLAN tunnel configuration
    Q_PLUGIN=ml2
    Q_ML2_TENANT_NETWORK_TYPE=vxlan

Fixes bug 1200767

Change-Id: Ib16efac13440b5d50658a0e6be35bc735510a262
2013-07-30 01:24:42 +00:00
Edgar Magana
f34424ea7d Update to PLUMgrid plugin configuration
Fix bug #1206308
Add function for security groups
Add function for ovs check
Update plugin class configuration

Change-Id: I603e902f985277a61f162abdfffd6430cc00efaa
2013-07-29 16:47:13 -07:00
Eugene Nikanorov
ea66acb131 Remove unused parameter from lbaas_agent.ini
That makes devstack installation script consistent with latest
change in neutron lbaas_agent

Change-Id: I7946301a7fb4adddb5911575cbdfaf6b024132e3
2013-07-24 21:04:43 +04:00
Jenkins
efa8273843 Merge "Set external ID on br-ex" 2013-07-22 17:01:28 +00:00
armando-migliaccio
dfe3f6bae7 Set external_network_bridge for the test configuration file
Fixes bug #1203210
Supports blueprint nvp-third-party-support

Change-Id: I21d769b552d31fe099f2773c919e0c7b471399fc
2013-07-19 16:56:43 -07:00
Nachi Ueno
584750f996 Update neutron-vpn-agent path
Fix path of vpn-agent as same as lbaas

- If q-vpn service is enabled, this patch switches the l3-agent to
vpn-agent

Change-Id: Ifbe3d51b5c89f759a71e904960c5f6cc99c44a5f
2013-07-17 07:37:03 -07:00
Ravi Chunduru
95c93e2b54 Adds support for Openstack Networking FWaaS (Firewall)
blueprint quantum-fwaas-devstack

Change-Id: I3c546433415ab18a5933a25774a06df7c4cb42e9
2013-07-17 00:39:31 -07:00
Salvatore Orlando
f5dbf8c8ef Fix option for metadata access in nicira neutron plugin
Bug 1211850

Set metadata_mode option rather than enable_metadata_access_network.

Change-Id: Ia85aba4d0dfb3e7b21937cf15aebc629e3705aed
2013-08-13 09:02:46 -07:00
Gary Kotton
503e9ac4cf Set external ID on br-ex
This will enable Neurtron identify that the external bridge is a
Neutron bridge (this is required for bug 1192883)

Change-Id: I8ad1b0b3d93d5068beec2021abf9afbacf8c48ff
2013-07-15 09:44:43 -07:00
Jenkins
7e3efc6a33 Merge "Add Support for OpenStack Networking VPNaaS (IPSec)" 2013-07-15 16:19:39 +00:00
Jenkins
c701189b4d Merge "Renaming NOS to Director Moving PLUMgrid Director parameters to the common configuration function" 2013-07-15 14:03:41 +00:00
Jenkins
fe5ba0ec02 Merge "Source linuxbridge_agent in linuxbridge plugin" 2013-07-15 14:03:34 +00:00
Jenkins
4d3d0c0d85 Merge "Update NVP plugin name for Neutron." 2013-07-11 17:59:00 +00:00
Nachi Ueno
69b3ff63e4 Add Support for OpenStack Networking VPNaaS (IPSec)
Change-Id: I3e5c618237531452c8649d10ef1eb6284919fa31
2013-07-10 16:43:59 -07:00
Mehdi Abaakouk
28147819aa Source linuxbridge_agent in linuxbridge plugin
devstack neutron lib needs to find some functions named
'neutron_plugin_configure_XXXXXX' in the neutron plugin lib
Part of them are usually in the plugin agent file.

For linuxbridge plugin some of theses functions are missing.
This change load the linuxbridge_agent file in linuxbridge file to make
missing functions available to neutron lib when linux bridge plugin is used.

Fix bug #1195237

Change-Id: I567bedc84e77c041e9418773fba1f74b33bcf604
2013-07-09 16:21:42 +02:00
Vincent Untz
cf6d809d8d Add openSUSE support for openvswitch
Change-Id: I4665a2719c0050cb5413a8ffcefb977106533d1a
2013-07-09 08:13:30 +02:00
Edgar Magana
aeb85c1ab0 Renaming NOS to Director
Moving PLUMgrid Director parameters to the common
configuration function

Fix bug #1198281

Change-Id: I5231950121cfaac9d2d8cc58c4e7b904ccaa9dce
2013-07-08 16:42:56 -07:00
armando-migliaccio
aadef070bb Update NVP plugin name for Neutron.
Module nicira_nvp_plugin no longer exists and it can be removed from
the plugin name.

Supports blueprint nicira_nvp_plugin

Change-Id: I19bdbb3c9e7aa05f672789766f3c0fd528682f03
2013-07-08 11:52:17 -07:00
Mark McClain
b05c876994 update for name change to Neutron
Note: Nova and Horizon are not updated until those projects have
migrated.

Change-Id: I256ef20e7caadd9c96e6dd908c5d8b69ca5c4aeb
2013-07-07 00:15:11 -04:00