Re: [openstack-dev] [Fuel] Wipe of the nodes' disks

2015-12-29 Thread Aleksandr Didenko
> accurately wipe only partition table and do not touch any other data As Andrew said already, in such case LVM meta data will remain on the hard drive. So if you remove partition table, reboot the node (env reset), then configure exactly the same partition table (like when you use the same

[openstack-dev] [Neutron][Dragonflow] Security Groups Design for Scale

2015-12-29 Thread Gal Sagie
Hello all, We are iterating on a design document for Security Groups implementation in Dragonflow. [1] This design leverage the fact that Dragonflow distribute policy level abstraction to the local controllers and has Security Group as a first class citizen. The design tries to tackle the

Re: [openstack-dev] [puppet] weekly meeting #64

2015-12-29 Thread Emilien Macchi
gt; Hello, > > I added some items to our agenda: > https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20151229 > Feel free to add more topics, reviews, bugs, etc. > > Some people are around this week so we will make our weekly meeting > tomorrow at UTC 1500. > > Se

[openstack-dev] How to add feature to diskimage-builder

2015-12-29 Thread George Shuklin
Hello. I'm trying add a small feature to one of the elements in diskimage-builder (https://github.com/openstack/diskimage-builder/pull/10/) I have experience with gerrit and openstack bugfix workflow, but I have no idea how to add small enhancements. Dev guide says I need to add blueprint

Re: [openstack-dev] Gerrit performance

2015-12-29 Thread Gary Kotton
Things looks (and feel better now) Thanks and happy new year! On 12/29/15, 5:28 PM, "Andreas Jaeger" wrote: >FYI, the Infra team is looking into this right now, > >Andreas >-- > Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi > SUSE LINUX GmbH,

Re: [openstack-dev] [Fuel] Wipe of the nodes' disks

2015-12-29 Thread Artur Svechnikov
Thank you all for the answers. Well, it seems we should figure out how to do it another way. For now I see only one solution - accurately wipe only partition table and do not touch any other data. But this solution require huge changes in volume manager and fuel-agent, so I don't like this

[openstack-dev] [Murano] Next two meetings are canceled

2015-12-29 Thread Serg Melikyan
Folks, due to long holidays in Europe, especially in Russia, we decided to cancel today's and next weekly meeting. Our next meetings will be held on January 12. -- Serg Melikyan, Senior Software Engineer at Mirantis, Inc. http://mirantis.com | smelik...@mirantis.com

[openstack-dev] [astara]blueprint for automatically generate config file

2015-12-29 Thread xiayu
Hi, When I install astara from source , I found that there are a lot of configuration items in the configuration file missing. For example: There is no database config item in etc/orchestrator.ini. I think the configuration file can be generated by oslo-config-generator and create a

Re: [openstack-dev] [kolla] Adding Ubuntu Liberty to Kolla-Mitaka

2015-12-29 Thread Canonical Calendar
> On 29 Dec 2015, at 08:51, Thomas Goirand wrote: > >> On 12/28/2015 05:16 PM, Steven Dake (stdake) wrote: >> Hey folks, >> >> I have received significant feedback that the lack of Ubuntu binary >> support is a problem for Kolla adoption. Still, we had nobody to do the >>

Re: [openstack-dev] [Fuel] Wipe of the nodes' disks

2015-12-29 Thread Sergii Golovatiuk
Alex is right, wiping partition table is not enough. User can create partition table with exact the same sizes of partition as was before. In this case lvm may detect metadata on untouched partitions to assemble a logical volume. We should remove lvm metadata from every partition (or wipe 1st

Re: [openstack-dev] How to add feature to diskimage-builder

2015-12-29 Thread Jeremy Stanley
On 2015-12-29 19:16:52 +0200 (+0200), George Shuklin wrote: > I'm trying add a small feature to one of the elements in diskimage-builder > (https://github.com/openstack/diskimage-builder/pull/10/) > > I have experience with gerrit and openstack bugfix workflow, but I have no > idea how to add

Re: [openstack-dev] Gerrit performance

2015-12-29 Thread Andreas Jaeger
FYI, the Infra team is looking into this right now, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) GPG

[openstack-dev] [keystone] no meeting today

2015-12-29 Thread Steve Martinelli
I updated the wiki yesterday ( https://wiki.openstack.org/wiki/Meetings/KeystoneMeeting) but in case folks are wondering, there is no meeting today. Happy Holidays, stevemar __ OpenStack Development Mailing List (not for

Re: [openstack-dev] [heat]How does heat work when deleting the stack?

2015-12-29 Thread Oleksii Chuprykov
Hi! In this situation you get C in DELETE_COMPLETE, B in DELETE_FAILED and A in CREATE_COMPLETE. After your second try, heat will try to delete stack again, starting with C resource. But this resource already in DELETE_COMPLETE, so heat will do nothing and move to next resource (B). You can see it

[openstack-dev] [heat]How does heat work when deleting the stack?

2015-12-29 Thread zhu4236926
Hi guys, I created a stack with several resources, for example, resource A,B,C,and B depends on A, C depends on B,.Now I delete the stack , then heat would delete resource C, then resource B, at last, resource A, isn't it? Suppose that the resource C has been deleted, but an error occurred

Re: [openstack-dev] Gerrit performance

2015-12-29 Thread Andreas Jaeger
Jeremy Stanley has just restarted gerrit, additionally a step merged upping up its memory. We hope that this solves the problems, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix

Re: [openstack-dev] [kolla] Adding Ubuntu Liberty to Kolla-Mitaka

2015-12-29 Thread Lei Zhang
Great. I think we can use this PPA now. On Wed, Dec 30, 2015 at 1:29 AM, Canonical Calendar < james.p...@canonical.com> wrote: > > > > On 29 Dec 2015, at 08:51, Thomas Goirand wrote: > > > >> On 12/28/2015 05:16 PM, Steven Dake (stdake) wrote: > >> Hey folks, > >> > >> I have

Re: [openstack-dev] [kolla] Adding Ubuntu Liberty to Kolla-Mitaka

2015-12-29 Thread Lei Zhang
Why the package is still the nova 12.0.0 rather than 13.0.0 ? [0] Most the package is updated at Nov 9, 2015. But it is almost 2016 now. [0] http://ppa.launchpad.net/ubuntu-cloud-archive/mitaka-staging/ubuntu/pool/main/n/nova/ On Wed, Dec 30, 2015 at 1:29 AM, Canonical Calendar <

[openstack-dev] [fuel] github can't sync with git because of big uploading

2015-12-29 Thread wuwenbin
Hi all: Repo of fuel-plugin-onos has something wrong because of uploading big file. Though codes are reverted while history still contains the pack which results in big downloading and unsync with github. I really want to solve this problem and please forgive my own decision

Re: [openstack-dev] [Nova][Glance] Xenplugin + Glance_v2 = Hate

2015-12-29 Thread Kevin L. Mitchell
On Thu, 2015-12-24 at 16:51 +0300, Mikhail Fedosin wrote: > Hello! As you may know there is a big initiative to adopt glance v2 > api in Nova and the important part is making related changes in > xenglugin. > Unfortunately xenplugin doesn't use neither nova.image api nor > glanceclient. Instead

Re: [openstack-dev] [kolla] Adding Ubuntu Liberty to Kolla-Mitaka

2015-12-29 Thread Michal Rostecki
On 12/30/2015 03:17 AM, Lei Zhang wrote: Why the package is still the nova 12.0.0 rather than 13.0.0 ? [0] Most the package is updated at Nov 9, 2015. But it is almost 2016 now. [0] http://ppa.launchpad.net/ubuntu-cloud-archive/mitaka-staging/ubuntu/pool/main/n/nova/ I see that the most of

Re: [openstack-dev] [heat]How does heat work when deleting the stack?

2015-12-29 Thread Shinobu Kinjo
Can you share what exactly you did? Rgds, Shinobu - Original Message - From: "zhu4236926" To: "openstack-dev" Sent: Wednesday, December 30, 2015 12:50:00 AM Subject: [openstack-dev] [heat]How does heat work when deleting the stack?

Re: [openstack-dev] How to add feature to diskimage-builder

2015-12-29 Thread Qiao,Liyong
hi here's some links may helps [1] is the general development guide for OpenStack contributors. It may provide some useful guide. [2] is the the place you register blueprint. Hope you play well. Thanks Eli [1]https://wiki.openstack.org/wiki/How_To_Contribute#Feature_development

Re: [openstack-dev] [kolla] Adding Ubuntu Liberty to Kolla-Mitaka

2015-12-29 Thread Thomas Goirand
On 12/28/2015 05:16 PM, Steven Dake (stdake) wrote: > Hey folks, > > I have received significant feedback that the lack of Ubuntu binary > support is a problem for Kolla adoption. Still, we had nobody to do the > work, so we held off approving the blueprint. There were other reasons > such as:

Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-29 Thread Neil Jerram
On 28/12/15 16:16, Vikram Choudhary wrote: > Hi All, > > We want to redirect all / some specific incoming traffic to a > particular neutron port, where a network function is deployed. > [Network function could be DPI, IDS, Firewall, Classifier, etc]. In > this regard, we have few queries: Isn't

Re: [openstack-dev] Configuring ISC dhclient on guest to acquire ipv6 default gateway

2015-12-29 Thread Vladimir Eremin
Hi Andrei, You’re seeing default route as a link-local address of router just because the routing things is working this way in IPv6 in general, not in OpenStack. gateway_ip is actually set on router interface, and could be reachable, and actually valid choice for routing, but there is no way

[openstack-dev] Gerrit performance

2015-12-29 Thread Gary Kotton
Hi, I know it is holidays but gerrit response is so slow. If anyone from Infra is online please can you help. Thanks Gary __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] [nova][cinder]Detach a encrypted volume won't cleanup the device patch

2015-12-29 Thread liuxinguo
Hi hemna: When we attach a encrypted volume and then detach it, the device path created when the volume is attached won't be cleanup. This is probably due to nova and cinder not work coordinately when detach a encrypted volume. This will cause next volume attachment fails and also cause some

Re: [openstack-dev] [Openstack-operators] [keystone] RBAC usage at production

2015-12-29 Thread Oğuz Yarımtepe
Using a middleware is what we are doing also. Can you give more details about your structure? Our middleware is like the Rackspace OpenRepose. What do you use for role definitions? Are you using any backend for Keystone like LDAP? Regards. On Thu, Dec 10, 2015 at 9:55 PM, Jesse Keating

Re: [openstack-dev] Gerrit performance

2015-12-29 Thread Vikram Choudhary
Same here! On Tue, Dec 29, 2015 at 3:29 PM, Michał Dulko wrote: > On 12/29/2015 10:44 AM, Gary Kotton wrote: > > Hi, > > I know it is holidays but gerrit response is so slow. If anyone from > > Infra is online please can you help. > > Thanks > > Gary > > > > Actually

Re: [openstack-dev] [kolla] Adding Ubuntu Liberty to Kolla-Mitaka

2015-12-29 Thread Steven Dake (stdake)
On 12/29/15, 1:51 AM, "Thomas Goirand" wrote: >On 12/28/2015 05:16 PM, Steven Dake (stdake) wrote: >> Hey folks, >> >> I have received significant feedback that the lack of Ubuntu binary >> support is a problem for Kolla adoption. Still, we had nobody to do the >> work, so

Re: [openstack-dev] [Fuel][Bareon] Fuel & Bareon integration (fuel modularisation)

2015-12-29 Thread Evgeniy L
Hi Aleksey, Since Fuel's FF is on 2nd of March, I don't think that full switch from fuel-agent + nailgun volume manager to Bareon will happen. Also Bareon will have separate from Fuel release cycle, so you will have to land the feature first into Bareon and then to Fuel. Could you please provide

Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-29 Thread Kevin Benton
>What are NBIs? "North bound interfaces" - the term the SDN world has invented that just means a high-level API for controlling network traffic. The counter-part is the "south bound interface", which is the protocol(s) the SDN controller uses to communicate with the network equipment (e.g.

Re: [openstack-dev] [Nova][Glance] Nova + Glance_v2 = Love

2015-12-29 Thread Sam Matzek
On Thu, Dec 24, 2015 at 7:49 AM, Mikhail Fedosin wrote: > Hello, it's another topic about glance v2 adoption in Nova, but it's > different from the others. I want to declare that there is a set of commits, > that make Nova version agnostic and allow to work with both glance

[openstack-dev] (无主题)

2015-12-29 Thread 王正伟
etscr...@163.com__ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Fuel] Change VIP address via API

2015-12-29 Thread Aleksey Kasatkin
Folks, you are welcome to review a spec: https://review.openstack.org/254796 Aleksey Kasatkin On Fri, Nov 6, 2015 at 6:03 PM, Aleksey Kasatkin wrote: > Mike, Vladimir, > > Yes, > 1. We need to add IPs on-the-fly (need to add POST functionality) , > otherwise it will

Re: [openstack-dev] [Fuel][Bareon] Fuel & Bareon integration (fuel modularisation)

2015-12-29 Thread Aleksey Zvyagintsev
Guys, do you have any plans to achieve integration for fuel9\fuel-next ?(and final switching from fuel-agent to BareOn will be...?) We are going to implement some new features for fuel - and the main question should we push it into fuel-agent or in newer BareOn? On Mon, Dec 28, 2015 at 11:56 PM,

Re: [openstack-dev] [Fuel] Wipe of the nodes' disks

2015-12-29 Thread Sergii Golovatiuk
Hi, Let me comment inline. On Mon, Dec 28, 2015 at 7:06 PM, Andrew Woodward wrote: > In order to ensure that LVM can be configured as desired, its necessary to > purge them and then reboot the node, otherwise the partitioning commands > will most likely fail on the next

Re: [openstack-dev] [Fuel] PostgreSQL 9.3 and JSON operations

2015-12-29 Thread Igor Kalnitsky
Hey Tomasz - I see that *packaging team* have decided to update PostgreSQL to 9.3 [1]. However, we aren't going to use PostgreSQL's JSON column for VIPs, as it was pointed in the initial mail. My IMO here - despite the fact PostgreSQL is cool and provides a lot of useful feature, I'd prefer to

Re: [openstack-dev] Gerrit performance

2015-12-29 Thread Michał Dulko
On 12/29/2015 10:44 AM, Gary Kotton wrote: > Hi, > I know it is holidays but gerrit response is so slow. If anyone from > Infra is online please can you help. > Thanks > Gary > Actually it's not only slow, but occasionally drops/timeouts requests. As the UI is making multiple HTTP calls to

Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-29 Thread Vikram Choudhary
On Tue, Dec 29, 2015 at 3:08 PM, Neil Jerram wrote: > On 28/12/15 16:16, Vikram Choudhary wrote: > > Hi All, > > > > We want to redirect all / some specific incoming traffic to a > > particular neutron port, where a network function is deployed. > > [Network function

[openstack-dev] [fwaas] vArmour code question, when the snat dnat process router is triggered?

2015-12-29 Thread Oguz Yarimtepe
Hi, I am trying to understand the vArmour fwaas driver. Testing it on Devstack Liberty environment. Configured it and running its L3 agent replacement also. But i couldn't find when the code execution comes to the line

Re: [openstack-dev] [Fuel][Bareon] Fuel & Bareon integration (fuel modularisation)

2015-12-29 Thread Aleksey Zvyagintsev
In general - fuel-bootstrap improvements (actually- fuel-agent manager and utils) So, looks like no option for 9.0 - we will work with fuel-agent, and then with porting(re-writing) it to bareon. On Tue, Dec 29, 2015 at 1:09 PM, Evgeniy L wrote: > Hi Aleksey, > > Since Fuel's

Re: [openstack-dev] Gerrit performance

2015-12-29 Thread yatin kumbhare
Experiencing same here! On Tue, Dec 29, 2015 at 4:03 PM, Vikram Choudhary wrote: > Same here! > > On Tue, Dec 29, 2015 at 3:29 PM, Michał Dulko > wrote: > >> On 12/29/2015 10:44 AM, Gary Kotton wrote: >> > Hi, >> > I know it is holidays but gerrit

[openstack-dev] [heat] cancel IRC meeting for 30 Dec

2015-12-29 Thread Sergey Kraynev
Hi, Heaters. I'd suggest to cancel tomorrow meeting (30 Dec 2015). The experience of previous meeting showed, that the most part of Heat team is on holidays/vacations. more over I don't think, that we have some useful updates after Christmas :) If somebody have a really important reason do not