[openstack-dev] [puppet] Support for atomic classes orchestration actions

2015-08-31 Thread Bogdan Dobrelya
Hello. I'd like to propose a change to the puppet openstack (PO) modules' classes to support an 'atomic' runs, which is without parametrized dependency classes, like init.pp, additionally compiled into the catalog. Here is the usecase below. The deployment graph produced by a composition layer is

Re: [openstack-dev] [Openstack] [ANN] OpenStack Kilo on Ubuntu fully automated with Ansible! Ready for NFV L2 Bridges via Heat!

2015-08-31 Thread Jose Manuel Ferrer Mosteiro
Nice job. I am doing a vmware vcenter like in https://github.com/elmanytas/ansible-openstack-vcenter [7] and I solved the problem of duplicate endpoints in line 106 of https://github.com/elmanytas/ansible-openstack-vcenter/blob/master/etc_ansible/roles/keystone/tasks/main.yml [8] . This makes pl

[openstack-dev] [puppet] weekly meeting #49

2015-08-31 Thread Emilien Macchi
Hello, Here's an initial agenda for our weekly meeting, tomorrow at 1500 UTC in #openstack-meeting-4: https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20150901 Please add additional items you'd like to discuss. If our schedule allows it, we'll make bug triage during the meeting.

Re: [openstack-dev] [Blazar] Anyone interested?

2015-08-31 Thread Zhenyu Zheng
Hello, It seems like an interesting project. On Fri, Aug 28, 2015 at 7:54 PM, Pierre Riteau wrote: > Hello, > > The NSF-funded Chameleon project (https://www.chameleoncloud.org) uses > Blazar to provide advance reservations of resources for running cloud > computing experiments. > > We would be

Re: [openstack-dev] [heat] Deployment of Lock / Unlock Operation like MUTEX

2015-08-31 Thread Shinobu
Yes, that's exactly what I was looking for. You're my hero! Shinobu On Mon, Aug 31, 2015 at 7:47 AM, Angus Salkeld wrote: > On Sat, Aug 29, 2015 at 10:33 AM Shinobu Kinjo wrote: > >> Hello, >> >> Here is a situation which I faced, that can be reproduced. >> >> I did "heat resource-signal" mul

[openstack-dev] [Fuel] Number of IP addresses in a public network

2015-08-31 Thread Roman Prykhodchenko
Hi folks! Recently a problem that network check does not tell whether there’s enough IP addresses in a public network [1] was reported. That check is performed by CheckBeforeDeployment task, but there is two problems that happen because this verification is done that late: - A deployment fail

Re: [openstack-dev] [Neutron] [horizon] Netaddr 0.7.16 and gate breakage

2015-08-31 Thread Sean Dague
On 08/31/2015 06:48 AM, Ihar Hrachyshka wrote: >> On 31 Aug 2015, at 08:19, Kevin Benton wrote: >> >> Even if this version is fixed for valid_mac, it appears the netaddr authors >> made the decision to make a backwards incompatible change WRT to the >> 'broadcast' attribute on IPNetwork objects

Re: [openstack-dev] [neutron][sfc] Neutron stadium distribution and/or packaging

2015-08-31 Thread Ihar Hrachyshka
> On 31 Aug 2015, at 13:36, Neil Jerram wrote: > > Hi Kevin, > > I currently have an example of this kind of thing that I'm working on, and > I'd appreciate hearing your view on what is the best solution. > > My requirement was to change some of the command line options with which the > DHCP

Re: [openstack-dev] [neutron][sfc] Neutron stadium distribution and/or packaging

2015-08-31 Thread Neil Jerram
Hi Kevin, I currently have an example of this kind of thing that I'm working on, and I'd appreciate hearing your view on what is the best solution. My requirement was to change some of the command line options with which the DHCP agent invokes Dnsmasq. My first implementation of this was in co

Re: [openstack-dev] [Gnocchi] Added Ilya Tyaptin as core reviewer

2015-08-31 Thread Ilya Tyaptin
​Thank you very much! Best regards, Tyaptin Ilia On Fri, Aug 28, 2015 at 10:32 PM, gord chung wrote: > > On 28/08/15 02:48 PM, Julien Danjou wrote: > > Hi fellows, > > Ilya did a few good contributions to Gnocchi, especially around the > InfluxDB driver, so I'm glad to add him to the list o

Re: [openstack-dev] [Neutron] Netaddr 0.7.16 and gate breakage

2015-08-31 Thread Ihar Hrachyshka
> On 31 Aug 2015, at 08:19, Kevin Benton wrote: > > Even if this version is fixed for valid_mac, it appears the netaddr authors > made the decision to make a backwards incompatible change WRT to the > 'broadcast' attribute on IPNetwork objects that have CIDRs of /31 and /32. > This means that

Re: [openstack-dev] [barbican] python-barbicanclient-master.tar.gz outdated on tarballs.openstack.org

2015-08-31 Thread Thomas Bechtold
On Sun, 2015-08-30 at 12:49 +, Jeremy Stanley wrote: > On 2015-08-30 10:23:32 +0200 (+0200), Thomas Bechtold wrote: > [...] > > Maybe the tarball won't be regenerated if only a new git tag is > > pushed? > > In that case the latest commit-id doesn't change but the content of > > the > > tarball

Re: [openstack-dev] [Heat] Use block_device_mapping_v2 for swap?

2015-08-31 Thread marios
On 31/08/15 11:19, TIANTIAN wrote: > > > At 2015-08-28 21:48:11, "marios" wrote: >> I am working with the OS::Nova::Server resource and looking at the tests >> [1], it should be possible to just define 'swap_size' and get a swap >> space created on the instance: >> >> NovaCompute: >>type: O

Re: [openstack-dev] [third-party] [CI] The dsvm-tempest-full job failed

2015-08-31 Thread Xie, Xianshan
Hi, Abhishek, Yes. Now, our nodepool can launch slave nodes and add them into Jenkins server automatically. But unfortunately there are still same errors. Xiexs From: Abhishek Shrivastava [mailto:abhis...@cloudbyte.com] Sent: Monday, August 31, 2015 4:07 PM To: OpenStack Development M

Re: [openstack-dev] [Heat] Use block_device_mapping_v2 for swap?

2015-08-31 Thread TIANTIAN
At 2015-08-28 21:48:11, "marios" wrote: >I am working with the OS::Nova::Server resource and looking at the tests >[1], it should be possible to just define 'swap_size' and get a swap >space created on the instance: > > NovaCompute: >type: OS::Nova::Server >properties: > image: >

Re: [openstack-dev] [third-party] [CI] The dsvm-tempest-full job failed

2015-08-31 Thread Abhishek Shrivastava
Hi Xianshan , So after starting nodepool you have configured the slave in Jenkins or it was done automatically? On Mon, Aug 31, 2015 at 1:15 PM, Xie, Xianshan wrote: > Hi, all, > > I`m trying to run the job "dsvm-tempest-full" in a slave node which > built and managed by the nodepool. > > But

[openstack-dev] [third-party] [CI] The dsvm-tempest-full job failed

2015-08-31 Thread Xie, Xianshan
Hi, all, I`m trying to run the job "dsvm-tempest-full" in a slave node which built and managed by the nodepool. But I got the following error messages: -- 14:45:48 + timeout -s 9 174m /opt/stack/new/devstack-gate/devstack-vm-gate.sh 14:45:48 timeout: failed to run command ‘/

[openstack-dev] [Neutron] [DVR] easyOVS -- Smart tool to use/debug Neutron/DVR

2015-08-31 Thread Vikas Choudhary
Hi, One suggestion from my side is checking nova security groups against iptable rules for each vm.Doing this will ensure that there are no unwanted holes in security (for example, accidental messing up of iptable rules). Thanks -Vikas Choudhary __

<    1   2