[openstack-dev] [neutron] Questions on logging setup for development

2013-12-06 Thread Paul Michali
ver later (changing the import line and pulling the if clause), once I have things mostly done, and want to run as part of Neutron, but it would be nice if I can find a way to do that up front to avoid changes later. Thoughts? Suggestions? Thanks! PCM (Paul Michali) MAIL p.

Re: [openstack-dev] [neutron] Questions on logging setup for development

2013-12-09 Thread Paul Michali
Thanks! That worked PCM (Paul Michali) MAIL p...@cisco.com IRCpcm_ (irc.freenode.net) TW@pmichali GPG key4525ECC253E31A83 Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83 On Dec 9, 2013, at 5:27 PM, Vishvananda Ishaya wrote: > >

Re: [openstack-dev] Implementing VPNaas in Openstack Grizzly release

2014-01-09 Thread Paul Michali
the device driver back to the service driver is timing out, so making sure they are all set up OK, would be useful. HTHs, PCM (Paul Michali) MAIL p...@cisco.com IRCpcm_ (irc.freenode.net) TW@pmichali GPG key4525ECC253E31A83 Fingerprint 307A 96BB 1A4C D2C7 931D

[openstack-dev] Neutron: Seeking suggestions about vendor service driver persisting info...

2014-01-27 Thread Paul Michali
ack. Thanks in advance! PCM (Paul Michali) MAIL p...@cisco.com IRCpcm_ (irc.freenode.net) TW@pmichali GPG key4525ECC253E31A83 Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83 signature.asc Description: Message sig

[openstack-dev] [Neutron] Interest in discussing vendor plugins for L3 services?

2014-02-03 Thread Paul Michali
be good for you, and I'll send out a notice on the ML of the time/date and we can discuss. Looking to hearing form you! PCM (Paul Michali) MAIL p...@cisco.com IRCpcm_ (irc.freenode.net) TW@pmichali GPG key4525ECC253E31A83 Fingerprint 307A 96BB 1A4C D2C7

Re: [openstack-dev] [Neutron] Interest in discussing vendor plugins for L3 services?

2014-02-15 Thread Paul Michali
houghts on this topic… hopefully we can enhance both the core and vendor services capabilities. Kind regards. PCM (Paul Michali) MAIL p...@cisco.com IRCpcm_ (irc.freenode.net) TW@pmichali GPG key4525ECC253E31A83 Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525

[openstack-dev] [Neutron] Urgent questions on Service Type Framework for VPNaaS

2014-02-15 Thread Paul Michali
that has to hack in part of the STF to be able to select the service driver based on config vs hardwired to the reference driver. Should I proceed with the STF review chaining or push out my code w/o the STF? Thanks! PCM (Paul Michali) MAIL p...@cisco.com IRCpcm_ (

[openstack-dev] Neutron: Need help with tox failure in VPN code

2014-03-03 Thread Paul Michali
ut there must be a better way! Thanks! PCM (Paul Michali) MAIL p...@cisco.com IRCpcm_ (irc.freenode.net) TW@pmichali GPG key4525ECC253E31A83 Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83 signature.asc Description: Message signed w

Re: [openstack-dev] Neutron: Need help with tox failure in VPN code

2014-03-04 Thread Paul Michali
lf).setUp( vpnaas_plugin=VPN_DRIVER_CLASS) Any advise? PCM (Paul Michali) MAIL p...@cisco.com IRCpcm_ (irc.freenode.net) TW@pmichali GPG key4525ECC253E31A83 Fingerprint 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83 On Mar 4, 2014, at 1

Re: [openstack-dev] Neutron: Need help with tox failure in VPN code

2014-03-04 Thread Paul Michali
enstack.org/#/c/74144 and https://review.openstack.org/#/c/74156, which should be passing Jenkins again. We are in the process of bringing up Tempest with these patches to provide 3rd party testing. I'd appreciate it very much, if you can (re)review these two change sets. Thanks! PCM

Re: [openstack-dev] [Neutron] Devstack failures related to q-vpn service

2015-01-14 Thread Paul Michali
Can you provide more info on what failures you are seeing? Regards, PCM PCM (Paul Michali) IRC pc_m (irc.freenode.com) Twitter... @pmichali On Wed, Jan 14, 2015 at 12:35 PM, Sukhdev Kapur wrote: > Hi All, > > I am seeing very frequent failures of devstack on our C

Re: [openstack-dev] [Neutron] Devstack failures related to q-vpn service

2015-01-14 Thread Paul Michali
Do you have access to the screen-q-vpn.log? Regards, PCM PCM (Paul Michali) IRC pc_m (irc.freenode.com) Twitter... @pmichali On Wed, Jan 14, 2015 at 2:24 PM, Sukhdev Kapur wrote: > HI Paul, > > Here is one of the typical log when this failure hits. > >

[openstack-dev] [neutron][vpnaas] Can we require kernel 3.8+ for use with StrongSwan IPSec VPN for Kilo?

2015-01-20 Thread Paul Michali
at is true? Also, if you can kindly review the code here: https://review.openstack.org/#/c/146508/5/neutron_vpnaas/services/vpn/common/netns_wrapper.py, I'd really appreciate it, as I'm not versed in the Linux proc files at all. Thanks! PCM (Paul Michali) IRC pc_m (irc.f

[openstack-dev] [neutron] CentOS and PID file deletion - any solutions?

2015-01-20 Thread Paul Michali
For review https://review.openstack.org/#/c/147852/, a workaround was created to resolve an issue with deleting a PID file. It adds a slash to the parent directory and then the ownership is correct and it works. Does anyone know of a permanent solution for this issue? Thanks! PCM (Paul Michali

Re: [openstack-dev] [neutron] Question on functional tests

2015-01-20 Thread Paul Michali
f there is an advantage in actually testing the system call (getaddrinfo), as part of this work? Thoughts? PCM (Paul Michali) IRC pc_m (irc.freenode.com) Twitter... @pmichali On Tue, Jan 20, 2015 at 3:02 PM, Kevin Benton wrote: > I don't believe we have any unit

Re: [openstack-dev] [neutron][vpnaas] Can we require kernel 3.8+ for use with StrongSwan IPSec VPN for Kilo?

2015-01-23 Thread Paul Michali
it is best to just do the simple thing for now. I wanted to double check though, to see if the alternatives could/should be considered. Regards, PCM PCM (Paul Michali) IRC pc_m (irc.freenode.com) Twitter... @pmichali On Fri, Jan 23, 2015 at 1:35 AM, Joshua Zhang wrote: >

Re: [openstack-dev] [neutron][vpnaas] Can we require kernel 3.8+ for use with StrongSwan IPSec VPN for Kilo?

2015-01-23 Thread Paul Michali
(Paul Michali) IRC pc_m (irc.freenode.com) Twitter... @pmichali On Fri, Jan 23, 2015 at 10:37 AM, Kyle Mestery wrote: > According to the patch author, the check isn't necessary at all. > > On Fri, Jan 23, 2015 at 7:12 AM, Paul Michali wrote: > >> To sum

Re: [openstack-dev] [Neutron][LBaaS][FWaaS][VPN] Admin status vs operational status

2014-03-17 Thread Paul Michali
ploy whole > config, etc PCM: I currently have the device driver deleting the IPSec connection, when ADMIN DOWN, but once REST API is in place, the device will just set the state to down and it can easily be set ADMIN UP. This is a timely subject (thanks for bringing it up)

Re: [openstack-dev] [Neutron][LBaaS][FWaaS][VPN] Admin status vs operational status

2014-03-17 Thread Paul Michali
Eugene, Won't we need that mixing anyway? If there is an admin down state, shouldn't that drive the status to down? Seems awkward to me, if an IPSec connection has a status of ACTIVE, but an admin state of ADMIN DOWN. Or were you thinking of something different? Regards, PCM (Pa

Re: [openstack-dev] [Neutron][LBaaS][FWaaS][VPN] Admin status vs operational status

2014-03-17 Thread Paul Michali
never > updated on any resource since when I started using Quantum! > Also, other IaaS network APIs that I am aware of ([3],[4],[5]) do not have > such concept; with the exception of [3] for the virtual router, if I'm not > wrong. PCM: It clearly is something commonly seen in t

[openstack-dev] VPNaaS API Doc core reviewer needed please…review 46569

2013-09-19 Thread Paul Michali
Hi, I've updated the API documentation and need a second core review so that I can commit this… it is a dependency for two other commits (client and Horizon), so would like to make sure this one is OK first. https://review.openstack.org/#/c/46569/1 Thanks! PCM (Paul Michali) M

[openstack-dev] [neutron] VPNaaS questions

2013-10-11 Thread Paul Michali
has already been defined. Regards, PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali signature.asc Description: Message signed with OpenPGP using GPGMail ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [neutron] VPNaaS (and services) questions

2013-10-11 Thread Paul Michali
Added several more questions inline… PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Oct 11, 2013, at 3:28 PM, Paul Michali wrote: > Hi folks, > > I have a bunch of questions for you on VPNaaS in specific, and services in > general..

Re: [openstack-dev] [neutron] VPNaaS questions

2013-10-12 Thread Paul Michali
Thanks for the responses Nachi! I combined them into one message. See @PCM inline… PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Oct 11, 2013, at 5:40 PM, Nachi Ueno wrote: > Hi Paul > > 2013/10/11 Paul Michali : >> Hi folks, >&g

Re: [openstack-dev] [neutron] VPNaaS questions

2013-10-14 Thread Paul Michali
See @PCM in-line… PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Oct 12, 2013, at 5:04 PM, Eugene Nikanorov wrote: > Hi folks, > > > I was wondering in general how providers can customize service features, > > based on their capab

[openstack-dev] VPNaaS questions...

2013-10-23 Thread Paul Michali
connections in different states? Have you guys tried VPNaaS with Havana and the now default ML2 plugin? I got a failure on connection create, saying that it could not find get_l3_agents_hosting_routers() attribute. I haven't looked into this yet, but will try as soon as I can. Thanks! PCM

Re: [openstack-dev] VPNaaS questions...

2013-10-23 Thread Paul Michali
See PCM: in-line. PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Oct 23, 2013, at 9:41 AM, Akihiro Motoki wrote: > Hi Paul, > > > On Wed, Oct 23, 2013 at 9:56 PM, Paul Michali wrote: >> >> Hi guys, >> >> Som

Re: [openstack-dev] VPNaaS questions...

2013-10-24 Thread Paul Michali
I put the client code out for review as WIP: https://review.openstack.org/#/c/53602/ Regards, PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Oct 23, 2013, at 4:53 PM, Nachi Ueno wrote: > Hi Paul > > I rebased the patch, and working on uni

Re: [openstack-dev] New Pycharm License

2013-11-12 Thread Paul Michali
Andrew, I'd like to try out PyCharms Pro. Can I get a license (I'm an ATC for Neutron area). Thanks! PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali signature.asc Description: Message signed with OpenPGP usi

[openstack-dev] [Horizon] Second MultipleChoiceList is not showing values...

2013-06-17 Thread Paul Michali
and vice versa, I see the list of policies in the "Available Networks" and nothing still in the "Available Policies" field. What am I missing/doing wrong, such that the policy choices information is not being filled out in the template? How does the populate_policy_c

[openstack-dev] Quantum -> neutron renaming and IRC?

2013-07-08 Thread Paul Michali
Does anyone know if the IRC channels have been renamed or will be renamed? PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http

[openstack-dev] [neutron] Renaming and code reviews...

2013-07-08 Thread Paul Michali
xt of the file, and a second one to move the file to a new location)? Just wondering if there is a way to make reviewing easier… PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali ___ OpenStack-dev mailing list OpenStac

Re: [openstack-dev] Quantum -> neutron renaming and IRC?

2013-07-08 Thread Paul Michali
Cool! Thanks! I'm preparing to setup IRC on another computer and adding my channels and was wondering about that. PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Jul 8, 2013, at 3:00 PM, Jeremy Stanley wrote: > On 2013-07-08 12:53:10 -040

[openstack-dev] [Neutron][API Doc] Easy way to generate JSON output for doc?

2013-07-31 Thread Paul Michali
then reformat the output (or is there way to do that easier)? I did try to use json.loads() on the RESP: output, but it threw an ValueError "Expecting property name: line 1 column 1 (char 1)" Ideas? PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net)

Re: [openstack-dev] [Neutron][API Doc] Easy way to generate JSON output for doc?

2013-07-31 Thread Paul Michali
h, or username/password for auth on the requests? I've been playing with using the CLI and --verbose, and then trying to extract the RESP:… output and run through JSON. A bit jacky, but it sorta works. PCM (Paul Michali) Contact info for Cisco users http://twiki.cisco.com/Main/pcm On Ju

Re: [openstack-dev] [Neutron][API Doc] Easy way to generate JSON output for doc?

2013-08-01 Thread Paul Michali
Yes that will! Copying and pasting the public key is difficult. Will try this out. Regards. PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Aug 1, 2013, at 2:43 AM, Morgan Fainberg wrote: > Paul, > > Depending on what version of keyston

[openstack-dev] VPNaaS API documentation… please review...

2013-08-19 Thread Paul Michali
https://review.openstack.org/#/c/41702/ Thanks! PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali signature.asc Description: Message signed with OpenPGP using GPGMail ___ OpenStack-dev mailing list OpenStack-dev

Re: [openstack-dev] [Neutron][VPNaaS] Supporting OpenSwan or StrongSwan or Both?

2013-08-20 Thread Paul Michali
do we have that mechanism defined?). Regards, PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Aug 19, 2013, at 6:15 PM, Nachi Ueno wrote: > Hi folks > > I would like to discuss whether supporting OpenSwan or StrongSwan or Both for > ipsec driv

[openstack-dev] [Neutron] Attribute validation questions (from review comments on 43559)

2013-08-27 Thread Paul Michali
, as the user could specify MTU first. If we don't test the MTU based on IPv4/6, then what do I use for a lower limit - the IPv4 limit of 68? Thanks! PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali signature.asc Description: Message signed with Ope

Re: [openstack-dev] [Neutron] HenryG addition to the Neutron Drivers team

2015-10-21 Thread Paul Michali
Congratulations Henry! On Wed, Oct 21, 2015 at 5:03 AM Ihar Hrachyshka wrote: > > > On 21 Oct 2015, at 05:14, Armando M. wrote: > > > > Hi folks, > > > > Henry has been instrumental in many areas of the projects and his crazy > working hours makes even Kevin and I bow in awe. > > > > Jokes asi

Re: [openstack-dev] [neutron] Stepping Down from Neutron Core Responsibilities

2015-11-05 Thread Paul Michali
Appreciate all the work Edgar! Regards, PCM On Thu, Nov 5, 2015 at 11:15 AM Miguel Lavalle wrote: > Hey Paisano, > > Thanks for your great contributions. > > Un abrazo > > On Wed, Nov 4, 2015 at 6:28 PM, Edgar Magana > wrote: > >> Dear Colleagues, >> >> I have been part of this community from

[openstack-dev] [neutron][vpnaas] VPNaaS project status

2015-11-12 Thread Paul Michali
Neutron community, During the past several releases, while leading the VPNaaS project, I've seen many great enhancements and features added to the VPNaaS project by the community, including support for StrongSwan, Libreswan, completion of the project split out, functional and rally tests, endpoint

Re: [openstack-dev] [neutron][vpnaas] VPNaaS project status

2015-11-13 Thread Paul Michali
ve done for VPNaaS, Paul! Your help and guidance > was (and is) always very helpful. > > On Thu, Nov 12, 2015 at 5:56 PM, Paul Michali wrote: > >> Neutron community, >> >> During the past several releases, while leading the VPNaaS project, I've >> seen many

Re: [openstack-dev] [Horizon][Neutron] dashboard repository for neutron subprojects

2015-11-25 Thread Paul Michali
I like the idea of doing a Horizon plugin, similar to a devstack plugin... So choice (c) is my preference, given my current understanding. May be good to try it on one subproject and see how it works out. Would give a concrete example to discuss. Regards, Paul Michali (pc_m) On Wed, Nov 25

Re: [openstack-dev] [Neutron][vpnaas] "SKIPPED: Neutron support is required" while running tox

2015-11-30 Thread Paul Michali
- older release or something). Regards, Paul Michali (pc_m) On Mon, Nov 30, 2015 at 4:33 AM Ihar Hrachyshka wrote: > bharath wrote: > > > Hi, > > > > when running tox "sudo -u stack -H tox -e api > > neutron.tests.api.test_vpnaas_extensions" > >

Re: [openstack-dev] [OpenStack-Infra] IRC Bot issues

2015-11-30 Thread Paul Michali
Check out https://freenode.net/irc_servers.shtml which lists the servers. I was using irc.freenode.net. Switched to weber.freenode.net and able to connect. (now everyone will hop on that one and I'll have to pick another :) On Mon, Nov 30, 2015 at 2:46 PM Clark, Jay wrote: > Can't connect eit

[openstack-dev] [neutron][neutron-*] Notice! pylint breakage

2015-12-01 Thread Paul Michali
needed. Thanks to blogan, ZZelle, fungi, anteaya, lifeless, ajmiller and others for helping investigate and come up with the approach on this issue! Regards, Paul Michali (pc_m) __ OpenStack Development Mailing List (not for usa

Re: [openstack-dev] [neutron][neutron-*] Notice! pylint breakage

2015-12-01 Thread Paul Michali
n't see this carnage. Regards, Paul Michali (pc_m) On Tue, Dec 1, 2015 at 6:44 AM Paul Michali wrote: > I found a problem yesterday running pep8 locally in neutron-lbaas. After > discussing with LBaaS team, we identified that there is a problem with > pylint. The same issues were

Re: [openstack-dev] [neutron][neutron-*] Notice! pylint breakage

2015-12-01 Thread Paul Michali
https://review.openstack.org/#/c/251874/, which needs the fix to requirements project. Thoughts? PCM On Tue, Dec 1, 2015 at 10:29 AM Gary Kotton wrote: > Should we not be updating this in the requirements project? > > From: Paul Michali > Reply-To: OpenStack List > Date: Tuesday, Decembe

Re: [openstack-dev] Announcing the OpenStack Health Dashboard

2015-12-04 Thread Paul Michali
Sweet! On Fri, Dec 4, 2015 at 3:40 PM Matthew Treinish wrote: > Hi Everyone, > > As some people may have seen already we've been working on creating a test > results dashboard up and running to visualize the state of the tests > running in > the gate. You can get to the dashboard here: > > http

[openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-03 Thread Paul Michali
Hi! I've been playing with Liberty code a bit and had some questions that I'm hoping Nova folks may be able to provide guidance on... If I set up a flavor with hw:mem_page_size=2048, and I'm creating (Cirros) VMs with size 1024, will the scheduling use the minimum of the number of huge pages avai

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-03 Thread Paul Michali
See PCM inline... On Fri, Jun 3, 2016 at 8:44 AM Daniel P. Berrange wrote: > On Fri, Jun 03, 2016 at 12:32:17PM +0000, Paul Michali wrote: > > Hi! > > > > I've been playing with Liberty code a bit and had some questions that I'm > > hoping Nova fol

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-03 Thread Paul Michali
one of the NUMA spaces. > > > > Having a look at the KVM XML can also help a bit if you are debugging. > > > > Tim > > > > *From: *Paul Michali > *Reply-To: *"OpenStack Development Mailing List (not for usage > questions)" > *Date: *Friday 3 J

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-07 Thread Paul Michali
e and was in error state, I could delete the VM, but the Neutron port was still there. Is that correct? I didn't see any log messages in neutron, requesting to unbind and delete the port. Thanks! PCM . On Fri, Jun 3, 2016 at 2:03 PM Paul Michali wrote: > Thanks for the link Tim! >

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-09 Thread Paul Michali
On Wed, Jun 8, 2016 at 11:21 PM Chris Friesen wrote: > On 06/03/2016 12:03 PM, Paul Michali wrote: > > Thanks for the link Tim! > > > > Right now, I have two things I'm unsure about... > > > > One is that I had 1945 huge pages left (of size 2048k) and t

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-10 Thread Paul Michali
I'll try to reproduce and collect logs for a bug report. Thanks for the info. PCM On Thu, Jun 9, 2016 at 9:43 AM Matt Riedemann wrote: > On 6/9/2016 6:15 AM, Paul Michali wrote: > > > > > > On Wed, Jun 8, 2016 at 11:21 PM Chris Friesen > > mailto:chris

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-10 Thread Paul Michali
See PCM: Inline... On Thu, Jun 9, 2016 at 11:42 AM Steve Gordon wrote: > - Original Message - > > From: "Paul Michali" > > To: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> > > S

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-10 Thread Paul Michali
ng on with the neutron port not being released - we have another person in my group who has seen the same issue. Regards, PCM On Fri, Jun 10, 2016 at 4:41 AM Daniel P. Berrange wrote: > On Thu, Jun 09, 2016 at 12:35:06PM -0600, Chris Friesen wrote: > > On 06/09/2016 05:15 AM, Paul

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-10 Thread Paul Michali
Any thoughts? PCM On Fri, Jun 10, 2016 at 9:05 AM Paul Michali wrote: > Thanks Daniel and Chris! I think that was the problem, I had configured > Nova flavor with a mem_page_size of 1024, and it should have been one of > the supported values. > > I'll go through and che

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-13 Thread Paul Michali
;t know why I cannot repeat what I did on 6/3, where I changed hw:mem_page_size from "large" to "2048"and it worked, allocation to each of the two NUMA nodes. :( Regards, PCM On Fri, Jun 10, 2016 at 9:16 AM Paul Michali wrote: > Actually, I had menm_page_size set to "lar

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-14 Thread Paul Michali
Chris Friesen wrote: > On 06/13/2016 02:17 PM, Paul Michali wrote: > > Hmm... I tried Friday and again today, and I'm not seeing the VMs being > evenly > > created on the NUMA nodes. Every Cirros VM is created on nodeid 0. > > > > I have the m1/small flavor (@GB) sel

Re: [openstack-dev] [VPNaaS] Support for Stronger hashes and combined mode ciphers

2016-06-14 Thread Paul Michali
Certainly the ciphers and hashes could be enhanced for VPNaaS. This would require converting the user selections into options for the underlying device driver, modifying the neutron client (OSC) to allow entry of the new selections, updating unit tests, and likely adding some validators to reject t

Re: [openstack-dev] [VPNaaS] Support for Stronger hashes and combined mode ciphers

2016-06-14 Thread Paul Michali
I think Kyle polled operators and a few mentioned using VPNaaS for site-to-site IPSec - do a search in this ML for VPNaaS. AFAIK, no one so far is stepping up to work on VPNaaS. Regards, PCM On Tue, Jun 14, 2016 at 1:40 PM Mark Fenwick wrote: > Hi Paul, > > On 06/14/16 10:27, Pau

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-14 Thread Paul Michali
? Thanks! PCM On Tue, Jun 14, 2016 at 1:09 PM Paul Michali wrote: > Great info Chris and thanks for confirming the assignment of blocks of > pages to a numa node. > > I'm still struggling with why each VM is being assigned to NUMA node 0. > Any ideas on where I should loo

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-15 Thread Paul Michali
Awesome Jay! Do you think this is something that can be backporting to Liberty w/o other dependencies? We're running Liberty on our system right now. On Tue, Jun 14, 2016 at 4:10 PM Jay Pipes wrote: > On 06/14/2016 12:30 PM, Paul Michali wrote: > > Well, looks like we figur

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-15 Thread Paul Michali
Yeah, was thinking more of technically vs policy. Wondering if there are other dependencies or if I could patch this into a Liberty code base. On Wed, Jun 15, 2016 at 12:38 PM Jay Pipes wrote: > On 06/15/2016 03:58 AM, Paul Michali wrote: > > Awesome Jay! > > > > Do you th

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-15 Thread Paul Michali
Is the plan to back port that change to Mitaka? Thanks, PCM On Wed, Jun 15, 2016 at 1:31 PM Matt Riedemann wrote: > On 6/14/2016 3:09 PM, Jay Pipes wrote: > > > > Yes. Code merged recently from Sahid does this: > > > > https://review.openstack.org/#/c/277422/ > > > > Best, > > -jay > > > > Th

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-22 Thread Paul Michali
ize, used=0, total=pages.total - _get_reserved_memory_for_cell( self, cell.id, pages.size)) for pages in cell.mempages] If we do this, would it avoid issues with back porting the change? Thanks! PCM On Wed, Jun 15, 2016 at 5:52 PM Matt Riedemann wrote: > On 6/15/2016 3:10 PM, Paul Micha

Re: [openstack-dev] [neutron][vpnaas] VPNaaS tox api failure

2016-04-07 Thread Paul Michali
Are you running the test locally? IIRC, the tempest based API tests for VPN have been (are being) moved to the VPN repo, but I don't know if a job was ever created for this so that the tests actually run. You may want to check with the author who moved the tests (madhusudan-kandadai) under commit

Re: [openstack-dev] [neutron] Social at the summit

2016-04-25 Thread Paul Michali
+1 On Mon, Apr 25, 2016, 5:32 PM Armando M. wrote: > On 25 April 2016 at 10:01, Ihar Hrachyshka wrote: > >> WAT??? >> >> It was never supposed to be core only. Everyone is welcome! >> > > In fact this should be cross-posted the other openstack ML too. > > >> Sent from my iPhone >> >> > On 25 Ap

Re: [openstack-dev] [Neutron] Gate failure with grenade

2015-12-14 Thread Paul Michali
Thanks Sean! On Mon, Dec 14, 2015 at 12:58 PM Armando M. wrote: > On 14 December 2015 at 09:51, Sean Dague wrote: > >> On 12/14/2015 12:32 PM, Armando M. wrote: >> > Hi folks, >> > >> > Something snuck in past the gate last night [1]. Please stop rechecking >> > and pushing in the merge queue u

[openstack-dev] [neutron] FYI: Updated wiki on creating functional jobs

2016-01-11 Thread Paul Michali
I revised the wiki page that I created previously on how to add functional jobs to the gate. I added more details, indicated about getting liaison review, and added some miscellaneous information on templates, skipping tests, and making tests release based. Ref: https://wiki.openstack.org/wiki/Neu

[openstack-dev] [neutorn][neutron-lib] Proposal for callback mechanism migration

2016-01-12 Thread Paul Michali
param dict, at the expense of more of a change impact (32 places/9 files). Looking forward to community feedback on this... Regards, Paul Michali (pc_m) __ OpenStack Development Mailing List (not for usage questions) U

[openstack-dev] [neutron][neutron-lib] Proposal for callback mechanism migration

2016-01-13 Thread Paul Michali
proposal (A). I think plan A gives more flexibility in converting kwargs into a param dict, at the expense of more of a change impact (32 places/9 files). Looking forward to community feedback on this... Regards, Paul Michali (pc_m) __

Re: [openstack-dev] [infra] Gate is broken

2016-01-29 Thread Paul Michali
Thanks for hopping on it quickly! On Fri, Jan 29, 2016 at 10:41 AM Michael Krotscheck wrote: > Hey everyone! > > Since the summit submission deadline is this weekend, we (the infra team) > have decided that it's an excellent time to break all of our slaves, so you > can go and submit your talk

Re: [openstack-dev] Announcing a simple new tool: git-restack

2016-02-02 Thread Paul Michali
Sounds interesting... the link https://docs.openstack.org/infra/git-restack/ referenced as the home page in PyPI is a broken link. Regards, PCM On Tue, Feb 2, 2016 at 12:54 PM James E. Blair wrote: > Hi, > > I'm pleased to announce a new and very simple tool to help with managing > large patc

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
Thanks Salvatore for the responses. See @PCM in-line... On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando wrote: > Some comments inline. > > Salvatore > > On 6 July 2015 at 20:00, Paul Michali wrote: > >> Hi, >> >> I have some urgent requests about m

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
And for the query, it involves several table references (Router, Port, IPAllocation). On Tue, Jul 7, 2015 at 8:00 AM Paul Michali wrote: > Thanks Salvatore for the responses. See @PCM in-line... > > > > On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando > wrote: > &g

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
39 GMT+09:00 Henry Gessau : > >> On Tue, Jul 07, 2015, Paul Michali >> wrote: >> >> Thanks Salvatore for the responses. See @PCM in-line... >> >> >> >> On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando >> wrote: >> >>> Some com

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
turn _parse_rfc1738_args(name_or_url) File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/url.py", line 235, in _parse_rfc1738_args "Could not parse rfc1738 URL from string '%s'" % name) sqlalchemy.exc.ArgumentError: Could not parse rfc1738 URL f

[openstack-dev] [neutron] Breakage by commit 18bc67d56faef30a0f73429a5ee580e052858cb5

2015-07-07 Thread Paul Michali
I'm seeing that neutron-vpn repo py27 tests are now failing. Did a git bisect in Neutron and found that this commit is causing the failure (not sure what's broken). commit 18bc67d56faef30a0f73429a5ee580e052858cb5 Author: armando-migliaccio Date: Thu Jul 2 12:56:24 2015 -0700 COMMON_PREFIXE

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
er issue lurking. > > Salvatore > > On 7 July 2015 at 17:44, Paul Michali wrote: > >> Salvatore, >> >> I changed head to the version before my new one, and then tried to >> upgrade and I see this: >> neutron-db-manage --config-file /opt/stack/neutron

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
I have that change in the neutron repo that is being used with by this neutron-vpnaas repo. On Tue, Jul 7, 2015 at 3:12 PM Mike Bayer wrote: > > > On 7/7/15 1:28 PM, Paul Michali wrote: > > HEAD, head, 24f28869838b (my new file) all say the same thing. :( > > > On Tue,

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
I found the issue. The upgrade is looking for config to have [database] section and connection definition. If I use /etc/neutron/neutron.conf, then the neutron-db-manage runs. On Tue, Jul 7, 2015 at 3:38 PM Paul Michali wrote: > I have that change in the neutron repo that is being used w

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
ySWLImpl." and "Will assume non-transactional DDL." I put a "import pdb; pdb.set_trace() in my migration file, but it never reaches that. What am I possibly missing? Regards, PCM On Tue, Jul 7, 2015 at 4:04 PM Paul Michali wrote: > I found the issue. The upgrade is look

Re: [openstack-dev] [Neutron] Proposing Cedric Brandily to Neutron Core Reviewer Team

2015-07-24 Thread Paul Michali
Great to see you added as a core! On Thu, Jul 23, 2015 at 3:02 AM Somanchi Trinath < trinath.soman...@freescale.com> wrote: > Congratulations Cedric. J > > > > *From:* Miguel Lavalle [mailto:mig...@mlavalle.com] > *Sent:* Wednesday, July 22, 2015 10:32 PM > *To:* OpenStack Development Mailing L

[openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-24 Thread Paul Michali
Hi, I've created a DevStack plugin for the neutron-vpnaas repo. Now, I'm trying to remove the q-vpn service setup from the DevStack repo ( https://review.openstack.org/#/c/201119/). However, I'm hitting an issue in that (almost) every test that uses DevStack fails, because it is no longer setting

Re: [openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-27 Thread Paul Michali
re some common location where I can enable the plugin to handle all DSVM based jobs, do I just update the 5 failing tests, do I update just the 3 voting tests, or do I update all 16 DSVM based jobs? Regards, PCM On Fri, Jul 24, 2015 at 5:12 PM Clark Boylan wrote: > On Fri, Jul 24, 2015, at 02

Re: [openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-27 Thread Paul Michali
e > assumption that neutron base services are sufficiently tested elsewhere, > and the only thing you should test is the additional function and > complexity that your component brings to the mix. > > -Sean > > On 07/27/2015 07:44 AM, Paul Michali wrote: > >

[openstack-dev] [neutron][vpnaas] No VPNaaS IRC meeting Tuesday, July 27th.

2015-07-27 Thread Paul Michali
eutron IRC channel or ML to discuss items. Regards, Paul Michali (pc_m) __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.ope

Re: [openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-27 Thread Paul Michali
08:21 AM, Paul Michali wrote: > > Maybe I'm not explaining myself well (sorry)... > > > > For VPN commits, there are functional jobs that (now) enable the > > devstack plugin for neutron-vpnaas as needed (and grenade job will do > > the same). From the neutron-v

[openstack-dev] [neutron][vpnaas] Next IRC meeting - Tuesday, August 4th.

2015-08-03 Thread Paul Michali
Will hold another meeting tomorrow. If you have items for the agenda, please update the Wiki. Regards, Paul Michali (pc_m) __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ

Re: [openstack-dev] [neutron] I am pleased to propose two new Neutron API/DB/RPC core reviewers!

2015-08-23 Thread Paul Michali
Congratulations Brandon and Russell! On Sat, Aug 22, 2015 at 6:36 PM Doug Wiegley wrote: > New guys have to plan the liberty summit get together, right? :) > > > Doug > > > On Aug 22, 2015, at 2:06 PM, Kyle Mestery wrote: > > It's been over a week, so I'd like to welcome Brandon and Russell to

[openstack-dev] [neutron][vpnaas] Need community guidance please...

2015-08-24 Thread Paul Michali
g) and IPSec connection API (delete peer_cidrs arg, and add local_endpoints and peer_endpoints args). Do we modify the URI so that it calls out v3 (versus v2)? Where do we do that? I'm unsure of the mechanism of increasing the version. Thanks in advance for any guidance here on how this should

Re: [openstack-dev] [neutron][vpnaas] Need community guidance please...

2015-08-24 Thread Paul Michali
isting extension, as part of v2.0. We can, at a later time, break it out into a new extension module, if needed. Jay, there isn't any micro-versioning yet for neutron-vpnaas repo. Regards, PCM On Mon, Aug 24, 2015 at 11:49 AM Jay Pipes wrote: > Hi Paul, comments inline... > > On

[openstack-dev] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-24 Thread Paul Michali
have concerns about the proposal. Regards, Paul Michali (IRC pc_m) VPNaaS Core Ref: https://review.openstack.org/#/c/191944/ __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ

Re: [openstack-dev] [neutron] How do we handle test jobs for neutron client?

2015-08-24 Thread Paul Michali
Could use some consensus on how to proceed here... Can the cores weigh in here? Regards, PCM On Thu, Aug 20, 2015 at 10:54 AM Paul Michali wrote: > I'm trying to update the DSVM test for neutron client so that it uses the > new VPN devstack plugin. In this process, however, I wan

Re: [openstack-dev] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-24 Thread Paul Michali
. Regards, Paul Michali (pc_m) On Mon, Aug 24, 2015 at 3:50 PM Xav Paice wrote: > On 25/08/15 06:32, Paul Michali wrote: > > As part of the effort to provide support for multiple local subnets for > VPNaaS IPSec connections, there are three API changes planned [1]. > > One is t

Re: [openstack-dev] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-24 Thread Paul Michali
Thanks Kevin, I think I was only seeing messages that had also replied all to openstack-dev mailing list (I wasn't on openstack-operators, until today). Regards, Paul Michali (pc_m) On Mon, Aug 24, 2015 at 5:11 PM Kevin Benton wrote: > It sounds like you might have missed a couple r

Re: [openstack-dev] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-25 Thread Paul Michali
d take a pair of endpoint group IDs (one for the local subnet(s) formally specified by the service API, and one for peer CIDRs). Regards, Paul Michali (pc_m) On Mon, Aug 24, 2015 at 5:32 PM Xav Paice wrote: > I'm sure I'm not the only one that finds the vast amount of traffic in

  1   2   3   >