]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
10 years agoofagent: Enable local arp responder for TYPE_FLAT
YAMAMOTO Takashi [Thu, 14 Aug 2014 03:06:53 +0000 (12:06 +0900)]
ofagent: Enable local arp responder for TYPE_FLAT

handling TYPE_FLAT is particularly useful because,
as stated in README, a flat provider network is
the recommended way to provide public network connectivity
for ofagent.

Related: blueprint ofagent-l2pop
Related: blueprint ofagent-merge-bridges
Change-Id: I4f9145ecb6ade44fc884ce7f8842f5e33385391e

10 years agoMerge "ofagent: Local arp responder for VLAN"
Jenkins [Tue, 2 Sep 2014 05:02:59 +0000 (05:02 +0000)]
Merge "ofagent: Local arp responder for VLAN"

10 years agoMerge "Fix a recent ipv6 UT regression"
Jenkins [Tue, 2 Sep 2014 01:58:00 +0000 (01:58 +0000)]
Merge "Fix a recent ipv6 UT regression"

10 years agoMerge "ML2: Fix release of network segments to allocation pools"
Jenkins [Tue, 2 Sep 2014 01:54:01 +0000 (01:54 +0000)]
Merge "ML2: Fix release of network segments to allocation pools"

10 years agoofagent: Local arp responder for VLAN
YAMAMOTO Takashi [Thu, 26 Jun 2014 07:07:23 +0000 (16:07 +0900)]
ofagent: Local arp responder for VLAN

Implement local arp responder for non-tunnel network types.
Enable it for VLAN by requesting l2pop for VLAN.

Related: blueprint ofagent-l2pop
Related: blueprint ofagent-merge-bridges
Change-Id: I2f200a1ae2bd769ea1f83fe65e58e82325ed92b0

10 years agoMerge "Apic drivers enhancements (second approach): Topology"
Jenkins [Tue, 2 Sep 2014 00:27:44 +0000 (00:27 +0000)]
Merge "Apic drivers enhancements (second approach): Topology"

10 years agoMerge "Improve some plugins help strings"
Jenkins [Tue, 2 Sep 2014 00:27:30 +0000 (00:27 +0000)]
Merge "Improve some plugins help strings"

10 years agoMerge "Add functional test for IptablesManager"
Jenkins [Tue, 2 Sep 2014 00:27:12 +0000 (00:27 +0000)]
Merge "Add functional test for IptablesManager"

10 years agoMerge "Imported Translations from Transifex"
Jenkins [Tue, 2 Sep 2014 00:27:01 +0000 (00:27 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "Remove reference to cisco_cfg_agent.ini from setup.cfg again"
Jenkins [Mon, 1 Sep 2014 21:14:42 +0000 (21:14 +0000)]
Merge "Remove reference to cisco_cfg_agent.ini from setup.cfg again"

10 years agoMerge "l2pop: Allow network types overridable"
Jenkins [Mon, 1 Sep 2014 20:26:06 +0000 (20:26 +0000)]
Merge "l2pop: Allow network types overridable"

10 years agoApic drivers enhancements (second approach): Topology
Mandeep Dhami [Tue, 26 Aug 2014 04:07:48 +0000 (21:07 -0700)]
Apic drivers enhancements (second approach): Topology

    - Handle topology dynamically

Implements blueprint: apic-driver-enhancements

Change-Id: I80ae799bf7c18939e58cb5c1ea8eb441633285df

10 years agoMerge "Remove old policies from policy.json"
Jenkins [Mon, 1 Sep 2014 17:45:10 +0000 (17:45 +0000)]
Merge "Remove old policies from policy.json"

10 years agoAdd functional test for IptablesManager
Jakub Libosvar [Fri, 29 Aug 2014 16:50:13 +0000 (18:50 +0200)]
Add functional test for IptablesManager

Introduce test of IptablesManager using filtering of ICMP packets in
namespaces.

Partial-bug: #1243216

Change-Id: I90ab0d397780247de619bd90f5febd0e59b84fc7

10 years agoMerge "Apic drivers enhancements (second approach): Sync"
Jenkins [Mon, 1 Sep 2014 14:15:22 +0000 (14:15 +0000)]
Merge "Apic drivers enhancements (second approach): Sync"

10 years agoRemove reference to cisco_cfg_agent.ini from setup.cfg again
Motohiro OTSUKA [Mon, 1 Sep 2014 06:50:06 +0000 (15:50 +0900)]
Remove reference to cisco_cfg_agent.ini from setup.cfg again

No sample .ini file is included, causing install to fail.
Remove the reference again.

Change-Id: I97ffe464e4eb9689ee290c3c95ac19d4e09029e2
Closes-bug: #1351466

10 years agoMerge "Introduces a keepalived manager for HA"
Jenkins [Mon, 1 Sep 2014 13:48:17 +0000 (13:48 +0000)]
Merge "Introduces a keepalived manager for HA"

10 years agol2pop: Allow network types overridable
YAMAMOTO Takashi [Wed, 7 May 2014 05:57:57 +0000 (14:57 +0900)]
l2pop: Allow network types overridable

Currently "tunnel_types" is used for two different purposes; l2pop and
check_segment_for_agent.  This commit introduces a new agent
configuration "l2pop_network_types" to allow overriding the former.

This will be used by ofagent, which wants l2pop info for TYPE_VLAN
as well.

Related: blueprint ofagent-l2pop
Related: blueprint ofagent-merge-bridges
Change-Id: Ia83a94b6661aa36afa8bfeb073101171ffde62a9

10 years agoML2: Fix release of network segments to allocation pools
Robert Kukura [Mon, 1 Sep 2014 11:27:10 +0000 (07:27 -0400)]
ML2: Fix release of network segments to allocation pools

The recent merge of https://review.openstack.org/#/c/115025/ broke the
release of network segments to allocation pools on network delete,
resulting in network creates eventually failing with
NoNetworkAvailable exceptions. The network_delete() code is rearranged
to properly release the network segments, and a unit test is updated
to verify that the type drivers' release_segment() method is called.

Partially implements: Blueprint ml2-type-driver-refactor

Change-Id: Ica5f11b2012dedfcc097f34f1515f5f3ca208fd2

10 years agoMerge "ofagent: Enable local arp responder for local VMs"
Jenkins [Mon, 1 Sep 2014 11:20:50 +0000 (11:20 +0000)]
Merge "ofagent: Enable local arp responder for local VMs"

10 years agoMerge "ofagent: merge br-tun into br-int"
Jenkins [Mon, 1 Sep 2014 11:20:36 +0000 (11:20 +0000)]
Merge "ofagent: merge br-tun into br-int"

10 years agoMerge "Apic drivers enhancements (second approach): L3 refactor"
Jenkins [Mon, 1 Sep 2014 07:21:44 +0000 (07:21 +0000)]
Merge "Apic drivers enhancements (second approach): L3 refactor"

10 years agoFix a recent ipv6 UT regression
YAMAMOTO Takashi [Mon, 1 Sep 2014 04:39:12 +0000 (13:39 +0900)]
Fix a recent ipv6 UT regression

This fixes UT failures on systems without the procfs entry
by adding appropriate mocking.  The problem introduced by
the following change:
    https://review.openstack.org/#/c/116826/
    commit 0c963f6140237d8d3f361c6aaa7d2a6b656504db

Also, add a test for the case which the change in question fixed.

Closes-Bug: #1363805
Related-Bug: #1361542
Change-Id: I72842c3446f3275e2288adc411540ab036025ed0

10 years agoMerge "Provide a quick way to run flake8"
Jenkins [Mon, 1 Sep 2014 06:46:55 +0000 (06:46 +0000)]
Merge "Provide a quick way to run flake8"

10 years agoImported Translations from Transifex
OpenStack Proposal Bot [Mon, 1 Sep 2014 06:19:19 +0000 (06:19 +0000)]
Imported Translations from Transifex

Change-Id: I8676cc834921e62620d914c15755102fc637f7d3

10 years agoMerge "Networks are not scheduled to DHCP agents for Cisco N1KV plugin"
Jenkins [Mon, 1 Sep 2014 02:17:28 +0000 (02:17 +0000)]
Merge "Networks are not scheduled to DHCP agents for Cisco N1KV plugin"

10 years agoofagent: Enable local arp responder for local VMs
YAMAMOTO Takashi [Mon, 11 Aug 2014 00:02:22 +0000 (09:02 +0900)]
ofagent: Enable local arp responder for local VMs

Because ofagent makes every arp requests packet-in and
perform packet-out anyway, just make it respond arp requests
for local VMs.  It would be simpler and more effective than
forwarding requests to the network as it did before this change.

Before this change:
    request: src VM -> switch -> controller -> switch -> target VM
    reply: target VM -> switch -> src VM

After this change:
    request: src VM -> switch -> controller
    reply: controller -> switch -> src VM

As a bonus, now we can test l2pop and local arp responder with
a single node setup, at least for some extents.

Related: blueprint ofagent-l2pop
Related: blueprint ofagent-merge-bridges
Change-Id: I606a238d8c2021ed908fbd89d3488768497f57c5

10 years agoofagent: merge br-tun into br-int
YAMAMOTO Takashi [Fri, 18 Apr 2014 06:48:20 +0000 (15:48 +0900)]
ofagent: merge br-tun into br-int

Highlights:
- Deprecate br-tun.
- Reduce the use of OFPP_NORMAL action.  Use mac address info
  obtained from get_device_details and l2-pop to reduce flooding.
- Use OpenFlow metadata instead of "internal" VLANs.
  Now tenant networks are VLAN transparent.

Implements: blueprint ofagent-port-monitor
Implements: blueprint ofagent-merge-bridges
Change-Id: I21ee1c6d141863182b487e10c7bfe911b1a472ab

10 years agoApic drivers enhancements (second approach): Sync
Ivar Lazzaro [Tue, 26 Aug 2014 01:49:47 +0000 (18:49 -0700)]
Apic drivers enhancements (second approach): Sync

    - Model synchronization

Implements blueprint: apic-driver-enhancements

Change-Id: I4264afe5c140c3576951c1a5a28a8d7666481147

10 years agoApic drivers enhancements (second approach): L3 refactor
Ivar Lazzaro [Fri, 22 Aug 2014 01:35:02 +0000 (18:35 -0700)]
Apic drivers enhancements (second approach): L3 refactor

- refactor to leverage Client's transactional capabilities
- General refactor to improve the driver's reliability

Implements blueprint: apic-driver-enhancements

Change-Id: I5a19039e82988a0570622bc1ddb1429e9833d478

10 years agoML2 Type Driver refactor part 2
Arvind Somya [Mon, 18 Aug 2014 15:59:44 +0000 (08:59 -0700)]
ML2 Type Driver refactor part 2

This commit builds on top of part 1 to introduce support for creating
dynamic network segments in ML2.

Change-Id: I399e1569baae6f24054aac15c4c51a2e44a20e5b
Partially implements: Blueprint ml2-type-driver-refactor

10 years agoAdds router service plugin for CSR1kv
Bob Melander [Wed, 25 Dec 2013 13:08:01 +0000 (14:08 +0100)]
Adds router service plugin for CSR1kv

Implements: blueprint cisco-routing-service-vm

Change-Id: Ifd021fa06ce34d622e61734aab94b4da32649c4a

10 years agoMerge "Support for extensions in ML2"
Jenkins [Sun, 31 Aug 2014 16:23:18 +0000 (16:23 +0000)]
Merge "Support for extensions in ML2"

10 years agoMerge "Cisco DFA ML2 Mechanism Driver"
Jenkins [Sun, 31 Aug 2014 16:22:54 +0000 (16:22 +0000)]
Merge "Cisco DFA ML2 Mechanism Driver"

10 years agoIntroduces a keepalived manager for HA
Assaf Muller [Tue, 5 Aug 2014 20:47:18 +0000 (23:47 +0300)]
Introduces a keepalived manager for HA

This patch introduces a keepalived manager
which will be used for the blueprint
blueprint l3-high-availability.

The manager can create a keepalived.conf compliant configuration,
start, stop and restart the service, as well as create keepalived
notification scripts.

Implements: blueprint l3-high-availability
Change-Id: I1ba9f332778f27de950d9e97d4fb4a337f6f26da
Co-Authored-By: Assaf Muller <amuller@redhat.com>
10 years agoMerge "metering driver default value is different in code and config file"
Jenkins [Sun, 31 Aug 2014 13:33:32 +0000 (13:33 +0000)]
Merge "metering driver default value is different in code and config file"

10 years agoMerge "Datacenter moid should not be tuple"
Jenkins [Sun, 31 Aug 2014 13:29:49 +0000 (13:29 +0000)]
Merge "Datacenter moid should not be tuple"

10 years agoSupport for extensions in ML2
Nader Lahouti [Sat, 19 Apr 2014 23:01:05 +0000 (16:01 -0700)]
Support for extensions in ML2

The current ML2 plugin supports only extensions defined in the plugin and it
does not support any extensions in the mechanism drivers. The changes in this
commit allows mechanism drivers to define new extensions.

Change-Id: I28da19fabf6de2e9f0d687f875aaaa24c8bbc4f0
Implements: blueprint extensions-in-ml2

10 years agoCisco DFA ML2 Mechanism Driver
Nader Lahouti [Sat, 28 Jun 2014 01:09:19 +0000 (18:09 -0700)]
Cisco DFA ML2 Mechanism Driver

Part 1:
This commit contains changes to support ML2 mechanism driver for Cisco
DFA. For more details please see the blueprint which has more description and
link to document with requirements.

Part 2: Changes in OVS neutron agent.
(http://review.openstack.org/110065)

Part 3: DFA extension driver.
(http://review.openstack.org/111761)

Part 4: DFA config profile service plugin.
(http://review.openstack.org/111863)

Change-Id: Ib53b6705948e1ed75059b85d8809562d9bb63f65
Partially Implements: blueprint ml2-mechanism-driver-for-cisco-dfa

10 years agoMerge "Make SecurityGroupsRpcCallback a separate callback class"
Jenkins [Sun, 31 Aug 2014 10:34:43 +0000 (10:34 +0000)]
Merge "Make SecurityGroupsRpcCallback a separate callback class"

10 years agoMerge "Adding mechanism driver in ML2 plugin for Nuage Networks"
Jenkins [Sun, 31 Aug 2014 10:21:34 +0000 (10:21 +0000)]
Merge "Adding mechanism driver in ML2 plugin for Nuage Networks"

10 years agoMerge "Apic drivers enhancements (second approach): L2 refactor"
Jenkins [Sun, 31 Aug 2014 08:32:26 +0000 (08:32 +0000)]
Merge "Apic drivers enhancements (second approach): L2 refactor"

10 years agoImprove some plugins help strings
Andreas Jaeger [Sat, 30 Aug 2014 19:30:24 +0000 (21:30 +0200)]
Improve some plugins help strings

For consistency add a "." everywhere, remove an extra space at end of a
string, add missing space between strings, fix descriptions and
capitalization.

Change-Id: Ib1523352b19768425263c09855d6a218e06e588a

10 years agoMerge "Inline "for val in [ref]" statements"
Jenkins [Sun, 31 Aug 2014 04:30:34 +0000 (04:30 +0000)]
Merge "Inline "for val in [ref]" statements"

10 years agoMerge "remove explicit include of the ovs plugin"
Jenkins [Sun, 31 Aug 2014 04:30:20 +0000 (04:30 +0000)]
Merge "remove explicit include of the ovs plugin"

10 years agoMerge "NSX: log request body to NSX as debug"
Jenkins [Sun, 31 Aug 2014 04:29:49 +0000 (04:29 +0000)]
Merge "NSX: log request body to NSX as debug"

10 years agoMerge "Remove ovs dependency in embrane plugin"
Jenkins [Sun, 31 Aug 2014 00:02:03 +0000 (00:02 +0000)]
Merge "Remove ovs dependency in embrane plugin"

10 years agoMerge "Block downgrade from icehouse to havana"
Jenkins [Sat, 30 Aug 2014 20:01:37 +0000 (20:01 +0000)]
Merge "Block downgrade from icehouse to havana"

10 years agoMerge "Fix state_path in tests"
Jenkins [Sat, 30 Aug 2014 18:37:23 +0000 (18:37 +0000)]
Merge "Fix state_path in tests"

10 years agoMerge "Add functional test for l3_agent"
Jenkins [Sat, 30 Aug 2014 18:34:57 +0000 (18:34 +0000)]
Merge "Add functional test for l3_agent"

10 years agoMerge "Fix IpNetnsCommand to execute without root_wrapper when no netns"
Jenkins [Sat, 30 Aug 2014 12:43:21 +0000 (12:43 +0000)]
Merge "Fix IpNetnsCommand to execute without root_wrapper when no netns"

10 years agoProvide a quick way to run flake8
Akihiro Motoki [Tue, 19 Aug 2014 15:54:30 +0000 (00:54 +0900)]
Provide a quick way to run flake8

"run_tests.sh -p" always checks every file for errors even though you
have probably only changed a handful. This patch adds "run_tests.sh -8"
which only checks the files that were modified in the HEAD commit or
in the current working tree.

It is borrowed from the recent nova commit b011325cc6.
The related ML post is:
http://lists.openstack.org/pipermail/openstack-dev/2014-August/043346.html

Change-Id: Ieeabf1b79a0790af8bde3144dca59b4245a0b79a

10 years agoApic drivers enhancements (second approach): L2 refactor
Ivar Lazzaro [Fri, 22 Aug 2014 01:17:03 +0000 (18:17 -0700)]
Apic drivers enhancements (second approach): L2 refactor

- refactor to leverage Client's transactional capabilities
- General refactor to improve the driver's reliability

Implements blueprint: apic-driver-enhancements

Change-Id: I4deb171381e62e70818218957d82b5e27954aeb9

10 years agoMerge "Fix heal_script for MySQL specifics"
Jenkins [Sat, 30 Aug 2014 06:36:29 +0000 (06:36 +0000)]
Merge "Fix heal_script for MySQL specifics"

10 years agoMake SecurityGroupsRpcCallback a separate callback class
Akihiro Motoki [Sat, 23 Aug 2014 09:16:18 +0000 (18:16 +0900)]
Make SecurityGroupsRpcCallback a separate callback class

RPC has a version of itself. In Neutron a plugin implements
several RPC interface, so a single RPC version doesn't work.
In Mixin callback class approach, RPC versioning depends on
each plugin implementation and it makes harder to maintain
RPC version appropriately. This patch series replaces mixin
RPC callback of server side with a separate class.

This commit handles server-side callback of security group
RPC interface.
* The server-side callback of Security group RPC is moved to
  api/rpc/handler and db/securitygroups_rpc_base now only
  contains a mixin class to add agent-based security group
  implementation with db operations.
* get_port_from_device method in server-side callback class
  is moved to a mixin class of plugin implementation
  (SecurityGroupServerRpcMixin) because it involves DB lookup
  and is tightly coupled with plugin implementation rather
  than RPC interface definition.

Most unit tests for SGServerRpcCallBackTestCase were skipped
in the base class before, but now they are no longer skipped.

The following items will be planned in later patches
to avoid drastic changes in a single patch.
* Merge security group RPC API and agent callback classes in
  agent/securitygroups_rpc into api/rpc/handlers/securitygroup_rpc
* Remove completely duplicated db access code in get_port_from_device
  and get_port_and_sgs

Partial-Bug: #1359416
Change-Id: Ia6535217d2e3b849a95667c1b53dd09675002892

10 years agoMerge "Check for IPv6 file before reading"
Jenkins [Sat, 30 Aug 2014 00:20:38 +0000 (00:20 +0000)]
Merge "Check for IPv6 file before reading"

10 years agoMerge "Fix InvalidRequestError in auto_schedule_routers"
Jenkins [Fri, 29 Aug 2014 22:44:01 +0000 (22:44 +0000)]
Merge "Fix InvalidRequestError in auto_schedule_routers"

10 years agoAdding mechanism driver in ML2 plugin for Nuage Networks
ronak [Wed, 30 Jul 2014 23:16:14 +0000 (16:16 -0700)]
Adding mechanism driver in ML2 plugin for Nuage Networks

This patchset introduces basic ml2 driver for nuage.
In Juno release, mechanism driver will support basic
L2 functionality as a stepping stone to enhance
it in later releases.

Implements blueprint: ml2-mech-driver-nuage
Change-Id: Idae4f88f3d21526f377ec0f81377cb90b9fc14e4

10 years agoMerge "Make DvrServerRpcCallback a separate callback class"
Jenkins [Fri, 29 Aug 2014 17:25:26 +0000 (17:25 +0000)]
Merge "Make DvrServerRpcCallback a separate callback class"

10 years agoMerge "Heal script: Drop fks before operating on columns"
Jenkins [Fri, 29 Aug 2014 16:25:23 +0000 (16:25 +0000)]
Merge "Heal script: Drop fks before operating on columns"

10 years agoFix state_path in tests
Assaf Muller [Fri, 29 Aug 2014 11:44:10 +0000 (14:44 +0300)]
Fix state_path in tests

cfg.CONF.state_path is set to a random temporary directory
in neutron.tests.base:BaseTestCase.setUp. This value was then
over written in neutron.tests.unit.__init__. Tests that need
to read or pass cfg.CONF.state_path were getting the directory
from which the tests were running and not the temporary directory
specially created for the current test run. Note that the usage
of state_path to set lock_path, dhcp state path and the likes
was working as expected, and was not affected by this bug.

Closes-Bug: #1363058
Change-Id: Ib45f663fadaf0f3b4a79a0db4128822187b61ecc

10 years agoAdd functional test for l3_agent
Assaf Muller [Sun, 27 Jul 2014 14:49:49 +0000 (17:49 +0300)]
Add functional test for l3_agent

In order to insert the HA related code into the L3
agent, as part of blueprint l3-high-availability,
it's important to add functional tests for the L3 agent.

The L3 HA patch will use the framework provided here
to implement additional HA specific tests.

Implements: blueprint l3-high-availability
Change-Id: I49ddc95a0c41330580fcec6ba05c72684248af5e

10 years agoremove explicit include of the ovs plugin
Prasoon Telang [Fri, 29 Aug 2014 13:55:35 +0000 (19:25 +0530)]
remove explicit include of the ovs plugin

On installing only neutron-linuxbridge-agent package, the
dhcp cannot start successfully because of the imports from
ovs plugin. This change removes the explicit include of the
ovs plugin from ovs_lib.py. INVALID_OFPORT has been moved to
ovs_lib.py while VXLAN_UDP_PORT has moved to
plugins/common/constants.py. The imports for these 2 constants
in files which uses it has been corrected to new location.

Closes-Bug: #1271449
Change-Id: I6559cb43d1b10b4f926c453a103b12017b59f259

10 years agoMerge "Increase ovsdb_monitor.SimpleInterfaceMonitor start timeout"
Jenkins [Fri, 29 Aug 2014 13:46:55 +0000 (13:46 +0000)]
Merge "Increase ovsdb_monitor.SimpleInterfaceMonitor start timeout"

10 years agoMerge "Change nexus_dict to accept port lists"
Jenkins [Fri, 29 Aug 2014 11:13:10 +0000 (11:13 +0000)]
Merge "Change nexus_dict to accept port lists"

10 years agoMerge "Apic drivers enhancements (second approach): Backend"
Jenkins [Fri, 29 Aug 2014 10:16:00 +0000 (10:16 +0000)]
Merge "Apic drivers enhancements (second approach): Backend"

10 years agoMerge "Refactor test_type_gre/vxlan to reduce duplicate code"
Jenkins [Fri, 29 Aug 2014 10:15:45 +0000 (10:15 +0000)]
Merge "Refactor test_type_gre/vxlan to reduce duplicate code"

10 years agoMerge "Add config for visibility of cisco-policy-profile"
Jenkins [Fri, 29 Aug 2014 09:15:49 +0000 (09:15 +0000)]
Merge "Add config for visibility of cisco-policy-profile"

10 years agoMerge "Make DhcpRpcCallback a separate callback class"
Jenkins [Fri, 29 Aug 2014 09:15:03 +0000 (09:15 +0000)]
Merge "Make DhcpRpcCallback a separate callback class"

10 years agoMerge "Adding support of DNS nameserver and Host routes for the Nuage Plugin"
Jenkins [Fri, 29 Aug 2014 09:13:24 +0000 (09:13 +0000)]
Merge "Adding support of DNS nameserver and Host routes for the Nuage Plugin"

10 years agoNSX: log request body to NSX as debug
Aaron Rosen [Fri, 22 Aug 2014 18:09:29 +0000 (11:09 -0700)]
NSX: log request body to NSX as debug

Previously we never logged the request body that we sent to NSX. This makes
things hard to debug when issues arise as we don't actually log the body of
the request that we made. This patch adds the body to our issue request log
statement.

Change-Id: I7d98e3d844ebe565fb5919aac3f9afd5b4040e69
Closes-bug: 1360394

10 years agoDatacenter moid should not be tuple
Yang Yu [Fri, 29 Aug 2014 06:05:26 +0000 (23:05 -0700)]
Datacenter moid should not be tuple

Remove the comma, because it will convert the string to tuple
Closes-bug: #1362480

Change-Id: I2debb76bae26fe3d437a431f2946f66a1cbe6851

10 years agoRemove ovs dependency in embrane plugin
Ignacio Scopetta [Sun, 20 Jul 2014 06:37:22 +0000 (23:37 -0700)]
Remove ovs dependency in embrane plugin

This patch changes the dependency of the embrane plugin from ovs to ml2.
Existing users of the old entry point will be upgraded on a case-by-case
base as needed, therefore no generic upgrade procedure is required.

Change-Id: Id192fc32bd6ba7a8926eff1190070b8df5327129
Closes-Bug: #1343024

10 years agoMerge "Use lockutils module for tox functional env"
Jenkins [Fri, 29 Aug 2014 03:57:42 +0000 (03:57 +0000)]
Merge "Use lockutils module for tox functional env"

10 years agoMerge "Set firewall state to CREATED when dealing with DVR"
Jenkins [Fri, 29 Aug 2014 03:55:48 +0000 (03:55 +0000)]
Merge "Set firewall state to CREATED when dealing with DVR"

10 years agoMerge "Fix func job hook script permission problems"
Jenkins [Fri, 29 Aug 2014 01:37:19 +0000 (01:37 +0000)]
Merge "Fix func job hook script permission problems"

10 years agoMerge "Do not use auto_schedule_routers to add router to agent"
Jenkins [Fri, 29 Aug 2014 01:34:19 +0000 (01:34 +0000)]
Merge "Do not use auto_schedule_routers to add router to agent"

10 years agoMerge "Fix config option names in ml2_conf_sriov.ini"
Jenkins [Thu, 28 Aug 2014 22:58:17 +0000 (22:58 +0000)]
Merge "Fix config option names in ml2_conf_sriov.ini"

10 years agoMerge "Fix l3 agent scheduling logic to avoid unwanted failures"
Jenkins [Thu, 28 Aug 2014 21:19:45 +0000 (21:19 +0000)]
Merge "Fix l3 agent scheduling logic to avoid unwanted failures"

10 years agoRemove old policies from policy.json
Salvatore [Thu, 28 Aug 2014 13:39:10 +0000 (15:39 +0200)]
Remove old policies from policy.json

They're confused, misleading, and most importantly unused.

Change-Id: I22130ce3147617f8fb7baba7a50bada128d40e08
Closes-Bug: #1362618

10 years agoMerge "Raise NotImplementedError instead of NotImplemented"
Jenkins [Thu, 28 Aug 2014 18:26:29 +0000 (18:26 +0000)]
Merge "Raise NotImplementedError instead of NotImplemented"

10 years agoApic drivers enhancements (second approach): Backend
Ivar Lazzaro [Thu, 21 Aug 2014 23:34:27 +0000 (16:34 -0700)]
Apic drivers enhancements (second approach): Backend

- Move backend facing modules to a library

Implements blueprint: apic-driver-enhancements

Change-Id: Ia4553d3885ca1886ca6bc7ea5d96afeace5fc457

10 years agoMake DvrServerRpcCallback a separate callback class
Akihiro Motoki [Tue, 19 Aug 2014 12:16:19 +0000 (21:16 +0900)]
Make DvrServerRpcCallback a separate callback class

RPC has a version of itself. In Neutron a plugin implements
several RPC interface, so a single RPC version doesn't work.
In Mixin callback class approach, RPC versioning depends on
each plugin implementation and it makes harder to maintain
RPC version appropriately. This patch series replaces mixin
RPC callback of server side with a separate class.

This commit handles server-side callback of DVR ML2 RPC interface.

Partial-Bug: #1359416
Change-Id: I1b6383f7b0af5d9aed18eda3a15f21d3504d0347

10 years agoMake DhcpRpcCallback a separate callback class
Akihiro Motoki [Mon, 18 Aug 2014 19:14:31 +0000 (04:14 +0900)]
Make DhcpRpcCallback a separate callback class

RPC has a version of itself. In Neutron a plugin implements
several RPC interface, so a single RPC version doesn't work.
In Mixin callback class approach, RPC versioning depends on
each plugin implementation and it makes harder to maintain
RPC version appropriately. This patch series replaces mixin
RPC callback of server side with a separate class.

This commit handles server-side callback of dhcp-agent RPC interface.
DHCP-agent server-side callback class is moved from db/ to
api/rpc/handlers because it doesn't involve any db operations
and defining all RPC interfaces in a single place sounds reasonable.

Note that moving other DHCP-agent related RPC interface class
to api/rpc/handlers can be done in a separate patch as this patch
focuses on reorganizing the server-side RPC callback class.

Partial-Bug: #1359416
Change-Id: Ifb2a1bc0b7971995aae2856c9d4cd88c6dbc22d6

10 years agoAdding support of DNS nameserver and Host routes for the Nuage Plugin
Franck Yelles [Tue, 12 Aug 2014 01:18:15 +0000 (18:18 -0700)]
Adding support of DNS nameserver and Host routes for the Nuage Plugin

This commit will implement the following DHCP options:
 - DNS nameserver
 - Host routes

Implements: blueprint dhcp-host-routes-and-dns-support-for-nuage-plugin
Change-Id: Idbb04f46112cddd588cad88921210aa0f63645f6

10 years agoMerge "Ensure assertion matches dict iter order in test"
Jenkins [Thu, 28 Aug 2014 11:09:28 +0000 (11:09 +0000)]
Merge "Ensure assertion matches dict iter order in test"

10 years agoMerge "Add support for provider-network extension in nuage Plugin"
Jenkins [Thu, 28 Aug 2014 11:09:12 +0000 (11:09 +0000)]
Merge "Add support for provider-network extension in nuage Plugin"

10 years agoBlock downgrade from icehouse to havana
Ann Kamyshnikova [Wed, 20 Aug 2014 12:24:10 +0000 (16:24 +0400)]
Block downgrade from icehouse to havana

We are purging all downgrade methods from icehouse to havana because:
 1) havana is going to become unsupported during Kilo cycle.
 2) most people will upgrade from icehouse, while a minor percentage
    from havana
 3) downgrade use cases are mostly to revert after failed upgrades

See discussion in https://review.openstack.org/109952 for details.

This change removes all downgrade code in this migrations and raises
an exception in downgrade of icehouse_release.

Partially-implements: blueprint reorganize-migrations

Change-Id: I874dd2475da0404370dc7e53d7c43e0a8dce0d56

10 years agoUse lockutils module for tox functional env
Maru Newby [Thu, 28 Aug 2014 09:17:45 +0000 (11:17 +0200)]
Use lockutils module for tox functional env

A previous change (I4d6076e5f7586a11ea5381f18774d4bab57b0081) added
lockutils to only the dsvm-functional tox env.  It also needs to be
added to the functional tox env.

Change-Id: I3a799692b2162b738a2b080e08602b403c171e4f
Closes-Bug: 1332380

10 years agoMerge "One Convergence: Skip all tests with 'v6' in name"
Jenkins [Thu, 28 Aug 2014 02:05:25 +0000 (02:05 +0000)]
Merge "One Convergence: Skip all tests with 'v6' in name"

10 years agoDo not use auto_schedule_routers to add router to agent
armando-migliaccio [Thu, 21 Aug 2014 01:04:33 +0000 (18:04 -0700)]
Do not use auto_schedule_routers to add router to agent

auto_schedule_routers makes a number of DB calls that are
unnecessary as they are already made during the validation
phase of add_router_to_l3_agent. Once the validation is
done, the only business left is to create the binding: this
is what this patch does.

Partial-bug: #1356121

Change-Id: Ia9be998c2b94416bc46ef78415099f0099b08c2a

10 years agoFix func job hook script permission problems
Maru Newby [Wed, 27 Aug 2014 15:33:29 +0000 (17:33 +0200)]
Fix func job hook script permission problems

- The hook script is the wrong place to unstack since
  it needs to run as the stack user with sudo privileges and those
  permissions are removed as part of the devstack-vm-gate.sh script.

- The functional job gate hook script needs to use sudo to
  install the test-only rootwrap filter.

Change-Id: Ib2e5ec016a5a414dd9675328650efb2b39b0e3fe
Related-Bug: #1360658

10 years agoCheck for IPv6 file before reading
Kevin Benton [Tue, 26 Aug 2014 08:52:00 +0000 (01:52 -0700)]
Check for IPv6 file before reading

Check to see if the IPv6 disabled flag file exists
before trying to read it. This file doesn't exist
on systems with the IPv6 module blacklisted.

Closes-Bug: #1361542
Change-Id: I4064b4189cc9d8f0f0e0e7025cf6f83d5b6ec276

10 years agoMerge "Make L3RpcCallback a separate callback class"
Jenkins [Wed, 27 Aug 2014 10:33:08 +0000 (10:33 +0000)]
Merge "Make L3RpcCallback a separate callback class"

10 years agoMerge "Fix incorrect number of args to string format"
Jenkins [Wed, 27 Aug 2014 09:42:31 +0000 (09:42 +0000)]
Merge "Fix incorrect number of args to string format"

10 years agoMerge "Fix DVR to service LBaaS VIP Ports"
Jenkins [Wed, 27 Aug 2014 09:05:23 +0000 (09:05 +0000)]
Merge "Fix DVR to service LBaaS VIP Ports"

10 years agoMerge "Increase the default poll duration for Cisco n1kv"
Jenkins [Wed, 27 Aug 2014 06:15:10 +0000 (06:15 +0000)]
Merge "Increase the default poll duration for Cisco n1kv"

10 years agoMerge "Predictable iptables chains output order"
Jenkins [Wed, 27 Aug 2014 06:12:30 +0000 (06:12 +0000)]
Merge "Predictable iptables chains output order"

10 years agoFix l3 agent scheduling logic to avoid unwanted failures
Eugene Nikanorov [Tue, 19 Aug 2014 19:01:11 +0000 (23:01 +0400)]
Fix l3 agent scheduling logic to avoid unwanted failures

In case router is being added to l3 agent which is already hosting
the router it is fine to let such a request to succeed.
This patch also adds a check for unnecessary scheduling that might happen
twice in described case and lead to unwanted messages in the logs.

Change-Id: Id104b36ba7e1e6f6a9378ee600c33e9962230521
Closes-Bug: #1358636

10 years agoFix InvalidRequestError in auto_schedule_routers
armando-migliaccio [Fri, 22 Aug 2014 15:21:09 +0000 (08:21 -0700)]
Fix InvalidRequestError in auto_schedule_routers

This was discussed in review [1], and was deferred until the time was ripe
for the appropriate fix. As suggested and reported, auto_schedule_routers
is too affected by this error.

This patch takes care of the issue, in a similar way.

[1] - https://review.openstack.org/#/c/112740/

Related-bug: #1354072
Closes-bug: #1360104

Change-Id: Ie3cb0c31dfa571c694cd38e19f72ff8503815635