[openstack-dev] [neutron][fwaas]some architectural advice on fwaas driver writing

2015-11-01 Thread Oğuz Yarımtepe
Hi, After talking with FWaaS developers at the summit (German and Sridar), i decided to write here also, maybe someone has an idea. I am trying to integrate a hardware firewall to our Openstack environment. It is a custom hardware running BSD on it and has a REST API for configuring. I talked with

[openstack-dev] [magnum]generate config files by magnum

2015-11-01 Thread 王华
Hi forks, Magnum needs to prepare config files for k8s and docker and add these services to systemd. Now we use "sed" to replace some parameters in config files. The method has a disadvantage. Magnum code depends on a specific image. Users may want to create images by themselves. The config files

Re: [openstack-dev] [ironic] [neutron] Enforce port/portgroup MAC uniqueness constraint

2015-11-01 Thread Ramakrishnan G
My vote is for the intermediate table to store the MAC address and enforce unique constraint on the mac address field. No need of extra triggers when it can be solved in a simple way and no need to add extra code to handle it. On Tue, Oct 20, 2015 at 5:08 AM, William Stevenson wrote: > Hi, > >

[openstack-dev] [Policy][Group-based-policy] Service chain node creation fails

2015-11-01 Thread NareshA kumar
Hi, When I try to create a Service chain node by giving the yaml file as heat template it says "Invalid file format". But with the same file I am able to create a stack using "heat stack-create" command. 1. What am I missing here? 2. Is there is any log file that can provide me the details

Re: [openstack-dev] [Neutron][Kuryr] - Design Summit etherpad

2015-11-01 Thread Baohua Yang
Thanks, and nice meeting everyone! On Mon, Nov 2, 2015 at 2:06 PM, Gal Sagie wrote: > Hello All, > > It was great meeting everyone in the summit, it ended too fast.. > We had a free design talk on Friday about Kuryr. (Thanks to everyone that > participated) > > We have created this etherpad with

[openstack-dev] [Neutron][Kuryr] - Design Summit etherpad

2015-11-01 Thread Gal Sagie
Hello All, It was great meeting everyone in the summit, it ended too fast.. We had a free design talk on Friday about Kuryr. (Thanks to everyone that participated) We have created this etherpad with all the related tasks: https://etherpad.openstack.org/p/mitaka-neutron-unplugged-track-kuryr If

[openstack-dev] [nova-scheduler] Scheduler sub-group meeting - Agenda 11/2

2015-11-01 Thread Dugger, Donald D
Meeting on #openstack-meeting-alt at 1400 UTC (7:00AM MDT) (note back to standard time in the US, meeting an hr earlier for some people but still at 1400 UTC) 1) Opens -- Don Dugger "Censeo Toto nos in Kansa esse decisse." - D. Gale Ph: 303/443-3786 ___

[openstack-dev] [puppet] operator_roles in puppet-swift?

2015-11-01 Thread Matt Fischer
I'd like to get some clarification and hopefully correction on the values for the two operator_roles variables. One is in manifests/keystone/auth.pp, and it claims "Array of strings. List of roles Swift considers as admin.". The other is in manifests/proxy/keystone.pp and it claims to be "a list of

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-01 Thread Davanum Srinivas
Sean, I typically switch off screen and am able to redirect logs to a specified directory. Does this help? USE_SCREEN=False LOGDIR=/opt/stack/logs/ thanks, dims On Mon, Nov 2, 2015 at 4:43 AM, Sean M. Collins wrote: > Hi, > > The docs right now are a little unclear about if it is possible to

Re: [openstack-dev] [puppet] Creating puppet-keystone-core and proposing Richard Megginson core-reviewer

2015-11-01 Thread Clayton O'Neill
+1 Big thanks for Rich for all the work he’s done so far. On Mon, Nov 2, 2015 at 3:34 AM, Adam Young wrote: > On 10/31/2015 10:55 AM, Emilien Macchi wrote: > > At the Summit we discussed about scaling-up our team. > We decided to investigate the creation of sub-groups specific to our > modules

[openstack-dev] [sahara] no IRC meeting week after summit (Nov 5)

2015-11-01 Thread Sergey Lukjanov
Hi folks, There will be no IRC meeting week after summit (November 5). Thanks -- Sincerely yours, Sergey Lukjanov Sahara Technical Lead (OpenStack Data Processing) Principal Software Engineer Mirantis Inc. __ OpenStack Dev

Re: [openstack-dev] How we can find list of medium/low bugs for nova

2015-11-01 Thread Christopher Aedo
On Sun, Nov 1, 2015 at 1:22 AM, chandraprakash mishra wrote: > My concern was how i can filter bug list for a specific project like > kilo,liberty etc > https://bugs.launchpad.net/openstack/+bugs Chandra, you can find bugs for specific projects under their own launchpad sections, such as: https:

Re: [openstack-dev] [infra] Upgrade to Gerrit 2.11

2015-11-01 Thread Paul Belanger
On Wed, Oct 14, 2015 at 10:51:36AM +0200, Thierry Carrez wrote: > Zaro wrote: > > We want to let everyone know that there is a big UI change in Gerrit > > 2.11. The change screen (CS), which is the main view for a patchset, > > has been completely replaced with a new change screen (CS2). While >

[openstack-dev] [Infra] Gerrit downtime on November 18 2015

2015-11-01 Thread Spencer Krum
Hi, Gerrit will be unavailable for four hours starting at Wednesday, November 18 17:00 UTC and continuing until about 21:00 UTC. This outage is to upgrade Gerrit to version 2.11. The IP address of Gerrit will not be changing. There is a thread beginning here: http://lists.openstack.org/pipermai

[openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-01 Thread Sean M. Collins
Hi, The docs right now are a little unclear about if it is possible to stop logging the output of all the screen sessions to the local filesystem. It has a tendency to fill up my filesystem on my little NUCs :( -- Sean M. Collins __

Re: [openstack-dev] [puppet] Creating puppet-keystone-core and proposing Richard Megginson core-reviewer

2015-11-01 Thread Adam Young
On 10/31/2015 10:55 AM, Emilien Macchi wrote: At the Summit we discussed about scaling-up our team. We decided to investigate the creation of sub-groups specific to our modules that would have +2 power. I would like to start with puppet-keystone: https://review.openstack.org/240666 And propos

[openstack-dev] [keystone] Implementation and policy of keystone

2015-11-01 Thread Toshiya Shiga
Hi. We want to implement that the project users are able to manage the users of own's project. We are considering some proposals for that. which keystone project's policy is using "domain" (e.g. reseller)or is not using "domain"? We want a proposal that meets the project of policy. Thanks and

Re: [openstack-dev] Using openstack-ansible to install Neutron LBaaS v2

2015-11-01 Thread Jesse Pretorius
On Saturday, 31 October 2015, Jamie Hannaford wrote: > How do I install https://github.com/openstack/neutron-lbaas​ using > openstack-ansible? > > The online documentation provides the details: http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-lbaas.html HTH! -- J

Re: [openstack-dev] How we can find list of medium/low bugs for nova

2015-11-01 Thread chandraprakash mishra
My concern was how i can filter bug list for a specific project like kilo,liberty etc https://bugs.launchpad.net/openstack/+bugs On Sun, Nov 1, 2015 at 2:34 PM, Gary Kotton wrote: > Hi, > In general the process is as follows: > >1. Fix the bug in the trunk/master branch >2. If the bug me

Re: [openstack-dev] How we can find list of medium/low bugs for nova

2015-11-01 Thread Gary Kotton
Hi, In general the process is as follows: 1. Fix the bug in the trunk/master branch 2. If the bug meets stable back port criteria (https://wiki.openstack.org/wiki/StableBranch), and it is approved in trunk, then do a cherry pick Thanks Gary From: chandraprakash mishra mailto:cpmishra...

[openstack-dev] How we can find list of medium/low bugs for nova

2015-11-01 Thread chandraprakash mishra
I want to just start participation in openstack-nova from low/medium level of bugs. I tried to list out bugs but i am confused about target .is it all bugs based on target (Kilo,Liberty) or we can start random bugs from _nova list bug