Re: [openstack-dev] [all] Replace mysql-python with mysqlclient

2015-05-12 Thread Kevin Benton
Arguably if we're actually seeing performance issues then it's not a distraction but rather a real problem that needs fixing. The important take-away from the thread is that we aren't anywhere near hitting python limits though. Our main bottleneck is due to the fact that we are serializing all DB

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Markus Zoeller
When I started with Nova (2Q14) I had a hard time to get into it because there weren't enough diagrams for me. Personally, I prefer images over ASCII art. But the package sphinxcontrib-aafig [1] could be a good tradeoff between the people who like ASCII and the others who like to see images. [1]

Re: [openstack-dev] [Cinder] Static Ceph mon connection info prevents VM restart

2015-05-12 Thread Arne Wiebalck
Here’s Dan’s answer for the exact procedure (he replied, but it bounced): We have two clusters with mons behind two DNS aliases: cephmon.cern.ch: production cluster with five mons A, B, C, D, E cephmond.cern.ch: testing cluster with five mons X, Y, Z The procedure was: 1. Stop mon on

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-12 Thread Renat Akhmerov
Zane, Fully agree with you vision here. On 12 May 2015, at 07:15, Zane Bitter zbit...@redhat.com wrote: * Add an action in Mistral for sending a message to a Zaqar queue. This is easy and there's no reason you couldn't do it right now. Any volunteers? * Add a way to trigger a Mistral

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-12 Thread Fox, Kevin M
Barbican has the same issue. If Barbican is for storing secrets, how do you get a secret to the VM so it can get its secrets from Barbican? Aaaggg! :) I've been working on a solution here: https://blueprints.launchpad.net/barbican/+spec/vm-integration We're planning on talking more about

[openstack-dev] [Congress] summit events

2015-05-12 Thread Tim Hinrichs
For those of you interested in the Congress events at the summit, here's a list. That list is also available at: https://libertydesignsummit.sched.org/?s=congress 1. Talks (On delegation) Helping Telcos go Green and save OpEx via Policy Wed, May 20 2:40-3:20, Room 110

Re: [openstack-dev] [neutron]Anyone looking at support for VLAN-aware VMs in Liberty?

2015-05-12 Thread Moshe Levi
Hi Erik, Mellanox is also interested in it but for ML2 plugin with and sriov-nic-switch mechanism driver. I planning to do agent support for the sriov-nic-switch (when the driver will support it), but if you need help in other places I can also pitch in. -Original Message- From: Jay

Re: [openstack-dev] [neutron]Anyone looking at support for VLAN-aware VMs in Liberty?

2015-05-12 Thread Scott Drennan
On Friday, May 8, 2015, Erik Moe erik@ericsson.com wrote: I have not been able to work with upstreaming of this for some time now. But now it looks like I may make another attempt. Who else is interested in this, as a user or to help contributing? I'm looking at it for Nuage Networks

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Clint Byrum
Excerpts from Jeremy Stanley's message of 2015-05-12 08:35:40 -0700: One up side to keeping simple diagrams as ASCII art (and converting to something more palatable via a Sphinx plugin) is that people browsing the source code can just read it--this is the same reason we have a preference for

[openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Vinod Pandarinathan (vpandari)
Hello, I'm pleased to announce the development of a new project called CloudPulse. CloudPulse provides Openstack health-checking services to both operators, tenants, and applications. This project will begin as a StackForge project based upon an empty cookiecutter[1] repo. The repos to

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Fox, Kevin M
Nagios/watever As A Service would actually be very useful I think. Setting up a monitoring server is a fair amount of work. If Cloud Apps downloaded from an OpenStack Catalog had a Monitoring Heat resource built in, that would register the launched app with a multitenant aware Cloud Monitoring

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Jay Pipes
For operators: * Nagios * Icinga * Zabbix installed on baremetal machines deployed with the OpenStack and other infrastructure services. For tenants: * Nagios * Icinga * Zabbix installed on their VMs. Why are we re-inventing excellent open-source implementations of monitoring systems

Re: [openstack-dev] [chef][infra] #openstack-meeting-5 proposal to open up

2015-05-12 Thread JJ Asghar
On May 12, 2015, at 4:53 AM, Jan Klare j.kl...@x-ion.de wrote: i think you meant 16:00 UTC == 16:00 GMT == 17:00 BST for our meeting on Monday? Regarding the official meeting room: it would be great if we could get one :) Yep, you are correct. The mixture of GMT and UTC seems to have

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Jeremy Stanley
On 2015-05-12 10:04:11 -0700 (-0700), Clint Byrum wrote: It's a nice up side. However, as others have pointed out, it's only capable of displaying the most basic pieces of the architecture. For higher level views with more components, I don't think ASCII art can provide enough bandwidth to

Re: [openstack-dev] [chef][infra] #openstack-meeting-5 proposal to open up

2015-05-12 Thread JJ Asghar
On May 12, 2015, at 6:56 AM, Thierry Carrez thie...@openstack.org wrote: JJ Asghar wrote: We have our official meeting time at 1500UTC/1600GMTorBST on Monday and it seems all the rooms are taken. Is it possible to open up #openstack-meeting-5? I asked in #openstack-infra and fungi

Re: [openstack-dev] [nova][cinder][neutron][security] Rootwrap discussions at OSSG mid-cycle

2015-05-12 Thread Thierry Carrez
Lucas Fisher wrote: We spent some time at the OSSG mid-cycle meet-up this week discussing root wrap, looking at the existing code, and considering some of the mailing list discussions. Summary of our discussions:

[openstack-dev] [Nutron] Extending database schema from 3rd-party plugin

2015-05-12 Thread Alexey I. Froloff
Greetings! I am developing ML2 type/mech plugin for some very special environment. Because this environment is very special (using addressing based on physical hypervisor location), it will be separate package, I don't plan to alter Neutron code. And this plugin needs to store some information

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-12 Thread Georgy Okrokvertskhov
There is one thing which still bothers me. It is authentication. Right now with separate RabbitMQ instance we keep VMs authentication isolated from OpenStack infra. This is still a problem if you want to use webhooks (Heat autoscaling, Murano actions) via our own authentication models. If we plan

Re: [openstack-dev] Who is using nova-docker? (Re: [nova-docker] Status update)

2015-05-12 Thread Fawad Khaliq
On Mon, May 11, 2015 at 7:14 PM, Davanum Srinivas dava...@gmail.com wrote: Good points, Dan and John. At this point it may be useful to see who is actually using nova-docker. Can folks who are using any version of nova-docker, please speak up with a short description of their use case? I am

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Sean Dague
On 05/12/2015 01:12 PM, Jeremy Stanley wrote: On 2015-05-12 10:04:11 -0700 (-0700), Clint Byrum wrote: It's a nice up side. However, as others have pointed out, it's only capable of displaying the most basic pieces of the architecture. For higher level views with more components, I don't

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Maish Saidel-Keesing
On 05/12/15 20:48, Jay Pipes wrote: For operators: * Nagios * Icinga * Zabbix installed on baremetal machines deployed with the OpenStack and other infrastructure services. For tenants: * Nagios * Icinga * Zabbix installed on their VMs. Why are we re-inventing excellent open-source

Re: [openstack-dev] [chef] 2015-05-11 Status Meeting

2015-05-12 Thread JJ Asghar
On May 11, 2015, at 2:36 PM, JJ Asghar jasg...@chef.io wrote: Here’s a link[1] to the status meeting for this week. Just as a reminder we are officially moving the 1600GMT time slot as of next week. I’m still in the process of finding the official channel and i’ll respond to this email

Re: [openstack-dev] [neutron]Anyone looking at support for VLAN-aware VMs in Liberty?

2015-05-12 Thread Erik Moe
Hi All, Great! In my view it looks like a lot of interest in this. Now some other news, after more internal discussions it now looks like I will not work with this. Petr Savelyev will take over from Ericsson side. I wish him the best of luck! Thanks, Erik -Original Message- From:

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Jay Pipes
On 05/12/2015 02:16 PM, Fox, Kevin M wrote: Nagios/watever As A Service would actually be very useful I think. I don't really understand why Nagios-as-a-Service would be useful to operators. I mean, operators install their monitoring system of choice via their configuration management tool

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Vinod Pandarinathan (vpandari)
Very True. However the way I see these are extensions/plugins to cloudpulse framework, so when these are available, the data from these tools are exposed. Openstack health service provides an overall framework with out assumptions on what is installed on the underlying cloud. The service is

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Jay Pipes
On 05/12/2015 02:24 PM, Vinod Pandarinathan (vpandari) wrote: Very True. However the way I see these are extensions/plugins to cloudpulse framework, so when these are available, the data from these tools are exposed. Openstack health service provides an overall framework with out assumptions

[openstack-dev] [Murano] Liberty Design Summit: Etherpads

2015-05-12 Thread Serg Melikyan
Hi folks, Please take a look to our agenda for the Liberty Design Summit [1] You can find etherpads for all proposed sessions on the wiki [2] Feel free to propose topics for discussion on the Contributors Meetup under Proposed Agenda Items section in the corresponding etherpad [3]. References:

Re: [openstack-dev] [trove][zaqar] Trove and Zaqar integration. Summit working session (was: [all] who is the ptl of trove?) [imm]

2015-05-12 Thread Doug Shelley
Flavio, Looks like the Zaqar Work Session at 5pm on Thursday would be convenient for some of the Trove folks. Would that work for the Zaqar gang for this discussion? Regards, Doug On 2015-05-11, 4:17 PM, Flavio Percoco fla...@redhat.com wrote: On 11/05/15 19:35 +, Amrith Kumar wrote: One

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Fox, Kevin M
Hooking it into Zaqar would be awesome too. Once you can trigger Mistral workflows based on Zaqar messages, just imagine the possibilities... Kevin From: Steven Dake (stdake) Sent: Tuesday, May 12, 2015 12:02:59 PM To: OpenStack Development Mailing List (not for

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Steven Dake (stdake)
Kevin, This is a great idea that would make a solid extension to the software. If I read the wiki page correctly, the real goal is for operators and tenants to be able to be notified via querying the ReST API so they could write their own email/pager-duty app. Regards -steve On 5/12/15, 11:16

[openstack-dev] [chef] OpenStack-Chef Dev Meetup

2015-05-12 Thread JJ Asghar
Hey Everyone! I’d like to announce the OpenStack-Chef Dev Meetup in Vancouver. We have an etherpad[1] going with topics people would like to discuss. I haven’t found a room or space for us yet, but when I do I’ll comment back on this thread and add it to the etherpad. We do have a time though

Re: [openstack-dev] [release] python-novaclient 2.25.0

2015-05-12 Thread Matt Riedemann
On 5/12/2015 10:35 AM, Matt Riedemann wrote: https://launchpad.net/python-novaclient/+milestone/2.25.0 mriedem@ubuntu:~/git/python-novaclient$ git log --no-merges --oneline 2.24.1..2.25.0 0e35f2a Drop use of 'oslo' namespace package 667f1af Reuse uuidutils frim oslo_utils 4a7cf96 Sync latest

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-12 Thread Georgy Okrokvertskhov
+1 for Keystone based solution. Keystone is an identity service for OpenStack so we have to make sure that Keystone supports our use case for authentication and authorization for clients inside VMs. Thanks Gosha On Tue, May 12, 2015 at 10:32 AM, Fox, Kevin M kevin@pnnl.gov wrote: Barbican

Re: [openstack-dev] [Solum] Solum PTL Candidacy Open

2015-05-12 Thread Adrian Otto
Solum Electorate, I just wanted to follow up and confirm that no opposing candidates were nominated, so I will serve as your PTL until the next election time at the conclusion of the Liberty release cycle. Regards, Adrian Otto On Apr 18, 2015, at 12:03 AM, Adrian Otto

Re: [openstack-dev] [Nutron] Extending database schema from 3rd-party plugin

2015-05-12 Thread Kevin Benton
If you have a pretty simple schema that isn't tightly integrated into the broader neutron schema, you could could always just resort to detecting of the schema during your ml2 driver initialization and just create the schema with SQL statements right then. The advantage to that approach is that

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Richard Raseley
On 05/12/2015 01:20 PM, Vinod Pandarinathan (vpandari) wrote: Hello, I'm pleased to announce the development of a new project called CloudPulse. CloudPulse provides Openstack health-checking services to both operators, tenants, and applications. This project will begin as a StackForge project

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Julien Danjou
On Tue, May 12 2015, Steven Dake (stdake) wrote: This is a great idea that would make a solid extension to the software. If I read the wiki page correctly, the real goal is for operators and tenants to be able to be notified via querying the ReST API so they could write their own

Re: [openstack-dev] [Neutron] - Neutron social Monday night

2015-05-12 Thread Jay Pipes
On 05/12/2015 04:16 PM, Kevin Benton wrote: http://lockwaittimeoutexceeded.rsvpify.com/ Hah, that is awesome :) -jay __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [neutron]Anyone looking at support for VLAN-aware VMs in Liberty?

2015-05-12 Thread Ildikó Váncsa
Hi All, Thanks for showing interest in this feature proposal. Some additional info to what Erik mentioned below: The blueprint patch will soon be updated to target the Liberty release: https://review.openstack.org/#/c/94612/ There will also be a design summit session about this topic on

[openstack-dev] [Magnum] Survey

2015-05-12 Thread P Rivera
Hello All Magnum Developers, Users, and Fans: Please take a few moments to complete our OpenStack / Magnum survey. Your feedback is appreciated!: http://goo.gl/forms/W6ggrLiYFv Thank you, -Perry Rivera OpenStack / Magnum

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Fox, Kevin M
It totally depends on how much experience you think a tenant user has... If we're talking about devops, they tend to have the skills to stand up a configuration management server, a monitoring server, and manage everything via config management. If tenant users are research scientists, like

[openstack-dev] [Neutron] - Neutron social Monday night

2015-05-12 Thread Kevin Benton
Hello all, I thought it would be fun to have a get-together for Neutron developers (and anyone else interested in Neutron development) on Monday night to get acquainted before we get into the design sessions on Tuesday. I am planning on 8 PM so people will have time to finish the booth crawl.

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-12 Thread Stan Lagun
We are going to have a design session at the summit entirely dedicated to Murano guest agent security and isolation. Everyone is welcomed to attend and discuss security requirements, concerns and possible solutions. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Georgy Okrokvertskhov
Here is the way how we do VM level monitoring in application catalog. There is an application Nagios which will deploy a Nagios VM to the user tenant. And this Nagios application exposes abstracted monitoring app interface to add probes and checks. Another application, Ceilometer Alarm also allows

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Vinod Pandarinathan (vpandari)
There are several differences: 1. Cloudpulse does not need any agent or special software installed on the underlying cloud, the service can be installed on a tenant VM having access to API network. 2. Cloudpulse can be configured for running specific test groups periodically exercising core

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Devananda van der Veen
In ironic, we have use asciiflow several times quite successfully in the spec process. We also maintain in-tree docs with .PNG graphics, and versioning those has been a bit of a pain. They were originally taken out of slide decks, and served their purpose, but really ought to be in a different

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Fox, Kevin M
Cool, but using nagios or the like to trigger app level actions is not what I'm primarily interested in. Mostly the reverse. Its for the app definition to provide the information nessisary for a monitoring system to report to the user when something is very wrong and needs intervention. For

Re: [openstack-dev] [neutron][infra][release] neutron-lbaas CI job issues

2015-05-12 Thread James E. Blair
Robert Collins robe...@robertcollins.net writes: tl;dr: - NEVER clone from git.openstack.org during CI. Use the local cache. - ALWAYS use the ZUUL_REF (http://ci.openstack.org/zuul/launchers.html#common-parameters) when using git sources, so that you test what zuul expects to be tested.

Re: [openstack-dev] [Cinder] Static Ceph mon connection info prevents VM restart

2015-05-12 Thread Josh Durgin
On 05/12/2015 12:06 AM, Arne Wiebalck wrote: Here’s Dan’s answer for the exact procedure (he replied, but it bounced): We have two clusters with mons behind two DNS aliases: cephmon.cern.ch: production cluster with five mons A, B, C, D, E cephmond.cern.ch: testing cluster with five mons

Re: [openstack-dev] [release] python-novaclient 2.25.0

2015-05-12 Thread Joe Gordon
And openstackclient 1.0.4 broke grenade: https://bugs.launchpad.net/python-openstackclient/+bug/1454467 I think we need a 1.1 release for trunk and make sure caps are set so its not used in stable/kilo. Or something like that. On Tue, May 12, 2015 at 12:57 PM, Matt Riedemann

[openstack-dev] [nova]Can we add a optional weight mechanism with balanced resource utilization?

2015-05-12 Thread zhangtralon
hi,all Currently,when placing VMs on hosts, a PM cannot host any more VMas long as an arbitrary dimensional resource is exhaustedeven when all other dimensional resources are sufficient, aphenomenon well-known as bucket effects. we can place VMs based on all kinds of the resource utilization

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Georgy Okrokvertskhov
Murano itself does not provide any monitoring. The idea here is to expose any application capabilities to do this. In this demo we had Java application deployed on Tomcat VM and connected to PostgreDB. Java app workflow executed Nagios application methods to register itself in Nagios monitoring

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Devananda van der Veen
Woops. I missed most of this thread in my last reply. I'm all for using open standard formats and versioning them. However. Not being a graphical artist myself, I have found the learning curve on some of those tools daunting, eg. inkscape, which means I'm far less likely to update a graphic in a

Re: [openstack-dev] [Murano] [Mistral] [Zaqar] [Keystone] SSH workflow action

2015-05-12 Thread Zane Bitter
On 12/05/15 13:06, Georgy Okrokvertskhov wrote: There is one thing which still bothers me. It is authentication. Right now with separate RabbitMQ instance we keep VMs authentication isolated from OpenStack infra. This is still a problem if you want to use webhooks (Heat autoscaling, Murano

Re: [openstack-dev] [release] python-novaclient 2.25.0

2015-05-12 Thread Jeremy Stanley
On 2015-05-12 17:40:47 -0700 (-0700), Joe Gordon wrote: And openstackclient 1.0.4 broke grenade: https://bugs.launchpad.net/python-openstackclient/+bug/1454467 I think we need a 1.1 release for trunk and make sure caps are set so its not used in stable/kilo. Or something like that. It

Re: [openstack-dev] [release] python-novaclient 2.25.0

2015-05-12 Thread Joe Gordon
On Tue, May 12, 2015 at 7:18 PM, Jeremy Stanley fu...@yuggoth.org wrote: On 2015-05-12 17:40:47 -0700 (-0700), Joe Gordon wrote: And openstackclient 1.0.4 broke grenade: https://bugs.launchpad.net/python-openstackclient/+bug/1454467 I think we need a 1.1 release for trunk and make sure

[openstack-dev] Cross-Project meeting, Tue May 12th, 21:00 UTC

2015-05-12 Thread Thierry Carrez
Dear PTLs, cross-project liaisons and anyone else interested, We'll have a cross-project meeting today at 21:00 UTC, with the following agenda: * Design Summit last-minute checks (ttx) * Missing tracks * Last-minute conflict resolution on Design Summit scheduling [1] * Mentioning another

[openstack-dev] [mistral] Mistral design summit sessions

2015-05-12 Thread Renat Akhmerov
Hi, For those who are interested in discussing Mistral at the summit in the context of Liberty cycle please be aware that this time we’ll have 6 sessions (4 working and 2 fishbowl) which can be found using [1]. Please leave any thoughts and suggestions on what to discuss in the design sessions

[openstack-dev] [nova] When is 'Towards one Network Stack: Part 1'?

2015-05-12 Thread Neil Jerram
I was just looking at [1] and planning for 'Towards one Network Stack: Part 2', on Thursday at 5pm. But I don't see the Part 1 of that in the schedule. Has it got lost, and am I missing it somewhere? Thanks, Neil [1]

[openstack-dev] Console issue in Kilo dashboard

2015-05-12 Thread sonali.prasad
Hi Team, I have installed the Kilo version on Ubuntu 14.04, I got the dashboard. Able to launch an instance (but not with the tiny flavor), but not able to get console. Nova service-list are all up. Kindly help me to resolve this issue. Regards, Sonali Prasad IDC-IC-DCT- Intelligent

[openstack-dev] [mistral] Updated Mistral Roadmap

2015-05-12 Thread Renat Akhmerov
Hi, Mistral Roadmap has been updated and can be seen at [1]. Liberty Roadmap currently contains high-level vision and is the subject for discussion at the summit in Vancouver. Please share your suggestions on what should be made part of Liberty cycle in this thread or in the etherpad for

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Huang Zhiteng
On Tue, May 12, 2015 at 5:22 PM, Thierry Carrez thie...@openstack.org wrote: John Garbutt wrote: On 11 May 2015 at 23:46, Boris Pavlovic bo...@pavlovic.me wrote: Couldn't we just use real image files to do this. IIRC, gerrit supports displaying image files which are included in a commit.

Re: [openstack-dev] [chef][infra] #openstack-meeting-5 proposal to open up

2015-05-12 Thread Jan Klare
Hi, i think you meant 16:00 UTC == 16:00 GMT == 17:00 BST for our meeting on Monday? Regarding the official meeting room: it would be great if we could get one :) For our second sync up meeting on Thursday to include people from Asia, zhiwei and myself agreed that 8:00 UTC would be a fitting

[openstack-dev] [oslo.policy] service_roles checks in oslo.policy

2015-05-12 Thread Osanai, Hisashi
Oslo.policy folks, I have been developing Swift's RBAC using oslo.policy[1]. It is necessary to check for service_roles(HTTP_X_SERVICE_ROLES)[2] in this patch. Current implementation looks if rule string starts with 'role', check the string whether the string is in 'roles' of the credential.

Re: [openstack-dev] [nova][api] Allow passing body for more API methods

2015-05-12 Thread Rosa, Andrea (HP Cloud Services)
Hi all Thank you very much for your feedback, I found the discussion quick and useful. I'll abandon my change and for the bug fixing I'll pass a parameter in the DELETE. Regards -- ar -Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: 11 May 2015 19:29 To:

Re: [openstack-dev] [nova] When is 'Towards one Network Stack: Part 1'?

2015-05-12 Thread Neil Jerram
On 12/05/15 12:19, Neil Jerram wrote: I was just looking at [1] and planning for 'Towards one Network Stack: Part 2', on Thursday at 5pm. But I don't see the Part 1 of that in the schedule. Has it got lost, and am I missing it somewhere? Ah, OK, I've found it now under 'Cross Project'

Re: [openstack-dev] [nova-docker] [magnum] [nova] Returning nova-docker to Nova Tree

2015-05-12 Thread Davanum Srinivas
Thanks for this response Daniel!. On Tue, May 12, 2015 at 4:59 AM, Daniel P. Berrange berra...@redhat.com wrote: On Mon, May 11, 2015 at 03:58:59PM -0400, Russell Bryant wrote: On 05/11/2015 03:51 PM, Adrian Otto wrote: I invite Nova and nova-docker team members to join us to discuss this

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Sean Dague
On 05/12/2015 05:22 AM, Thierry Carrez wrote: John Garbutt wrote: On 11 May 2015 at 23:46, Boris Pavlovic bo...@pavlovic.me wrote: Couldn't we just use real image files to do this. IIRC, gerrit supports displaying image files which are included in a commit. For example, I've been planning to

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Flavio Percoco
On 12/05/15 06:48 -0400, Sean Dague wrote: On 05/12/2015 05:22 AM, Thierry Carrez wrote: John Garbutt wrote: On 11 May 2015 at 23:46, Boris Pavlovic bo...@pavlovic.me wrote: Couldn't we just use real image files to do this. IIRC, gerrit supports displaying image files which are included in a

[openstack-dev] Birds of a Feather session at Vancouver design summit

2015-05-12 Thread Dugger, Donald D
Will there be BoF's at the design summit and, if so, can I set one up in advance? I'd like to arrange for a session to talk about cross-project scheduler APIs/requirements and, since that didn't make it into the Tues. sessions, I thought a BoF would be the next best thing. -- Don Dugger

[openstack-dev] [neutron][infra][release] neutron-lbaas CI job issues

2015-05-12 Thread Robert Collins
Hi, I got pinged this morning about a problem where neutron jobs were wedged, because a bad commit got into master. We've figured it out and https://review.openstack.org/182455 will hopefully land soon to make the neutron-lbaas job nonvoting so we can land

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-12 Thread Fox, Kevin M
Awesome. When is it/where do I go to look up that info? Thanks, Kevin From: Stan Lagun [sla...@mirantis.com] Sent: Tuesday, May 12, 2015 1:33 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Murano] [Mistral] SSH

Re: [openstack-dev] [puppet] Proposal to configure Oslo libraries

2015-05-12 Thread Emilien Macchi
On 05/08/2015 04:09 PM, Colleen Murphy wrote: On Fri, May 8, 2015 at 12:50 PM, Mathieu Gagné mga...@iweb.com mailto:mga...@iweb.com wrote: On 2015-05-07 4:19 PM, Emilien Macchi wrote: Proposals = #1 Creating puppet-oslo ... and having

[openstack-dev] Barbican : Unable to execute the curl command for uploading/retrieving the secrets with the latest Barbican code.

2015-05-12 Thread Asha Seshagiri
Hi All , Installed the barbican today taking the source from github and executed the basic curl commands for retrieving and uploading the secrets. Was unable to execute the curl commands for retrieving and uploading the secrets. Please find the request and response for the command :

Re: [openstack-dev] [nova] When is 'Towards one Network Stack: Part 1'?

2015-05-12 Thread Thierry Carrez
Neil Jerram wrote: On 12/05/15 12:19, Neil Jerram wrote: I was just looking at [1] and planning for 'Towards one Network Stack: Part 2', on Thursday at 5pm. But I don't see the Part 1 of that in the schedule. Has it got lost, and am I missing it somewhere? Ah, OK, I've found it now under

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Clint Byrum
Excerpts from Sean Dague's message of 2015-05-12 03:48:11 -0700: On 05/12/2015 05:22 AM, Thierry Carrez wrote: John Garbutt wrote: On 11 May 2015 at 23:46, Boris Pavlovic bo...@pavlovic.me wrote: Couldn't we just use real image files to do this. IIRC, gerrit supports displaying image

[openstack-dev] [satori][blazar] Unused meeting slots

2015-05-12 Thread Thierry Carrez
Hi Satori and Blazar teams, You seem to have not made use of your #openstack-meeting slots for quite some time now: Satori: last logged meeting 22-Sep-2014 Blazar: last logged meeting 27-Jun-2014 I'd like to free up those meeting slots for others to take. Of course if you restore regular

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Thierry Carrez
Sean Dague wrote: They can be modified if you provide source files, or use a source oriented format like SVG, or ISO standard ODG (used by OpenOffice / LibreOffice). There is a reason the spider diagram has ended up in every single OpenStack presentation I've seen for the last 2 years. And

[openstack-dev] [Security] Reminder - No IRC meeting this week

2015-05-12 Thread Clark, Robert Graham
Just a quick reminder, the security project IRC meeting is cancelled this week so we can be ready for the summit. -Rob __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [satori][blazar] Unused meeting slots

2015-05-12 Thread Sylvain Bauza
Le 12/05/2015 14:09, Thierry Carrez a écrit : Hi Satori and Blazar teams, You seem to have not made use of your #openstack-meeting slots for quite some time now: Satori: last logged meeting 22-Sep-2014 Blazar: last logged meeting 27-Jun-2014 I'd like to free up those meeting slots for

Re: [openstack-dev] [chef][infra] #openstack-meeting-5 proposal to open up

2015-05-12 Thread Thierry Carrez
JJ Asghar wrote: We have our official meeting time at 1500UTC/1600GMTorBST on Monday and it seems all the rooms are taken. Is it possible to open up #openstack-meeting-5? I asked in #openstack-infra and fungi suggested I ask the mailing list. The idea behind having a limited supply of

Re: [openstack-dev] [satori][blazar] Unused meeting slots

2015-05-12 Thread Nikolay Starodubtsev
I think it's sounds reasonable for Blazar team. Nikolay Starodubtsev Software Engineer Mirantis Inc. Skype: dark_harlequine1 2015-05-12 15:09 GMT+03:00 Thierry Carrez thie...@openstack.org: Hi Satori and Blazar teams, You seem to have not made use of your #openstack-meeting slots for

Re: [openstack-dev] [neutron] Lightning Talks for the Design Summit

2015-05-12 Thread Kyle Mestery
On Mon, May 11, 2015 at 10:27 PM, joehuang joehu...@huawei.com wrote: Hi, Kyle, Thanks for providing an opportunity for lightning talk. Shall we add one etherpad in [1] for this session for audience to leave questions on each topic? There is no time left to answer question in 5

[openstack-dev] [openstack] [cinder] Problems with existing Cinder Database Quota Driver

2015-05-12 Thread Vilobh Meshram
Hi All, I am working on the Nested Quota Driver for Cinder [1] and with that effort trying to clean up some of the existing quota related issues we have with Cinder. Few of the obvious ones which we saw recently is [2] where usage and reservation quota was being deleted on quota deletion. It

[openstack-dev] [Neutron][FWaaS] No IRC meeting on May 13th and 20th

2015-05-12 Thread Sumit Naiksatam
Hi, Per agreement in the last IRC meeting we will not be having the IRC meeting for the next couple of weeks. See you all in Vancouver! ~Sumit. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] [all] Replace mysql-python with mysqclient to get Python 3 support

2015-05-12 Thread Victor Stinner
Hi, TL;DR we must replace mysql-python with mysqclient to get Python 3 support, it's safe and *very* easy I restart the discussion because the previous one gone far from my point which is getting Python 3 support. IMO the fastest way to get Python 3 support is to replace mysql-python with

Re: [openstack-dev] [all] Replace mysql-python with mysqlclient

2015-05-12 Thread Mike Bayer
On 5/11/15 9:17 PM, Robert Collins wrote: On 12 May 2015 at 10:44, Mike Bayer mba...@redhat.com wrote: What we have today in our standard architecture for OpenStack is optimised for IO bound workloads: waiting on the network/subprocesses/disk/libvirt etc. Running high numbers of eventlet

[openstack-dev] [TripleO] isolated networks: teasing apart the overcloud traffic

2015-05-12 Thread Dan Prince
Hi, I wanted to send an email out to introduce a new idea in TripleO about how we can go about configuring isolated networks for our baremetal Overcloud traffic. The thoughts here are largely about the ability to split out the baremetal Overcloud traffic via our tooling (Heat templates). What

Re: [openstack-dev] [nova-docker] [magnum] [nova] Returning nova-docker to Nova Tree

2015-05-12 Thread Daniel P. Berrange
On Mon, May 11, 2015 at 03:58:59PM -0400, Russell Bryant wrote: On 05/11/2015 03:51 PM, Adrian Otto wrote: I invite Nova and nova-docker team members to join us to discuss this topic, and give us your input. If the Magnum team is interested in helping to maintain it, why not just keep it

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread Daniele Pizzolli
On Tue, May 12 2015, Sean Dague wrote: [] I mean try doing this workflow in ascii art - http://docs.openstack.org/infra/manual/developers.html and see if it's as clear. Hello, I am a newcomer, and for sure this diagram is not clear. I guess this is a bad chosen example. For example there

Re: [openstack-dev] [new][cloudpulse] Announcing a project to HealthCheck OpenStack deployments

2015-05-12 Thread Jay Pipes
On 05/12/2015 05:05 PM, Vinod Pandarinathan (vpandari) wrote: There are several differences: 1. Cloudpulse does not need any agent or special software installed on the underlying cloud, the service can be installed on a tenant VM having access to API network. 2. Cloudpulse can be configured

Re: [openstack-dev] Who is using nova-docker? (Re: [nova-docker] Status update)

2015-05-12 Thread John Griffith
On Tue, May 12, 2015 at 12:09 PM, Fawad Khaliq fa...@plumgrid.com wrote: On Mon, May 11, 2015 at 7:14 PM, Davanum Srinivas dava...@gmail.com wrote: Good points, Dan and John. At this point it may be useful to see who is actually using nova-docker. Can folks who are using any version of

Re: [openstack-dev] [release] python-novaclient 2.25.0

2015-05-12 Thread Jeremy Stanley
On 2015-05-12 19:43:21 -0700 (-0700), Joe Gordon wrote: [...] But then we go on to install nova which has the correct cap, and we revert to the right cinderclient for kilo http://logs.openstack.org/92/170492/2/gate/gate-grenade-dsvm/c8d20ea/logs/old/devstacklog.txt.gz#_2015-05-12_23_55_51_481

Re: [openstack-dev] [release] python-novaclient 2.25.0

2015-05-12 Thread Joe Gordon
On Tue, May 12, 2015 at 7:52 PM, Jeremy Stanley fu...@yuggoth.org wrote: On 2015-05-12 19:43:21 -0700 (-0700), Joe Gordon wrote: [...] But then we go on to install nova which has the correct cap, and we revert to the right cinderclient for kilo

Re: [openstack-dev] [Neutron] - Neutron social Monday night

2015-05-12 Thread Vikram Choudhary
Nice initiative Kevin.. It will be fun:) Vikram On Wed, May 13, 2015 at 2:12 AM, Jay Pipes jaypi...@gmail.com wrote: On 05/12/2015 04:16 PM, Kevin Benton wrote: http://lockwaittimeoutexceeded.rsvpify.com/ Hah, that is awesome :) -jay

[openstack-dev] [nova]Can we set a soft limit in Quota?

2015-05-12 Thread zhangtralon
hi,all Currently, the Quota has the only limit, which can be called as hard limit. Once the used resource arrives at the hard limit, it will not be used without any early-warning. we can set a soft limit in Quota and send an early-warning to ceilometerif the used resource arrives at the soft

Re: [openstack-dev] [nova-docker] [magnum] [nova] Returning nova-docker to Nova Tree

2015-05-12 Thread Sean Dague
Honestly, I think the real question around the docker driver is the maintenance question. The upstream CI jobs for it kept getting turned off because no one was bothering to look at failures. That concerns me because it's a signal that there is a vend diagram of people that care about Nova docker

Re: [openstack-dev] [nova][all] Architecture Diagrams in ascii art?

2015-05-12 Thread John Dennis
On 05/12/2015 08:47 AM, Clint Byrum wrote: I agree with all the things above, and I want to add that I think SVG is probably the most appropriate candidate as a W3C approved drawing format. We can even enforce style rules and use a reformatter so that diffs make sense. +1 for SVG As already

Re: [openstack-dev] [satori][blazar] Unused meeting slots

2015-05-12 Thread Thierry Carrez
Sylvain Bauza wrote: Fair enough for Blazar. Sorry for having left the slot being used instead of having freeing it. OK, slot freed. Thanks! -- Thierry Carrez (ttx) __ OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-12 Thread Stan Lagun
+1 for making Murano Engine - Murano Agent communication plugable so that one can switch to Zaqar or anything else. However watching RabbitMQ development for years I know hard can it be to build efficient and reliable system and I'm just not sure Zaqar can compete with such battle-proven thing

  1   2   >