Re: [openstack-dev] [ceilometer] unable to collect compute.node.cpu.* data

2014-11-06 Thread Du Jun
Nothing shows when I type command: vcap@ubuntu:~$ ceilometer sample-list --meter compute.node.cpu +-+--+--++--+---+ | Resource ID | Name | Type | Volume | Unit | Timestamp | +-+--+--++--+---+ +-+--+

Re: [openstack-dev] [neutron][TripleO] Clear all flows when ovs agent start? why and how avoid?

2014-11-06 Thread Germy Lure
Hi Armando, Static configuration really introduces unnecessary burden to the operator. But I can't understand your "explore a way", although it sounds interesting. Can you explain it in detail? Thank you. BTW, as Sudhakar wrote, [1] attempted to implement the flow synchronization, but without any

Re: [openstack-dev] OVF/OVA support

2014-11-06 Thread Georgy Okrokvertskhov
Hi Malini, I am interested in OVa support for applications. Specifically Ova to Heat as this is whay we usually do in Murano project. When is free format session for Glance? Should we add this to session etherpad? Thanks, Gosha On Nov 5, 2014 6:06 PM, "Bhandaru, Malini K" wrote: > Please join

Re: [openstack-dev] [Neutron]why FIP is integrated into router not as a separated service like XxxaaS?

2014-11-06 Thread Germy Lure
Hi Henry, Thanks for your suggestion. As you wrote, your approach can solve part problem. I believe there's a good reason(Maybe Carl's guess is right. It's a programmer's "good" habit to leave something for latecomers :).) for AT coupled with Router, but on the face of it, AT should be separated f

Re: [openstack-dev] [Neutron]why FIP is integrated into router not as a separated service like XxxaaS?

2014-11-06 Thread Germy Lure
Hi Akilesh, Thanks for your response. I have some comments inline. BR, Germy On Thu, Nov 6, 2014 at 10:56 PM, Akilesh K wrote: > Hi Geremy, > > It is necessary to not think of openstack as a way to replace all > functionality of your enterprise data center, but rather to better utilize > your r

[openstack-dev] cinder.brick.initiator

2014-11-06 Thread Nikesh Kumar Mahalka
What are the volume operations which will touch code base in cinder.brick.initiator? I am using a LVMISCSIDriver and tgtadm as a iscsi_helper. I want to use hardware acceleration for iscsi target on cinder block storage node. Any help or suggestion will be really helpful. Regards Nikesh ___

Re: [openstack-dev] [Cinder] Cinder State Machine - Kilo Design Summit Talk - November 5

2014-11-06 Thread Vilobh Meshram
I have updated https://etherpad.openstack.org/p/cinder-enforcement-of-states  - Cinder Enforcement of States with the write-up (in an easily understandable way) for Dynamic state diagram generation depending on the way the flow has been layed out in the code. Interested people have a look. Thank

Re: [openstack-dev] [nova] pci pass through turing complete config options?

2014-11-06 Thread Ian Wienand
On 10/29/2014 12:42 AM, Doug Hellmann wrote: Another way to do this, which has been used in some other projects, is to define one option for a list of “names” of things, and use those names to make groups with each field I've proposed that in [1]. I look forward to some -1's :) OTOH, oslo.co

Re: [openstack-dev] [heat] How to expose the error messages if the heat stack creation fails with software config/software deployment

2014-11-06 Thread Hang H Liu
I am using devstack, which should be juno version. Best Regards, Liu, Hang(Henry) -- hang...@cn.ibm.com | Tel: +8610-58748871 | ITN: 6-9058871 -- OpenStack-dev mailing list OpenS

Re: [openstack-dev] [heat] How to expose the error messages if the heat stack creation fails with software config/software deployment

2014-11-06 Thread Tao Tao
Hi, Henry: Appreciate very much for your kind reply! Yes, this is what I want, however, I am not seeing the detailed error message as you are seeing. I am still using OpenStack Icehouse, are you using OpenStack Juno or Icehouse? [root@openstack-03 heat(keystone_admin)]# heat stack-show LCH_test

Re: [openstack-dev] [heat] How to expose the error messages if the heat stack creation fails with software config/software deployment

2014-11-06 Thread Hang H Liu
Hi, Tao Tao, Here is an example, DEBUG (session) REQ: curl -i -X GET http://9.186.100.22:8004/v1/f334fc078b944b60a08d121022fae0f0/stacks/s1 ... ... RESP BODY: { "stack" : { "capabilities" : [ ], ... ... "parent" : null, "stack_name" : "s1", "stack_owner" : "admin",

Re: [openstack-dev] [neutron] dvr l3_snat

2014-11-06 Thread Li Tianqing
Oh, thanks, i finally find it. it's all here. https://blueprints.launchpad.net/neutron/+spec/neutron-ovs-dvr Thanks a lot. -- Best Li Tianqing At 2014-11-06 20:47:39, "Henry" wrote: Have you read previous posts? This topic had been discussed for a while. Sent from my iPad On 201

Re: [openstack-dev] [heat] How to expose the error messages if the heat stack creation fails with software config/software deployment

2014-11-06 Thread Tao Tao
Hi, Ton: Thanks for your kind reply. What I really mean is how to expose the error messages so that I can use Heat REST API to find the error messages? In another word, how would a user to be able to find out the specific error message as a Heat client? Thanks, Tao Tao, Ph.D. IBM T. J. Watson

Re: [openstack-dev] [heat] How to expose the error messages if the heat stack creation fails with software config/software deployment

2014-11-06 Thread Ton Ngo
Hi Tao Tao, If you use Ubuntu image, you can check /var/log/syslog Look for section like: Running /opt/stack/os-config-refresh/configure.d/20-os-apply-config You should see the logs for running the script, error message, script output The scripts are stored on the VM instance in: /var/l

Re: [openstack-dev] [Heat] New function: first_nonnull

2014-11-06 Thread Zane Bitter
On 06/11/14 20:44, Steven Hardy wrote: On Wed, Nov 05, 2014 at 02:46:43PM +, Lee, Alexis wrote: I'm considering adding a function which takes a list and returns the first non-null, non-empty value in that list. So you could do EG: some_thing: config:

Re: [openstack-dev] [Openstack] [neutron] social event

2014-11-06 Thread xico loco
I WANNA GO 2014-11-06 19:52 GMT-02:00 Armando M. : > Thanks for everyone who turned up! > > It was nice seeing you there, it was last minute planning...but we manage > to squeeze in okay! > > Cheers, > Armando > > On 6 November 2014 17:16, Oleg Bondarev wrote: > >> Please count me in. >> >>

Re: [openstack-dev] [Neutron] LeastNetwork scheduling for DHCP

2014-11-06 Thread Itsuro ODA
+1 IMHO, it is enough for [1][3] to fix by issuing a bug report. Thanks Itsuro Oda On Thu, 6 Nov 2014 17:20:57 +0100 ZZelle wrote: > Hi, > > > iiuc, > > It seems [1][3] share exactly the same objective and implementation > intention: > - define an common abstract dhcp scheduler class > -

Re: [openstack-dev] [Neutron] IPv6 team summit meetup

2014-11-06 Thread Brian Bowen (brbowen)
Count me in, Brian B. From: Xuhan Peng mailto:pengxu...@gmail.com>> Reply-To: OpenStack List mailto:openstack-dev@lists.openstack.org>> Date: Thursday, November 6, 2014 at 4:18 PM To: OpenStack List mailto:openstack-dev@lists.openstack.org>> Subject: [openstack-dev] [Neutron] IPv6 team summit m

Re: [openstack-dev] [neutron] social event

2014-11-06 Thread Brian Bowen (brbowen)
Thanks for getting everyone together. It all worked out well. Brian B. From: "Armando M." mailto:arma...@gmail.com>> Reply-To: OpenStack List mailto:openstack-dev@lists.openstack.org>> Date: Thursday, November 6, 2014 at 10:52 PM To: OpenStack List mailto:openstack-dev@lists.openstack.org>>, o

Re: [openstack-dev] [Neutron] L2 Gateway discussion

2014-11-06 Thread Igor Cardoso
I was at Maruti's presentation and it was very interesting. I have developed a similar PoC so I got even more interested. The main difference between them, from my understanding during the presentation, is that my PoC tries to encompass very heteogeneous kinds of networking equipment. Say, making

Re: [openstack-dev] [Neutron] IPv6 team summit meetup

2014-11-06 Thread Henry Gessau
Count me in. On 11/6/2014 4:18 PM, Xuhan Peng wrote: > Hey, > > Since we don't have any slot for ipv6 in summit to meet up, can we have a > lunch meetup together tomorrow (11/7 Friday)? > > We can meet at 12:30 at the meet up place Neuilly lobby of Le Meridien and > go to lunch together after tha

Re: [openstack-dev] [neutron] social event

2014-11-06 Thread Armando M.
Thanks for everyone who turned up! It was nice seeing you there, it was last minute planning...but we manage to squeeze in okay! Cheers, Armando On 6 November 2014 17:16, Oleg Bondarev wrote: > Please count me in. > > Thanks, > Oleg > > ___ > OpenSta

Re: [openstack-dev] [Neutron] IPv6 team summit meetup

2014-11-06 Thread Collins, Sean
Looking forward to it, see you all then! -- Sean M. Collins ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [heat] How to expose the error messages if the heat stack creation fails with software config/software deployment

2014-11-06 Thread Tao Tao
Hi, All: When the heat stack creation fails due to software config/software deployment with scripts/chef/puppet, we are not able to locate the error message with Heat REST APIs. What is the best practice to solve this problem? Thanks, Tao Tao, Ph.D. IBM T. J. Watson Research Center 1101 Kitcha

Re: [openstack-dev] [qa] [neutron] local.conf for devstack using neutron on home network

2014-11-06 Thread Kyle Mestery
On Thu, Nov 6, 2014 at 1:24 PM, Chris Dent wrote: > > I seem to be struggling to cook a neutron configuration for my little > home network that doesn't end in a variety of failures (devstack errors > out, floating ips are on an unexpected (and unrouted) network, etc). > I recognize that neutron is

Re: [openstack-dev] [Heat] New function: first_nonnull

2014-11-06 Thread Steven Hardy
On Wed, Nov 05, 2014 at 02:46:43PM +, Lee, Alexis wrote: >I'm considering adding a function which takes a list and returns the first > >non-null, non-empty value in that list. > >So you could do EG: > >some_thing: > >config: > >ControlVIP: >

[openstack-dev] [qa] [neutron] local.conf for devstack using neutron on home network

2014-11-06 Thread Chris Dent
I seem to be struggling to cook a neutron configuration for my little home network that doesn't end in a variety of failures (devstack errors out, floating ips are on an unexpected (and unrouted) network, etc). I recognize that neutron is going to be complex out of necessity, so I'm not complaini

Re: [openstack-dev] [Octavia] Mid-cycle hack-a-thon

2014-11-06 Thread Stephen Balukoff
Adam: I've heard from multiple people that the following week is worse for their schedules. Susanne: I was hoping for 5 days of coding. But if you can't make it for all of that, we'll take what we can get, eh. :) On Thu, Nov 6, 2014 at 8:09 AM, Susanne Balle wrote: > Are we talking about a 5 da

[openstack-dev] [Rating] Informal CloudKitty meetup

2014-11-06 Thread Stephane Albert
Hi, We've had an amazing feedback from what we've shown of CloudKitty during this summit. We want to go further and gather some feedbacks, ideas, and use cases from you guys. As tomorrow is meetups day I would like to organize an informal one so we can exchange on the subject and create a working

Re: [openstack-dev] [FUEL] Mirror reporting

2014-11-06 Thread Roman Vyalov
Sergii, I agree with you . We need information about the changes between mirrors. This task is already in the process. Soon as we implement lay out information about changes in the packages (changelog). This will easily find out what changes are included in the ISO On Thu, Nov 6, 2014 at 7:17 PM,

[openstack-dev] [FUEL] Mirror reporting

2014-11-06 Thread Sergii Golovatiuk
Hi, We have discussed the process of building our packages and how we update production mirrors. We have the process with staging and production mirrors. However, that would be nice to have a simple 'diff' reporting to understand what packages were updated in production mirrors. It will be really

[openstack-dev] [Glance] Paris Kilo summit update on contributors' meetup on Friday

2014-11-06 Thread Nikhil Komawar
Hi, As a result of the team having outstanding questions from the summit sessions as well as discussions prior and during the summit, the contributor's meetup has some planned discussion items. The schedule is posted at the etherpad [0]. Please reach out to Brian (cc-ed) herewith for any questi

Re: [openstack-dev] [Neutron] LeastNetwork scheduling for DHCP

2014-11-06 Thread ZZelle
Hi, iiuc, It seems [1][3] share exactly the same objective and implementation intention: - define an common abstract dhcp scheduler class - define a dhcp LeastNetworkScheduler [2] proposes to - define a dhcp LeastVmScheduler (networks are scheduled on the dhcp agent supporting the least vms (

[openstack-dev] [FUEL] Mirror reporting

2014-11-06 Thread Sergii Golovatiuk
Hi, We have discussed the process of building our packages and how we update production mirrors. We have the process with staging and production mirrors. However, that would be nice to have a simple 'diff' reporting to understand what packages were updated in production mirrors. It will be really

Re: [openstack-dev] [neutron] social event

2014-11-06 Thread Oleg Bondarev
Please count me in. Thanks, Oleg ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Octavia] Mid-cycle hack-a-thon

2014-11-06 Thread Susanne Balle
Are we talking about a 5 day Hackathon or 3 day with 2 days (Mon & Fri) for travel? On Thu, Nov 6, 2014 at 10:10 AM, Adam Harwell wrote: > Any chance it could actually be the week AFTER? Or is that to close to > the holidays? <_< > On Nov 6, 2014 7:21 AM, Stephen Balukoff wrote: > > I have jus

Re: [openstack-dev] [neutron] social event

2014-11-06 Thread Christian Daudt
I plan to be there also. In Atlanta the turnout was over 30 or 40 so a table for 12 won't do... On Nov 6, 2014 2:10 PM, "Doug Wiegley" wrote: > I will be there. > > doug > > > On Nov 6, 2014, at 1:45 PM, Armando M. wrote: > > I have just realized that I should have cross-reference this mail

Re: [openstack-dev] [Neutron] LeastNetwork scheduling for DHCP

2014-11-06 Thread IWAMOTO Toshihiro
At Thu, 6 Nov 2014 15:39:25 +, Narasimhan, Vivekanandan wrote: > > Hi Neutron Stackers, > > > > There is an interest among vendors to bring Least Networks scheduling for > DHCP into Openstack Neutron. > > > > Currently there are the following blueprints lying there, all of them trying

Re: [openstack-dev] [Heat] New function: first_nonnull

2014-11-06 Thread Fox, Kevin M
Except it penalizes us bad spellers. ;) Kevin From: Clint Byrum Sent: Wednesday, November 05, 2014 11:26:43 PM To: openstack-dev Subject: Re: [openstack-dev] [Heat] New function: first_nonnull Excerpts from Lee, Alexis's message of 2014-11-05 15:46:43 +0100: > I'

[openstack-dev] [Neutron] LeastNetwork scheduling for DHCP

2014-11-06 Thread Narasimhan, Vivekanandan
Hi Neutron Stackers, There is an interest among vendors to bring Least Networks scheduling for DHCP into Openstack Neutron. Currently there are the following blueprints lying there, all of them trying to address this issue: https://review.openstack.org/111210 https://review.openstack.org/

[openstack-dev] [Manila] Team Meetup in Paris

2014-11-06 Thread Ben Swartzlander
I announced this during several of our session, but just in case anyone missed that I want to let people know that I intend to hold a Manila team meetup tomorrow (Friday) from 1:40PM - 5:10PM in the developer lounge area. The agenda we will start with is what we agreed to last week and put on t

[openstack-dev] [Neutron] IPv6 team summit meetup

2014-11-06 Thread Xuhan Peng
Hey,  Since we don't have any slot for ipv6 in summit to meet up, can we have a lunch meetup together tomorrow (11/7 Friday)? We can meet at 12:30 at the meet up place Neuilly lobby of Le Meridien and go to lunch together after that. Xu Han  — Sent from Mailbox for iPhone

Re: [openstack-dev] [Octavia] Mid-cycle hack-a-thon

2014-11-06 Thread Adam Harwell
Any chance it could actually be the week AFTER? Or is that to close to the holidays? <_< On Nov 6, 2014 7:21 AM, Stephen Balukoff wrote: I have just learned that there will be a Neutron hack-a-thon the week of Dec 8 in Salt Lake City. Since we don't want to conflict with that, I would like to

Re: [openstack-dev] [Neutron]why FIP is integrated into router not as a separated service like XxxaaS?

2014-11-06 Thread Akilesh K
Hi Geremy, It is necessary to not think of openstack as a way to replace all functionality of your enterprise data center, but rather to better utilize your resources. So I believe you should still continue to use your enterprise devices to do Address Translation outside of OpenStack. Why I say so

[openstack-dev] [Neutron] L2 Gateway discussion

2014-11-06 Thread Kamat, Maruti Haridas
+ Christian Hi Everyone, The slide-deck is placed at: https://drive.google.com/file/d/0B6wARyYJHf0ZRDJvdkJYVjVLVzQ/view?usp=sharing References: https://review.openstack.org/#/c/93613/ https://review.openstack.org/#/c/100278/ https://review.openstack.org/#/c/87825

Re: [openstack-dev] Devstack start

2014-11-06 Thread Pradip Mukhopadhyay
Rim, Is it possible to share urs local.conf once? You can view the logs using screen -x stack though. --pradip On Thu, Nov 6, 2014 at 7:18 PM, Rim Chol (rimc) wrote: > Greetings! > > I am sending this email because I have some problems with starting the > devstack. > > I cloned the devs

Re: [openstack-dev] [Neutron] L2 Gateway discussion

2014-11-06 Thread Sukhdev Kapur
Can we put together all the references that might be relevant to this effort on this mail thread? This is what I got so far: https://review.openstack.org/#/c/93613/ https://review.openstack.org/#/c/100278/ Cheers, Armando resending with with the correct subject On Thu, Nov 6, 2014 at 12:22 PM, S

Re: [openstack-dev] [ceilometer] unable to collect compute.node.cpu.* data

2014-11-06 Thread Neal, Phil
Frank, I'd echo Hang Liu's suggestion, but also encourage you to take this question to the general OpenStack mailing list (see https://wiki.openstack.org/wiki/Mailing_Lists). - Phil From: Hang H Liu [mailto:hang...@cn.ibm.com] Sent: Wednesday, November 05, 2014 7:36 AM To: OpenStack Developme

Re: [openstack-dev] [neutron] dvr l3_snat

2014-11-06 Thread Li Tianqing
i search in goolge by useing key words neutron dvr l3_snat mailing list, and do not find the thread you said about. Can you give me some urls? Thanks -- Best Li Tianqing At 2014-11-06 20:47:39, "Henry" wrote: Have you read previous posts? This topic had been discussed for a while. S

[openstack-dev] [swift] Swift Browser 0.1.0 released

2014-11-06 Thread Martin Geisler
Hi everybody, I'm happy to announce the release of Swift Browser 0.1.0. Swift Browser is a JavaScript based interface for Swift. You will find a pre-built tarball and zip file here: https://github.com/zerovm/swift-browser/releases/tag/0.1.0 They are ready to be unpacked and uploaded to your Sw

Re: [openstack-dev] [Neutron][LBaaS][Octavia] Usage Requirements

2014-11-06 Thread Stephen Balukoff
Hi Jorge, So, one can query a pre-defined UDP socket or "stats HTTP service" (which can be an in-band service, by the way) and HAProxy will give all kinds of useful stats on the current listener, its pools, its members, etc. We will probably be querying this service in any case to detect things li

Re: [openstack-dev] Introducing Project Cue

2014-11-06 Thread Vipul Sabhaya
We will be meeting folks that are interested in discussing Cue at *10 AM on Friday at the Trove Pod* in the “Program Pods” section of the Design Summit. Looking forward to seeing folks there! -Vipul HP On Tue, Nov 4, 2014 at 10:26 AM, Vipul Sabhaya wrote: > Hello Everyone, > > I would like to i

[openstack-dev] Devstack start

2014-11-06 Thread Rim Chol (rimc)
Greetings! I am sending this email because I have some problems with starting the devstack. I cloned the devstack repository in my laptop and ran ./stack.sh in the devstack directory. But the konsole complains about that and some of the error messages are shown below. + screen -S stack

[openstack-dev] Devstack start

2014-11-06 Thread Rim Chol (rimc)
Greetings! I am sending this email because I have some problems with starting the devstack. I cloned the devstack repository in my laptop and ran ./stack.sh in the devstack directory. But the konsole complains about that and some of the error messages are shown below. + screen -S stack

Re: [openstack-dev] [neutron][lbaas] rescheduling meeting

2014-11-06 Thread Stephen Balukoff
The current meeting time is too early for me (in PST8PDT time zone). I prefer the 16:00 UTC time or later. Stephen On Nov 6, 2014 8:22 AM, "Samuel Bercovici" wrote: > For us in Israel, the earlier the better. > > The current meeting time is very good for us, although I understand it too > early

[openstack-dev] [Ceilometer] Timeout should be added when call http request

2014-11-06 Thread ZhiQiang Fan
Hi, devs, I noticed that Ceilometer project uses lots of other OpenStack services, and other thirdparty services APIs, but rare of them set timeout when call http request, this is not a good behavior because many pollsters run in one of threads, if one is every slow or stuckd, then others will not

Re: [openstack-dev] [Octavia] Mid-cycle hack-a-thon

2014-11-06 Thread Stephen Balukoff
I have just learned that there will be a Neutron hack-a-thon the week of Dec 8 in Salt Lake City. Since we don't want to conflict with that, I would like to do the Octavia hack-a-thon the previous week: Dec. 1 through 5 in Seattle. On Nov 5, 2014 11:05 PM, "Adam Harwell" wrote: > I can probably

Re: [openstack-dev] [neutron] social event

2014-11-06 Thread Doug Wiegley
I will be there. doug On Nov 6, 2014, at 1:45 PM, Armando M. mailto:arma...@gmail.com>> wrote: I have just realized that I should have cross-reference this mail on both ML's. Same message for the dev mailing list. Thanks, Armando On 6 November 2014 00:32, Armando M. mailto:arma...@gmail.co

Re: [openstack-dev] [Neutron]why FIP is integrated into router not as a separated service like XxxaaS?

2014-11-06 Thread Henry
So, do you mean that we need a better way to control snat ip address? I think it make sense, but maybe simple attribute extension can solve part problem, no need to separate it at this time. For example, add a snat-ip field in the route, like fip. However if multiple snat ip is needed, and cont

[openstack-dev] [TripleO] CI report : 18/10/2014 - 31/10/2014

2014-11-06 Thread Derek Higgins
Hi All, The week before last saw no problems with CI But last week we had 3 separate problems causing tripleo CI tests to fail until they were dealt with 1. pypi.openstack.org is no longer being maintained, which we were using in tripleo-ci, we've now moved to pypi.python.org 2. nova started usi

Re: [openstack-dev] [neutron] dvr l3_snat

2014-11-06 Thread Henry
Have you read previous posts? This topic had been discussed for a while. Sent from my iPad On 2014-11-6, at 下午6:18, "Li Tianqing" wrote: > Hello, >why we put l3_snat on network node to handle North/South snat, and why > don't we put it on compute node? >Does it possible to put l3_ag

[openstack-dev] Fw: [neutron] social event

2014-11-06 Thread Armando M.
I have just realized that I should have cross-reference this mail on both ML's. Same message for the dev mailing list. Thanks, Armando On 6 November 2014 00:32, Armando M. wrote: > Hi there, > > I know this may be somewhat short notice, but a few of us have wondered if > we should continue the

Re: [openstack-dev] [Neutron] L2 Gateway discussion

2014-11-06 Thread Sukhdev Kapur
resending with with the correct subject On Thu, Nov 6, 2014 at 12:22 PM, Sukhdev Kapur wrote: > Folks, > > After Maruti's lighting talk on L2 Gateway, bunch of people/vendors > expressed interest in coming up with an API for this service. The goal is > to come up with a basic set of API which ca

[openstack-dev] (no subject)

2014-11-06 Thread Sukhdev Kapur
Folks, After Maruti's lighting talk on L2 Gateway, bunch of people/vendors expressed interest in coming up with an API for this service. The goal is to come up with a basic set of API which can be implemented in Kilo time frame and build upon it over time in the future. Armando, Akihiro, and other

Re: [openstack-dev] [Barbican] Nominating Steve Heyman for barbican-core

2014-11-06 Thread John Wood
+1 Thanks, John From: Nathan Reller [rellerrel...@yahoo.com] Sent: Thursday, November 06, 2014 3:35 AM To: Openstack-Dev Subject: Re: [openstack-dev] [Barbican] Nominating Steve Heyman for barbican-core +1 for me -Nate _

Re: [openstack-dev] [Barbican] Nominating Juan Antonio Osorio Robles for barbican-core

2014-11-06 Thread John Wood
+1 Thanks, John From: Chad Lung [chad.l...@gmail.com] Sent: Thursday, November 06, 2014 4:06 AM To: openstack-dev@lists.openstack.org Subject: [openstack-dev] [Barbican] Nominating Juan Antonio Osorio Robles for barbican-core +1 Chad Lung Date: Wed, 5 Nov

Re: [openstack-dev] [Fuel] fuel master monitoring

2014-11-06 Thread Przemyslaw Kaminski
I didn't mean a robust monitoring system, just something simpler. Notifications is a good idea for FuelWeb. P. On 11/06/2014 09:59 AM, Anton Zemlyanov wrote: We can add a notification to FuelWeb, no additional software or user actions are required. I would not overestimate this method though,

Re: [openstack-dev] [Ceilometer][MongoDB] Using native time to live feature in MongoDB

2014-11-06 Thread ZhiQiang Fan
+1 On Thu, Nov 6, 2014 at 6:27 PM, Igor Degtiarov wrote: > Hi stackers, > > I'm working on solving bug [1]. Time to live feature has native > implementation in MongoDB thru index. > > Now we remove docs from resource table if they have no relations with > existing samples in meter table while sa

[openstack-dev] neutron roadmap

2014-11-06 Thread Elzur, Uri
Hi Salvatore Would like to discuss with you your views on what services are needed and when and how to architect it etc I’d like to meet in Palo Alto, maybe 11/19? Thx Uri (“Oo-Ree”) C: 949-378-7568 ___ OpenStack-dev mailing list OpenStack-dev@lists.o

Re: [openstack-dev] [oslo][context] oslo.context repository review request

2014-11-06 Thread Davanum Srinivas
LOL. thanks jd__ :) On Thu, Nov 6, 2014 at 11:44 AM, Julien Danjou wrote: > On Thu, Nov 06 2014, Doug Hellmann wrote: > >> The main reasons for splitting code into its own library are dependency >> management, API ownership, the logical separation of the contents of the >> library >> within the

[openstack-dev] I am not able to get the developer mails.

2014-11-06 Thread Singh, Gangadhar S
Pl help. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [oslo][context] oslo.context repository review request

2014-11-06 Thread Julien Danjou
On Thu, Nov 06 2014, Doug Hellmann wrote: > The main reasons for splitting code into its own library are dependency > management, API ownership, the logical separation of the contents of the > library > within the application stack and between other libraries, and review ACLs > within > gerrit.

Re: [openstack-dev] [oslo][context] oslo.context repository review request

2014-11-06 Thread Doug Hellmann
On Nov 6, 2014, at 11:13 AM, Julien Danjou wrote: > On Wed, Nov 05 2014, Davanum Srinivas wrote: > >> Please see notes from Doug on the etherpad on why leaving it in >> oslo.log or oslo.utils was not considered. >> https://etherpad.openstack.org/p/kilo-oslo-library-proposals > > I only get tha

[openstack-dev] [Ceilometer][MongoDB] Using native time to live feature in MongoDB

2014-11-06 Thread Igor Degtiarov
Hi stackers, I'm working on solving bug [1]. Time to live feature has native implementation in MongoDB thru index. Now we remove docs from resource table if they have no relations with existing samples in meter table while samples are removed when time to live is expired. So it seems that we can

Re: [openstack-dev] [Neutron]why FIP is integrated into router not as a separated service like XxxaaS?

2014-11-06 Thread Germy Lure
Hi Carl and Akilesh, Thank you for your response and explanation. My manager tells me that enterprises usually use several IP addresses and ports for AT while Neutron just use external gateway port fixed IP for SNAT. I found that if I extended the SNAT attributes, the L3 plugin will be very comple

[openstack-dev] [neutron] dvr l3_snat

2014-11-06 Thread Li Tianqing
Hello, why we put l3_snat on network node to handle North/South snat, and why don't we put it on compute node? Does it possible to put l3_agent on all compute_node for North/South snat, dnat, and east/west l3 routing? -- Best Li Tianqing_

Re: [openstack-dev] [oslo][context] oslo.context repository review request

2014-11-06 Thread Davanum Srinivas
jd__, No sweat, we can talk in the next oslo weekly meeting -- dims On Thu, Nov 6, 2014 at 11:13 AM, Julien Danjou wrote: > On Wed, Nov 05 2014, Davanum Srinivas wrote: > >> Please see notes from Doug on the etherpad on why leaving it in >> oslo.log or oslo.utils was not considered. >> https://

Re: [openstack-dev] [oslo][context] oslo.context repository review request

2014-11-06 Thread Julien Danjou
On Wed, Nov 05 2014, Davanum Srinivas wrote: > Please see notes from Doug on the etherpad on why leaving it in > oslo.log or oslo.utils was not considered. > https://etherpad.openstack.org/p/kilo-oslo-library-proposals I only get that it might be related to db at some point, but I only skimmed th

[openstack-dev] [Barbican] Nominating Juan Antonio Osorio Robles for barbican-core

2014-11-06 Thread Chad Lung
+1 Chad Lung Date: Wed, 5 Nov 2014 15:53:02 + > From: Douglas Mendizabal > To: "OpenStack Development Mailing List (not for usage questions)" > > Subject: [openstack-dev] [Barbican] Nominating Juan Antonio Osorio > Robles for barbican-core > Message-ID: > Content-Type:

Re: [openstack-dev] [oslo.db] Marker based paging

2014-11-06 Thread Heald, Mike
Unfortunately, ordering on anything but the timestamp results in problems with usability and results consistency. Example: Ordering on priority so I can see all my high priority tasks first, then medium, then low. Works ok, as long as the underlying data is geared so that the priorities are order

Re: [openstack-dev] [Barbican] Nominating Steve Heyman for barbican-core

2014-11-06 Thread Nathan Reller
+1 for me -Nate ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Barbican] Nominating Juan Antonio Osorio Robles for barbican-core

2014-11-06 Thread Nathan Reller
+1 for me -Nate - Hi All, I would like to nominate Juan Antonio Osorio Robles to the barbican-core team. Juan has been consistently giving us very well thought out and constructive reviews for Barbican, python-barbicanclient and barbi

Re: [openstack-dev] [neutron][nova] New specs on routed networking

2014-11-06 Thread Rohit Agarwalla (roagarwa)
A reminder for folks interested that we'll have a BoF discussion on Routed Network model (without L2) at 12.30 pm today. I'll have the Neutron placard on one of the table outside Manet room (at Le Meridien) for folks to find us. https://etherpad.openstack.org/p/RoutedNetworking Thanks Rohit

Re: [openstack-dev] [Barbican] Nominating Steve Heyman for barbican-core

2014-11-06 Thread Paul Kehrer
+1 On Nov 5, 2014, at 4:17 PM, Chad Lung mailto:chad.l...@gmail.com>> wrote: Greetings , I would like to nominate Steve Heyman for the barbican-core team. Steve is very active in Barbican code reviews and has been a regular contributor of test related change requests as well as documentation.

Re: [openstack-dev] [Barbican] Nominating Juan Antonio Osorio Robles for barbican-core

2014-11-06 Thread Paul Kehrer
+1 On Nov 5, 2014, at 4:53 PM, Douglas Mendizabal mailto:douglas.mendiza...@rackspace.com>> wrote: Hi All, I would like to nominate Juan Antonio Osorio Robles to the barbican-core team. Juan has been consistently giving us very well thought out and constructive reviews for Barbican, python-b

Re: [openstack-dev] [Fuel] fuel master monitoring

2014-11-06 Thread Anton Zemlyanov
We can add a notification to FuelWeb, no additional software or user actions are required. I would not overestimate this method though, it is in no way the robust monitoring system. Forcing user to do something on a regular basis is unlikely to work. Anton On Thu, Nov 6, 2014 at 11:55 AM, Przemys

Re: [openstack-dev] [Nova][Schedule] how to schedule vms(like database VM, vs web server VM) to different resource pool(either LVM or GlusterFs)?

2014-11-06 Thread Chen CH Ji
I think you can refer to following for more info http://blog.csdn.net/tantexian/article/details/39055889 http://blog.russellbryant.net/2013/05/21/availability-zones-and-host-aggregates-in-openstack-compute-nova/ And this is mail list for developers ,so you can ask openstack mail list if you have c

Re: [openstack-dev] [nova] pci pass through turing complete config options?

2014-11-06 Thread Doug Hellmann
On Nov 4, 2014, at 2:38 PM, melanie witt wrote: > On Nov 4, 2014, at 0:32, Doug Hellmann wrote: > I think this is reasonable, though do we actually support setting the same key twice ? >> >> Yes, if it is registered in different groups. > > I have found that for a MultiStrOpt, the

Re: [openstack-dev] [nova] pci pass through turing complete config options?

2014-11-06 Thread Doug Hellmann
On Nov 4, 2014, at 2:07 PM, Robert Li (baoli) wrote: > > > On 11/3/14, 6:32 PM, "Doug Hellmann" wrote: > >> >> On Oct 31, 2014, at 9:27 PM, Robert Li (baoli) wrote: >> >>> >>> >>> On 10/28/14, 11:01 AM, "Daniel P. Berrange" wrote: >>> On Tue, Oct 28, 2014 at 10:18:37AM -0400, Jay

[openstack-dev] [Nova][Schedule] how to schedule vms(like database VM, vs web server VM) to different resource pool(either LVM or GlusterFs)?

2014-11-06 Thread zhang xiaobin
Greeting, I have some hosts in one availability zone, some hosts are solely based on LVM, which means their root images will be sitting on LVM; while other hosts are setup with GlusterFS, which means their root image will be allocated on Gluster. My question is: what's the best way to let VM be

Re: [openstack-dev] OVF/OVA support

2014-11-06 Thread Davanum Srinivas
Malini, fyi, Vui/Arnaud is leading the charge in the Nova VMware driver with this review [1]. There is a spec in Nova also for multiple disks (for a single vm) from Tesshu [2]. thanks, dims [1] https://review.openstack.org/#/c/82715/ [2] https://review.openstack.org/#/c/128691/ On Thu, Nov 6, 2