[openstack-dev] Networks Generating In Fuel

2014-08-01 Thread zh...@certusnet.com.cn
Hi! I'm now developing in Fuel and I want to add a virtual ip address to the NIC of br-ex with the same ip range of public address. So I want to know where IPs of node's such as br-ex, br-storage are generated. Can you tell me ? Mail:zh...@certusnet.com.cn

Re: [openstack-dev] [ceilometer] Compute agent local VM inspector - potential enhancement

2014-08-01 Thread Eoghan Glynn
Disclaimer: I'm not fully vested on ceilometer internals, so bear with me. For consumers wanting to leverage ceilometer as a telemetry service atop non-OpenStack Clouds or infrastructure they don't own, some edge cases crop up. Most notably the consumer may not have access to the

[openstack-dev] [Neutron] tox -e pep8 fails at requirements.txt

2014-08-01 Thread trinath.soman...@freescale.com
Hi - When I run tox to check pep8 on the newly cloned neutron from openstack git , I get the following error. pep8 create: /root/fw_code_base/neutron_01082014/.tox/pep8 pep8 installdeps: -r/root/fw_code_base/neutron_01082014/requirements.txt,

Re: [openstack-dev] [Marconi] All-hands documentation day

2014-08-01 Thread Flavio Percoco
On 07/31/2014 09:57 PM, Victoria Martínez de la Cruz wrote: Hi everyone, Earlier today I went through the documentation requirements for graduation [0] and it looks like there is some work do to. The structure we should follow is detailed in

Re: [openstack-dev] [ceilometer] Compute agent local VM inspector - potential enhancement

2014-08-01 Thread Rao Dingyuan
Heat cfntools is based on SSH, so I assume it requires TCP/IP connectivity between VM and the central agent(or collector). But in the cloud, some networks are isolated from infrastructure layer network, because of security reasons. Some of our customers even explicitly require such security

Re: [openstack-dev] [Neutron] tox -e pep8 fails at requirements.txt

2014-08-01 Thread Ajaya Agrawal
Hi, It seems like pypi was not reachable at that moment. You could be behind a proxy. You can try at a later time. It should work. Cheers, Ajaya On Fri, Aug 1, 2014 at 12:29 PM, trinath.soman...@freescale.com trinath.soman...@freescale.com wrote: Hi – When I run tox to check pep8 on

Re: [openstack-dev] [TripleO] Strategy for merging Heat HOT port

2014-08-01 Thread Ladislav Smola
Hello, yes, this is a very needed change, so I'd vote for -2 everything unless it's rebased to 105347. Thank you for the patches. Ladislav On 08/01/2014 02:19 AM, Steve Baker wrote: The changes to port tripleo-heat-templates to HOT have been rebased to the current state and are ready to

Re: [openstack-dev] [Congress] data-source renovation

2014-08-01 Thread Rajdeep Dua
Option 2 looks like a better idea keeping in mind the data model consistency with Neutron/Nova. Could we write something similar to a view which becomes a layer on top if this data model? On Wed, Jul 30, 2014 at 3:33 AM, Tim Hinrichs thinri...@vmware.com wrote: Hi all, As I mentioned in a

[openstack-dev] how and which tempest tests to run

2014-08-01 Thread Nikesh Kumar Mahalka
I deployed a single node devstack on Ubuntu 14.04. This devstack belongs to Juno. I have written a cinder-volume driver for my client backend. I want to contribute this driver in Juno release. As i analyzed the contribution process,it is telling to run tempest tests for Continuous Integration.

Re: [openstack-dev] [ceilometer] Compute agent local VM inspector - potential enhancement

2014-08-01 Thread Eoghan Glynn
Heat cfntools is based on SSH, so I assume it requires TCP/IP connectivity between VM and the central agent(or collector). But in the cloud, some networks are isolated from infrastructure layer network, because of security reasons. Some of our customers even explicitly require such security

Re: [openstack-dev] [neutron] Spec exceptions are closed, FPF is August 21

2014-08-01 Thread Mandeep Dhami
Hi Armando: If a core-reviewer puts a -2, there must be a good reason for it I agree. The problem is that after the initial issue identified in the initial -2 review has been fixed, and the patch updated, it (sometimes) happens that we can not get the original reviewer to re-review that update

[openstack-dev] [nova] libvirtError: XML error: Missing CPU model name on 2nd level vm

2014-08-01 Thread Chen CH Ji
Hi I don't have a real PC to so created a test env ,so I created a 2nd level env (create a kvm virtual machine on top of a physical host then run devstack o the vm) I am not sure whether it's doable because I saw following error when start nova-compute service

Re: [openstack-dev] [Openstack] Cinder tempest api volume tests failed

2014-08-01 Thread Nikesh Kumar Mahalka
Hi Mike,test which is failed for me is: *tempest.api.volume.admin.test_volume_types.VolumeTypesTest* I am getting error in below function call in above test *self.volumes_client.wait_for_volume_status**(volume['id'],* * 'available')**.* This function call is in below function:

Re: [openstack-dev] [TripleO] Strategy for merging Heat HOT port

2014-08-01 Thread Tomas Sedovic
On 01/08/14 02:19, Steve Baker wrote: The changes to port tripleo-heat-templates to HOT have been rebased to the current state and are ready to review. They are the next steps in blueprint tripleo-juno-remove-mergepy. However there is coordination needed to merge since every existing

Re: [openstack-dev] [Trove] Backup/restore namespace config move has leftovers

2014-08-01 Thread Denis Makogon
On Fri, Aug 1, 2014 at 2:30 AM, Mark Kirkwood mark.kirkw...@catalyst.net.nz wrote: In my latest devstack pull I notice that backup_namespace restore_namespace have moved from the default conf group to per datastore (commit 61935d3). However they still appear in the common_opts section of

[openstack-dev] [neutron] Creating database model and agent

2014-08-01 Thread Maciej Nabożny
Hello, some days ago I was asking you about creating extension and service plugin for Neutron. Now, I am trying to find how to create database model for this plugin and agent :) Could you check if I am understanding this issues properly? The database model for new plugin should be created in

Re: [openstack-dev] [ceilometer] [swift] Improving ceilometer.objectstore.swift_middleware

2014-08-01 Thread Osanai, Hisashi
I would like to follow this discussion so I picked up points. - There are two way to collect info from swift, one is pollster and the other is notification. And we discussed about how to solve the performance degradation of swift_middleware here. pollster: - storage.objects -

Re: [openstack-dev] [nova] plan for moving to using oslo.db

2014-08-01 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 13/05/14 17:55, Matt Riedemann wrote: On 5/13/2014 7:35 AM, Doug Hellmann wrote: On Mon, May 12, 2014 at 3:25 PM, Roman Podoliaka rpodoly...@mirantis.com wrote: Hi all, Yes, once the oslo.db initial release is cut, we expect the

[openstack-dev] [Trove] V1 Client improvements

2014-08-01 Thread Denis Makogon
Hello, Stackers. I’d like to raise the question related to list of API calls that were implemented at Trove site but not used as part of V1 Client. Ignored V1 Client APIs: https://github.com/openstack/python-troveclient/blob/master/troveclient/v1/client.py#L72-L79 The problem is that

[openstack-dev] [sahara] team meeting minutes July 31

2014-08-01 Thread Sergey Lukjanov
Thanks everyone who have joined Sahara meeting. Here are the logs from the meeting: http://eavesdrop.openstack.org/meetings/sahara/2014/sahara.2014-07-31-17.59.html http://eavesdrop.openstack.org/meetings/sahara/2014/sahara.2014-07-31-17.59.log.html -- Sincerely yours, Sergey Lukjanov Sahara

Re: [openstack-dev] [ceilometer] Compute agent local VM inspector - potential enhancement

2014-08-01 Thread boden
On 8/1/2014 4:37 AM, Eoghan Glynn wrote: Heat cfntools is based on SSH, so I assume it requires TCP/IP connectivity between VM and the central agent(or collector). But in the cloud, some networks are isolated from infrastructure layer network, because of security reasons. Some of our

Re: [openstack-dev] [oslo.messaging][infra] Adding support for AMQP 1.0 Messaging to Oslo.Messaging and infra/config

2014-08-01 Thread Ken Giusti
On Wed, 30 Jul 2014 15:04:41 -0700, Matt Riedemann wrote: On 7/30/2014 11:59 AM, Ken Giusti wrote: On Wed, 30 Jul 2014 14:25:46 +0100, Daniel P. Berrange wrote: On Wed, Jul 30, 2014 at 08:54:01AM -0400, Ken Giusti wrote: Greetings, snip At this point, there are no integration tests that

Re: [openstack-dev] [oslo.messaging][infra] Adding support for AMQP 1.0 Messaging to Oslo.Messaging and infra/config

2014-08-01 Thread Kevin Benton
It seems like this is precisely what the functional test setup was designed to handle. Is there a reason you don't want to run them as functional tests instead of unit tests? As functional tests, nobody would need new prereqs just to make it through unit tests and anyone that wants to do the full

Re: [openstack-dev] [oslo.messaging][infra] Adding support for AMQP 1.0 Messaging to Oslo.Messaging and infra/config

2014-08-01 Thread Ken Giusti
On Wed, 30 Jul 2014 22:14:51 +, Jeremy Stanley wrote: On 2014-07-30 14:59:09 -0400 (-0400), Ken Giusti wrote: Thanks Daniel. It was my understanding - which may be wrong - that having devstack install the 'out of band' packages would only help in the case of the devstack-based integration

Re: [openstack-dev] [oslo.messaging][infra] Adding support for AMQP 1.0 Messaging to Oslo.Messaging and infra/config

2014-08-01 Thread Flavio Percoco
On 08/01/2014 03:29 PM, Ken Giusti wrote: On Wed, 30 Jul 2014 22:14:51 +, Jeremy Stanley wrote: On 2014-07-30 14:59:09 -0400 (-0400), Ken Giusti wrote: Thanks Daniel. It was my understanding - which may be wrong - that having devstack install the 'out of band' packages would only help in

[openstack-dev] [Marconi][Zaqar] Adding Victoria Martínez de la Cruz (vkmc) to Zaqar's core team

2014-08-01 Thread Flavio Percoco
Greetings, I'd like to propose adding Victoria Martínez de la Cruz (vkmc) to zaqar's core team. Victoria has been part of the community for several months now. During this time, she's been contributing to many different areas: - Docs - Code - Community Support - Research (amazing work on the

Re: [openstack-dev] [Marconi][Zaqar] Adding Victoria Martínez de la Cruz (vkmc) to Zaqar's core team

2014-08-01 Thread Malini Kamalambal
A HUGE +1 ! On 8/1/14 10:11 AM, Flavio Percoco fla...@redhat.com wrote: Greetings, I'd like to propose adding Victoria Martínez de la Cruz (vkmc) to zaqar's core team. Victoria has been part of the community for several months now. During this time, she's been contributing to many different

Re: [openstack-dev] [nova] plan for moving to using oslo.db

2014-08-01 Thread Andrey Kurilin
Any updates? Eugeniya Kudryashova is working hard on using oslo.db in nova. Please, look at https://review.openstack.org/#/c/101901/ On Fri, Aug 1, 2014 at 2:59 PM, Ihar Hrachyshka ihrac...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 13/05/14 17:55, Matt

[openstack-dev] [Neutron] Status of A/A HA for neutron-metadata-agent?

2014-08-01 Thread mar...@redhat.com
Hi all, I have been asked by a colleague about the status of A/A HA for neutron-* processes. From the 'HA guide' [1], l3-agent and metadata-agent are the only neutron components that can't be deployed in A/A HA (corosync/pacemaker for a/p is documented as available 'out of the box' for both).

[openstack-dev] Networks Generating In Fuel

2014-08-01 Thread Aleksey Kasatkin
Hi! Request to assign vips is here: https://github.com/stackforge/fuel-web/blob/master/nailgun/nailgun/orchestrator/deployment_serializers.py#L376 Most requests to assign other ips are here: https://github.com/stackforge/fuel-web/blob/master/nailgun/nailgun/objects/node.py#L679-684 You can

Re: [openstack-dev] [Marconi][Zaqar] Adding Victoria Martínez de la Cruz (vkmc) to Zaqar's core team

2014-08-01 Thread Sriram Madapusi Vasudevan
+1 for sure! :D Sriram Madapusi Vasudevan On Aug 1, 2014, at 10:21 AM, Malini Kamalambal malini.kamalam...@rackspace.com wrote: A HUGE +1 ! On 8/1/14 10:11 AM, Flavio Percoco fla...@redhat.com wrote: Greetings, I'd like to propose adding Victoria Martínez de la Cruz (vkmc) to

Re: [openstack-dev] [Nova] Nominating Jay Pipes for nova-core

2014-08-01 Thread Pádraig Brady
+1 ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] DevStack program change

2014-08-01 Thread Dean Troyer
I propose we de-program DevStack and consolidate it into the QA program. Some of my concerns about doing this in the beginning have proven to be a non-issue in practice. Also, I believe a program's focus can and should be wider than we have implemented up to now and this a step toward

Re: [openstack-dev] [Openstack] Cinder tempest api volume tests failed

2014-08-01 Thread Matt Riedemann
On 8/1/2014 4:16 AM, Nikesh Kumar Mahalka wrote: Hi Mike,test which is failed for me is: *tempest.api.volume.admin.test_volume_types.VolumeTypesTest* I am getting error in below function call in above test *self.volumes_client.wait_for_volume_status**(volume['id'],** 'available')**.* This

Re: [openstack-dev] how and which tempest tests to run

2014-08-01 Thread Matt Riedemann
On 8/1/2014 3:32 AM, Nikesh Kumar Mahalka wrote: I deployed a single node devstack on Ubuntu 14.04. This devstack belongs to Juno. I have written a cinder-volume driver for my client backend. I want to contribute this driver in Juno release. As i analyzed the contribution process,it is telling

Re: [openstack-dev] [Nova] Nominating Jay Pipes for nova-core

2014-08-01 Thread Mitsuhiro Tanino
+1 Regards, Mitsuhiro Tanino mitsuhiro.tan...@hds.com HITACHI DATA SYSTEMS c/o Red Hat, 314 Littleton Road, Westford, MA 01886 -Original Message- From: Russell Bryant [mailto:rbry...@redhat.com] Sent: Thursday, July 31, 2014 7:58 AM To: openstack-dev@lists.openstack.org

[openstack-dev] [TripleO] a small experiment with Ansible in TripleO

2014-08-01 Thread Allison Randal
A few of us have been independently experimenting with Ansible as a backend for TripleO, and have just decided to try experimenting together. I've chatted with Robert, and he says that TripleO was always intended to have pluggable backends (CM layer), and just never had anyone interested in

Re: [openstack-dev] [neutron] Spec exceptions are closed, FPF is August 21

2014-08-01 Thread Carl Baldwin
Armando's point #2 is a good one. I see that we should have raised awareness of this more than we did. The bulk of the discussion and the development work moved over to the oslo team and I focused energy on other things. What I didn't realize was that the importance of this work to Neutron did

[openstack-dev] [Neutron] Crash Issue: OVS-Agent status needs to be fully represented/processed

2014-08-01 Thread Robin Wang
Recently we encountered some ovs-agent crash issues. [1][2][3] *[Root cause]* 1. Currently only a 'restarted' flag is used in rpc_loop() to identify ovs status. * ovs_restarted = self.check_ovs_restart() * *True*: ovs is running, but a restart happened before this loop. rpc_loop() reset bridges

[openstack-dev] [marconi] Proposal to add Victoria Martínez de la Cruz as a core reviewer

2014-08-01 Thread Kurt Griffiths
Hi crew, I’d like to propose Vicky (vkmc) be added to Marconi’s core reviewer team. She is a regular contributor in terms of both code and reviews, is an insightful and regular participant in team discussions, and leads by example in terms of quality of work, treating others as friends and

Re: [openstack-dev] [neutron] Creating database model and agent

2014-08-01 Thread Doug Wiegley
If it helps as a reference, these three reviews by Brandon Logan are adding exactly what you're talking about for the new LBaaS api. Models, migration, extension, plugin, unit tests: * New extension for version 2 of LBaaS API - https://review.openstack.org/#/c/105331 * Plugin/DB additions for

[openstack-dev] [neutron] API confusion

2014-08-01 Thread Mike Spreitzer
http://developer.openstack.org/api-ref-networking-v2.html and http://docs.openstack.org/api/openstack-network/2.0/content/GET_listMembers__v2.0_pools__pool_id__members_lbaas_ext_ops_member.html say that to list LB pool members, the URL to GET is /v2.0/pools/{pool_id}/members When I use the

Re: [openstack-dev] [marconi] Proposal to add Victoria Martínez de la Cruz as a core reviewer

2014-08-01 Thread Malini Kamalambal
There is another thread going on for the same http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg30897.html We sure need vkmc in the core :) From: Kurt Griffiths kurt.griffi...@rackspace.commailto:kurt.griffi...@rackspace.com Reply-To: OpenStack Development Mailing List (not for

Re: [openstack-dev] [Nova] Nominating Jay Pipes for nova-core

2014-08-01 Thread Jay Pipes
On 07/31/2014 10:49 PM, Sean Dague wrote: On 07/31/2014 06:26 PM, Michael Still wrote: On Thu, Jul 31, 2014 at 9:57 PM, Russell Bryant rbry...@redhat.com wrote: Further, I'd like to propose that we treat all of existing +1 reviews as +2 (once he's officially added to the team). Does anyone

Re: [openstack-dev] [Marconi] All-hands documentation day

2014-08-01 Thread Kurt Griffiths
I’m game for thursday. Love to help out. On 8/1/14, 2:26 AM, Flavio Percoco fla...@redhat.com wrote: On 07/31/2014 09:57 PM, Victoria Martínez de la Cruz wrote: Hi everyone, Earlier today I went through the documentation requirements for graduation [0] and it looks like there is some work

Re: [openstack-dev] [TripleO] a small experiment with Ansible in TripleO

2014-08-01 Thread Galbraith, Patrick
Hi all, I have been working on Ansible nova_compute, a new “nova_facts” module as well as the nova dynamic inventory plugin, so please do feel free to collaborate with me on this. Regards, Patrick On Aug 1, 2014, at 12:07 PM, Allison Randal alli...@lohutok.net wrote: A few of us have been

Re: [openstack-dev] [TripleO] a small experiment with Ansible in TripleO

2014-08-01 Thread Allison Randal
On 08/01/2014 12:06 PM, Galbraith, Patrick wrote: I have been working on Ansible nova_compute, a new “nova_facts” module as well as the nova dynamic inventory plugin, so please do feel free to collaborate with me on this. Great, are you on #tripleo? I'm 'wendar', and I'm working on this bit.

[openstack-dev] [OpenStack-Dev] [Cinder] running tempest tests against your custom backend

2014-08-01 Thread John Griffith
Seems there's a number of new folks trying to run devstack/tempest tests against third party backends. Please note the Cinder Wiki page [1] includes documentation to help you get this working and point out what needs modified in the Tempest settings. Thanks, John [1]:

Re: [openstack-dev] [Openstack] Cinder tempest api volume tests failed

2014-08-01 Thread Mike Perez
On 14:46 Fri 01 Aug , Nikesh Kumar Mahalka wrote: Hi Mike,test which is failed for me is: *tempest.api.volume.admin.test_volume_types.VolumeTypesTest* I am getting error in below function call in above test *self.volumes_client.wait_for_volume_status**(volume['id'],* * 'available')**.*

[openstack-dev] [HEAT] Qestions on adding a new Software Config element for Opscode Chef

2014-08-01 Thread Tao Tao
Hi, All:We are trying to leverage Heat software config model to support Chef-based software installation. Currently the chef-based software config is not in place with Heat version 0.2.9.Therefore, we do have a number of questions on the implementation by ourselves:1. Should we create new software

Re: [openstack-dev] Glance Store Future

2014-08-01 Thread Jay Pipes
cc'ing ML since it's an important discussion, IMO... On 07/31/2014 11:54 AM, Arnaud Legendre wrote: Hi Jay, I would be interested if you could share your point of view on this item: we want to make the glance stores a standalone library (glance.stores) which would be consumed directly by Nova

Re: [openstack-dev] DevStack program change

2014-08-01 Thread Anne Gentle
On Fri, Aug 1, 2014 at 10:48 AM, Dean Troyer dtro...@gmail.com wrote: I propose we de-program DevStack and consolidate it into the QA program. Some of my concerns about doing this in the beginning have proven to be a non-issue in practice. Also, I believe a program's focus can and should be

Re: [openstack-dev] [neutron] Spec exceptions are closed, FPF is August 21

2014-08-01 Thread Sridar Kandaswamy (skandasw)
Hi All: There is no doubt the cores are quite stretched and it does take a finite amount of time to absorb the context and the content of the multitude of patches on any given core reviewer¹s queue. Life happens for everyone and things slip thru the cracks, but this suggestion on a timeline

[openstack-dev] Preparing for 2014.1.2 -- branches freeze Aug 7

2014-08-01 Thread Chuck Short
Hi All- We have frozen the stable/icehouse branches for intergrated projects for release Thurs August 7th in preparation for the 2014.1.2 stable release You can view the current queue of proposed patches on gerrit [1]. I'd like to request all interested parties review current bugs affecting

Re: [openstack-dev] [Neutron] Status of A/A HA for neutron-metadata-agent?

2014-08-01 Thread Assaf Muller
Hey Marios, comments inline. - Original Message - Hi all, I have been asked by a colleague about the status of A/A HA for neutron-* processes. From the 'HA guide' [1], l3-agent and metadata-agent are the only neutron components that can't be deployed in A/A HA (corosync/pacemaker

Re: [openstack-dev] [tc][rally][qa] Application for a new OpenStack Program: Performance and Scalability

2014-08-01 Thread Alex Freedland
Angus, Rally is designed as an operations tool. Its purpose is to run a production cloud and give an operator tools and data to profile a production cloud. It is intended as a first of many such tools. There is a strong support in the community that operations tools should be developed as part

Re: [openstack-dev] [Trove] Backup/restore namespace config move has leftovers

2014-08-01 Thread Mark Kirkwood
On 01/08/14 21:35, Denis Makogon wrote: I'd suggest to file a bug report and fix given issue. Done. https://bugs.launchpad.net/trove/+bug/1351545 I also took the opportunity to check if all the currently defined datastores had backup/restore_namespace set - they didn't, so I noted that

Re: [openstack-dev] [neutron] API confusion

2014-08-01 Thread Brandon Logan
Hi Mike, So that looks like those docs are for the v2 LBaaS API. The CLI changes for v2 are not in yet, and the v2 API implementation code is in review right now. I am a bit worried that I do not see the v1 docs anymore because v1 will still remain until its deprecated. In fact, I'm pretty sure