[Yahoo-eng-team] [Bug 1594529] [NEW] VM creation failure due to Nova hugepage assumptions

2016-06-20 Thread Paul Michali
Public bug reported: Description: In Liberty and Mitaka, Nova assumes that it has exclusive access to the huge pages on the compute node. It maintains track of the total pages per NUMA node on the compute node, and then number of used (by Nova VMs) pages on each NUMA node. This is done for the

[Yahoo-eng-team] [Bug 1547032] [NEW] Enhance API tests for neutron-vpnaas

2016-02-18 Thread Paul Michali
Public bug reported: Once VPN API tests are operational again (bug 1483417), they should be enhanced to exercise the new endpoint group APIs and the modifications to other APIs resulting from the new endpoint groups (e.g. no local subnet specified for vpnservice, and no peer subnets specified for

[Yahoo-eng-team] [Bug 1522503] [NEW] Add support for constraints based jobs for neutron-*aas

2015-12-03 Thread Paul Michali
is done in neutron. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: fwaas lbaas vpnaas ** Changed in: neutron Assignee: (unassigned) => Paul Michali (pcm) ** Changed in: neutron Status: New => In Progress -

[Yahoo-eng-team] [Bug 1521766] [NEW] pylint breakage in neutron and neutron-vpnaas

2015-12-01 Thread Paul Michali
). Because this broke gate, there are several patches already in play for this. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: neutron neutron-lbaas neutron-vpnaas ** Changed in: neutron Assignee: (unassigned) => Paul Mich

[Yahoo-eng-team] [Bug 1441783] Re: VPNaaS: Non-stacking functional jobs

2015-11-13 Thread Paul Michali
Marked as invalid, as is a duplicate. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1441783 Title: VPNaaS: Non-stacking

[Yahoo-eng-team] [Bug 1515670] [NEW] VPNaaS: Modify neutron-client to allow Horizon to detect multiple local subnet feature

2015-11-12 Thread Paul Michali
Public bug reported: In review of 231133, Akihiro mentioned follow up work for the neutron client, so that Horizon can detect whether or not the new multiple local subnet feature, with endpoint groups, is available. Placeholder for that work. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1503862] Re: VPNaaS: Enhance error checking on subnet changes

2015-10-28 Thread Paul Michali
Found out that the CIDR for a subnet is read-only, so we don't have to block changes, when the subnet is used by VPNaaS. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1505799] [NEW] VPNaaS: Provide functional test support for multiple local subnets

2015-10-13 Thread Paul Michali
Public bug reported: Need to enhance the functional tests for VPNaaS so that they verify IPSec site-to-site connections with multiple local subnets in support of RFE 1459423. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags

[Yahoo-eng-team] [Bug 1504880] [NEW] VPNaaS: Update API documentation for endpoint groups

2015-10-10 Thread Paul Michali
Public bug reported: As part of the upstreamed implementation for endpoint groups, the API documentation should be updated. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: doc vpnaas ** Changed in: neutron Assignee

[Yahoo-eng-team] [Bug 1504881] [NEW] VPNaaS: Update API documentation for multiple local subnets

2015-10-10 Thread Paul Michali
Public bug reported: As part of the multiple local subnets feature, update the API documentation. Note: also update the external_v4_ip and external_v6_ip fields that were added by a bug fix (missing DocImpact). ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm

[Yahoo-eng-team] [Bug 1503862] [NEW] VPNaaS: Enhance error checking on subnet changes

2015-10-07 Thread Paul Michali
Public bug reported: Currently, if the CIDR of a subnet changes, and that subnet is used by VPN, there is no checking performed. Should add a notification for subnet CIDR changes and either block the change, if in use by VPN service/endpoint group, or to cause a sync operation in VPN so that

[Yahoo-eng-team] [Bug 1495505] [NEW] VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Public bug reported: Currently, 'testr' does not support the --coverage-package-name option, which is needed for coverage testing of VPN. Need to update tox.ini to use 'test'. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags

[Yahoo-eng-team] [Bug 1495503] [NEW] VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Public bug reported: Coverage tests for VPNaaS are no longer working, as testr does not support --coverage-package-name argument any more. Need to switch to using 'test' instead. ** Affects: neutron Importance: Undecided Status: Invalid ** Tags: vpnaas -- You received this bug

[Yahoo-eng-team] [Bug 1495504] [NEW] VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Public bug reported: Coverage tests for VPNaaS are no longer working, as testr does not support --coverage-package-name argument any more. Need to switch to using 'test' instead. ** Affects: neutron Importance: Undecided Status: Invalid ** Tags: vpnaas -- You received this bug

[Yahoo-eng-team] [Bug 1495503] Re: VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Duplicate bug created due to launchpad issue. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1495503 Title: VPNaaS: Coverage tests

[Yahoo-eng-team] [Bug 1495504] Re: VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Duplicate bug created due to launchpad issue. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1495504 Title: VPNaaS: Coverage tests

[Yahoo-eng-team] [Bug 1495497] [NEW] VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Public bug reported: Currently, 'testr' does not support the --coverage-package-name option, which is needed for coverage testing of VPN. Need to update tox.ini to use 'test'. ** Affects: neutron Importance: Undecided Status: Invalid ** Tags: vpnaas ** Changed in: neutron

[Yahoo-eng-team] [Bug 1495502] [NEW] VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Public bug reported: Currently, 'testr' does not support the --coverage-package-name option, which is needed for coverage testing of VPN. Need to update tox.ini to use 'test'. ** Affects: neutron Importance: Undecided Status: Invalid ** Tags: vpnaas -- You received this bug

[Yahoo-eng-team] [Bug 1495499] Re: VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Duplicate bug created due to launchpad issue. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1495499 Title: VPNaaS: Coverage tests

[Yahoo-eng-team] [Bug 1495499] [NEW] VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Public bug reported: Currently, 'testr' does not support the --coverage-package-name option, which is needed for coverage testing of VPN. Need to update tox.ini to use 'test'. ** Affects: neutron Importance: Undecided Status: Invalid ** Tags: vpnaas -- You received this bug

[Yahoo-eng-team] [Bug 1495502] Re: VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Duplicate bug created due to launchpad issue. ** Changed in: neutron Status: New => Incomplete ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1495505] Re: VPNaaS: Coverage tests broken

2015-09-14 Thread Paul Michali
Already have bug under 1454772. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1495505 Title: VPNaaS: Coverage tests broken

[Yahoo-eng-team] [Bug 1495584] [NEW] VPNaaS: Help reduce cross project breakage

2015-09-14 Thread Paul Michali
. These jobs need to move to check, and eventually gate queues. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) => Paul Michali (pcm) ** Changed in: neutron Status:

[Yahoo-eng-team] [Bug 1484141] [NEW] VPNaaS: devstack plugin starts duplicate process

2015-08-12 Thread Paul Michali
spawned. Need to update the DevStack script to force mutual exclusion, and need to rename the service for the plugin to prevent the conflict. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron

[Yahoo-eng-team] [Bug 1475172] Re: VPNService status doesn't go to PENDING_UPDATE when being updated

2015-07-16 Thread Paul Michali
The pending states are used for cases when an action takes a long time - namely, longer than the request response. For example, when creating an IPSec connection, there is a period of time where the tunnel must be set up and negotiated. As a result, the create request will return a response, but

[Yahoo-eng-team] [Bug 1475173] Re: IPsecSiteConnection status doesn't go to PENDING_UPDATE when being updated

2015-07-16 Thread Paul Michali
The pending states are used for cases when an action takes a long time - namely, longer than the request response. For example, when creating an IPSec connection, there is a period of time where the tunnel must be set up and negotiated. As a result, the create request will return a response, but

[Yahoo-eng-team] [Bug 1473475] [NEW] VPNaaS: Add DevStack plugin

2015-07-10 Thread Paul Michali
Public bug reported: This is an enhancement to the neutron-vpnaas repo to add DevStack plugin support. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul

[Yahoo-eng-team] [Bug 1473194] [NEW] Grenade tests fail for *aaS migrations

2015-07-09 Thread Paul Michali
://logs.openstack.org/70/199670/2/check/check-grenade-dsvm- neutron/8000a62/ Applies to all the advanced services. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: New ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) -- You

[Yahoo-eng-team] [Bug 1464387] [NEW] VPNaaS: Provide local tunnel IP for service

2015-06-11 Thread Paul Michali
. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: New ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1459427] [NEW] VPNaaS: Certificate support for IPSec

2015-05-27 Thread Paul Michali
Public bug reported: Since Barbican provides certificate management/storage, and LBaaS has successfully used the certificates, this RFE proposes to provide certificate support for VPN IPSec site-to-site connections. The expectation is that the user would use Barbican to create the certificate,

[Yahoo-eng-team] [Bug 1459423] [NEW] VPNaaS: Allow multiple local subnets for IPSec

2015-05-27 Thread Paul Michali
Public bug reported: Currently, VPNaaS IPsec site to site connections may be created with one or more peer (right side) subnets specified (as CIDRs). However, for the local (left) side, only a single subnet can be specified. The reference OpenSwan/StrongSwan implementations will support multiple

[Yahoo-eng-team] [Bug 1448245] [NEW] VPNaaS UTs broken in neutron/tests/unit/extensions/test_l3.py

2015-04-24 Thread Paul Michali
06:40:39.840 | 2015-04-24 06:40:38,704ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist! ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron

[Yahoo-eng-team] [Bug 1446807] [NEW] Enhance configure_for_func_testing.sh for other repo use

2015-04-21 Thread Paul Michali
. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New = In Progress -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1240537] Re: VPNaaS client support for service type framework

2015-04-17 Thread Paul Michali
Service Type Framework effort was abandoned and will be replaced in the future by the flavor framework. This will not be done. ** Changed in: neutron Status: In Progress = Invalid ** Changed in: neutron Assignee: Paul Michali (pcm) = (unassigned) -- You received this bug

[Yahoo-eng-team] [Bug 1282855] Re: Add httmock to test-requirements.txt and update requests - 2.1.0

2015-04-17 Thread Paul Michali
** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1282855 Title: Add httmock to test-requirements.txt and update requests -

[Yahoo-eng-team] [Bug 1420139] Re: VPNPluginDbTestCase unit test failed with upstream submit I16b5e5b2

2015-04-17 Thread Paul Michali
Problem with driver loading in new repo was resolved, so this is no longer a failure. Marked as invalid. ** Changed in: neutron Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1445056] [NEW] VPNaaS Functional job test module discovery

2015-04-16 Thread Paul Michali
Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New = In Progress -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1445052] [NEW] VPNaaS: Revise functional jobs to only setup DevStack

2015-04-16 Thread Paul Michali
Public bug reported: In a manner similar to what is done for Neutron, the two functional jobs need to be modified to only set up DevStack, and not actually run DevStack. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags

[Yahoo-eng-team] [Bug 1318550] Re: Vpnaas: Vpn_agent is not able to handle two vpn service object for the same router.

2015-04-16 Thread Paul Michali
This is, by design, not supported. The service and router must be 1:1. A blueprint would need to be submitted to change the design, IMO. Changing to invalid. ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1316748] Re: VPNaaS : VPN service and VPN connection goes in pending_create state , when user tries to create second VPN service for router and second subnet of the router.

2015-04-16 Thread Paul Michali
From what I can tell, this is an invalid bug, as multiple services are not supported for a single router. It is 1:1. changing status. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1360435] Re: Service Type Manager singleton needs protection

2015-04-16 Thread Paul Michali
The service type manager mechanism has been abandoned and will be replaced in the future by a Flavor mechanism, so no sense in providing additional improvements here. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1316726] Re: VPNAAS :IPSEC Policy on peer site mismatched still the ipsec sitec connection shows active state

2015-04-16 Thread Paul Michali
AFAIK, the IPSec connection is auto-negotiated and will use the IKE and IPSec policy that is compatible with each end (in this case negotiating down to aes-128. This is not a bug, as far as I know. Will mark as invalid. ** Changed in: neutron Status: New = Invalid -- You received this

[Yahoo-eng-team] [Bug 1441632] [NEW] FWaaS: Remove checks for bash scripts

2015-04-08 Thread Paul Michali
Public bug reported: Like the change in Neutron (14408244), remove the check for bash script. ** Affects: neutron Importance: Low Assignee: Paul Michali (pcm) Status: In Progress ** Tags: fwaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm

[Yahoo-eng-team] [Bug 1441789] [NEW] VPNaaS: Confirm OpenSwan -- StrongSwan interop

2015-04-08 Thread Paul Michali
Public bug reported: Some early testing was showing a problem getting VPN IPSec connection up and passing traffic, when using StrongSwan on one end and OpenSwan on the other end (using the same, default, configuration). Worked fine, when the same Swan flavor was used on each end. Need to

[Yahoo-eng-team] [Bug 1441788] [NEW] VPNaaS: Fedora support for StrongSwan

2015-04-08 Thread Paul Michali
Public bug reported: In early testing, I was unable to create a VPN connection using Fedora Release 12 and StrongSwan driver. Found out from StrongSwan IRC folks these issues: A) Unlike Ubuntu, both Strongswan and LibreSwan can be installed at once B) Fedora uses the process name strongswan,

[Yahoo-eng-team] [Bug 1441783] [NEW] VPNaaS: Non-stacking functional jobs

2015-04-08 Thread Paul Michali
for the functional tests and make the jobs more consistent to what is done in the Neutron repo. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed

[Yahoo-eng-team] [Bug 1441244] [NEW] VPNaaS: Remove check for bash scripts

2015-04-07 Thread Paul Michali
Public bug reported: Like the change in Neutron (1440824), remove the check for bash script usage. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali

[Yahoo-eng-team] [Bug 1438259] [NEW] VPNaaS: remove dependency on Neutron in UT

2015-03-30 Thread Paul Michali
that are not active, due to missing test base class. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New

[Yahoo-eng-team] [Bug 1433552] [NEW] Refactor *aaS and L3 agent interaction

2015-03-18 Thread Paul Michali
hierarchy for this as well (#3) ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New = In Progress

[Yahoo-eng-team] [Bug 1430967] [NEW] Remove get_snat_ns_name from dvr.py

2015-03-11 Thread Paul Michali
Public bug reported: This method was needed, until VPN has been updated to use the DVR router object snat_namespace.name attribute. Also fixing PEP8 error in event_observer.py. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress

[Yahoo-eng-team] [Bug 1427858] [NEW] VPNaaS: Fix UT breakage in neutron-vpnaas

2015-03-03 Thread Paul Michali
Public bug reported: The commit for namespaces in neutron (under review 147744, which is approved, but awaiting upstreaming), changes the router creation logic. This breaks the neutron-vpnaas unit tests. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm

[Yahoo-eng-team] [Bug 1422895] [NEW] parse_service_provider_opt affecting VPN UTs

2015-02-17 Thread Paul Michali
Public bug reported: For VPN functional tests or unit test that are run after stacking with DevStack, the tests are failing, indicating that the service driver is not unique. It appears that parse_service_provider_opt() is loading the service driver based on what is in neutron_vpnaas.conf. Then,

[Yahoo-eng-team] [Bug 1418190] Re: Remove duplication in functional gate hook

2015-02-05 Thread Paul Michali
After discussions with Maru, we've decided to abandon this change, as the effort to remove the duplication is not worth it. Requires modification to run-tox for sudo for dsvm-functional. ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because

[Yahoo-eng-team] [Bug 1418190] [NEW] Remove duplication in functional gate hook

2015-02-04 Thread Paul Michali
. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New = In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1416427] [NEW] VPNaaS: Create functional tests for OpenSwan implementation

2015-01-30 Thread Paul Michali
Public bug reported: Currently, there are no functional tests for OpenSwan reference implementation of VPNaaS. Should develop tests to exercise this implementation. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: New ** Tags: vpnaas ** Changed

[Yahoo-eng-team] [Bug 1408404] [NEW] VPNaaS: remove ABCMeta decorator from device drivers

2015-01-07 Thread Paul Michali
Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New = In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1381221] [NEW] VPNaaS Cisco cleanup test code

2014-10-14 Thread Paul Michali
Public bug reported: There is unused arguments in a mock method, and duplication of constants, in the Cisco VPNaaS unit test files. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron

[Yahoo-eng-team] [Bug 1366797] [NEW] Add UT assert to check subset of dict

2014-09-08 Thread Paul Michali
the change local to VPN code, this bug is suggesting to add this as an assert into the base test class, so that everyone can use it. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Paul

[Yahoo-eng-team] [Bug 1361605] [NEW] Use lazy init for L3 plugin reference

2014-08-26 Thread Paul Michali
( constants.L3_ROUTER_NAT) return self._l3_plugin In addition, we can look at placing this in a common area (mixin?) or as a decorator, so that each class that needs it could use the mixin, rather than repeat this property. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm

[Yahoo-eng-team] [Bug 1360435] [NEW] Service Type Manager singleton needs protection

2014-08-22 Thread Paul Michali
Public bug reported: During review of some UT code for VPNaaS (https://review.openstack.org/110432) it was found that the tests were failing in Jenkins, with a cryptic StringException and no traceback. The root cause of that was found to be that two test classes were instantiating a VPN plugin,

[Yahoo-eng-team] [Bug 1358470] [NEW] VPNaaS modify Cisco REST client UTs to use requests-mock library

2014-08-18 Thread Paul Michali
Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1358472] [NEW] Add requests-mock to Neutron test-requirements.txt

2014-08-18 Thread Paul Michali
: Paul Michali (pcm) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1356127] [NEW] VPNaaS: Cisco validator incorrectly checking public IP of router

2014-08-12 Thread Paul Michali
Public bug reported: The IPSec site connection validation checks that the router has a GW specified. It incorrectly accesses this information via the VPN service table. As a result, all validations fail. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm

[Yahoo-eng-team] [Bug 1349829] [NEW] VPNaaS: Enable UT now that oslo.messaging udpated

2014-07-29 Thread Paul Michali
Public bug reported: Now that 1.4.0.0a3 oslo.messaging is available in Neutron, enable commented out unit test cases that were failing due to garbage chars in imported oslo.messaging module. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status

[Yahoo-eng-team] [Bug 1335973] Re: VPNaaS Cisco table not created

2014-07-01 Thread Paul Michali
** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1335973 Title: VPNaaS Cisco table not created Status in OpenStack Neutron

[Yahoo-eng-team] [Bug 1336478] [NEW] VPNaaS Cisco REST client enhance CSR create

2014-07-01 Thread Paul Michali
Assignee: Paul Michali (pcm) Status: In Progress ** Tags: cisco vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New = In Progress ** Description changed: Currently, int he Cisco CSR REST client, the CSR

[Yahoo-eng-team] [Bug 1335973] [NEW] VPNaaS Cisco table not created

2014-06-30 Thread Paul Michali
has already done configure_db). Need to register during __init__. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Tags: vpnaas ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron

[Yahoo-eng-team] [Bug 1334798] [NEW] Gate test is masking failure details

2014-06-26 Thread Paul Michali
Public bug reported: Both the 2.6 and 2.7 gate tests are failing, console log indicating two failures, but only showing one failure 'process-retcode'. When looking at testr_results it shows a fail and only mentions: ft1.12873:

[Yahoo-eng-team] [Bug 1326793] [NEW] VPNaaS enhance abstract methods for service driver APIs

2014-06-05 Thread Paul Michali
Public bug reported: Currently an ABC is defined (VPNPlugin) for the service driver APIs. For some of the methods that must be implemented by the vendor and reference service drivers, there is an abstract method defined in this class to ensure that the child classes implement the method:

[Yahoo-eng-team] [Bug 1313801] [NEW] Cisco VPN move URI strings to constants

2014-04-28 Thread Paul Michali
Public bug reported: Colocate strings used in REST client methods as URIs for APIs to Cisco CSR device, to make it easier to find and maintain them. File is: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py ** Affects: neutron Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1303820] [NEW] Update Cisco VPN device driver

2014-04-07 Thread Paul Michali
Public bug reported: Based on recent updates to the Cisco CSR REST APIs, update the Cisco device driver for VPN to sync up with those changes. This includes - Support for various IKE and IPSec encryption modes. - Support for disable of anti-replay-window-size - Cleanup UTs based on verified

[Yahoo-eng-team] [Bug 1303830] [NEW] Cisco VPN device driver support ipsec site conn udpates

2014-04-07 Thread Paul Michali
: Undecided Assignee: Paul Michali (pcm) Status: Confirmed ** Changed in: neutron Status: New = Confirmed ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1291609] [NEW] VPNaaS admin up/down on service/connection broken

2014-03-12 Thread Paul Michali
, the connection still shows as ACTIVE and traffic passes as well. Does not look like the update_vpnservice API forwards to the device driver. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Changed in: neutron Assignee: (unassigned

[Yahoo-eng-team] [Bug 1291619] [NEW] Cisco VPN device drivers admin state not reported correctly

2014-03-12 Thread Paul Michali
state, the underlying tunnel is not created (correct), but the status still shows PENDING_CREATE. ** Affects: neutron Importance: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed

[Yahoo-eng-team] [Bug 1288387] [NEW] CIsco CSR VPNaaS service device driver cleanup

2014-03-05 Thread Paul Michali
: Undecided Assignee: Paul Michali (pcm) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Paul Michali (pcm) ** Changed in: neutron Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1282855] [NEW] Add httmock to test-requirements.txt

2014-02-20 Thread Paul Michali
it is only used for unit testing, it was suggested to place this in test-requirements.txt. So, I'm going to push a separate review just for this file, so I can use it for other commits. Ref: https://pypi.python.org/pypi/httmock/ ** Affects: neutron Importance: Undecided Assignee: Paul Michali

[Yahoo-eng-team] [Bug 1281357] [NEW] IntegrityError on Nicira get_vcns_router_binding

2014-02-17 Thread Paul Michali
Public bug reported: Neutron gate for py27 is failing with this error... 2014-02-17 17:22:49.452 | 2014-02-17 17:22:49,107ERROR [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] No DHCP agents are associated with network '35b65fc4-9904-4bcc-9d94-2a5af567e910'. Unable to send

[Yahoo-eng-team] [Bug 1258952] [NEW] tox failues due to out of memory

2013-12-08 Thread Paul Michali
Public bug reported: I'm running tox -e py27 under Ubuntu 12.04 desktop 64 bit in a VM on my laptop with 4 GB or RAM allocated. The memory in the run creeps up to 4GB and then near the end, it drops back down to about 2GB and in the end, I get numerous tox failures, many indicating out of memory

[Yahoo-eng-team] [Bug 1258656] [NEW] Remove duplication in get_resource for services

2013-12-06 Thread Paul Michali
Public bug reported: In VPNaaS extension there is a code block in get_resources() that is very similar to other services (and with the additions being proposed for SSL VPN - two more cases). Should consider moving this up into a common module (base.py?) to remove duplication (assuming the

[Yahoo-eng-team] [Bug 1078490] Re: l3-agent failed to set default route when gateway_ip of subnet is outside cidr

2013-05-10 Thread Paul Michali
Wil mark invalid and have opened bug 1178675 for UT coverage enhancement. ** Changed in: quantum Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1078490