Re: [OpenStack-Infra] Proposal for changes to openstack-infra/config puppet architecture.

2014-02-11 Thread Jesusaurus
On Tue, Feb 11, 2014 at 12:46 PM, Aaron Greengrass wrote: > > 2. Remove hardcoding -- openstack_project is only usable for ... o.o. > Any hardcoded items should be variables, with a hiera lookup and a default > as their default value. > ie $puppetmaster = hiera('puppetmaster', ' > ci-puppe

[OpenStack-Infra] Proposal for changes to openstack-infra/config puppet architecture.

2014-02-11 Thread Aaron Greengrass
1. Flatten includes -- 6+ layers of include are a bit much. Move all default items currently buried in base and template up to a top scope "default" node, and inherit that. example: site.pp -> server -> template -> base -> iptables some nodes pull in from base, some from template. I pr

[OpenStack-Infra] Dedicated user for OpenDaylight integration

2014-02-11 Thread Andrew Grimberg
Greetings, I'm the admin in charge of the OpenDaylight infrastructure and I'm trying to help the project get setup to do the third-party testing that is needed for the ML2 driver to be accepted into OpenStack. I'm sending a note requesting a dedicated user with stream access be setup as per your

Re: [OpenStack-Infra] [infra] Meeting Tuesday February 11th at 19:00 UTC

2014-02-11 Thread Elizabeth Krumbach Joseph
On Mon, Feb 10, 2014 at 7:48 AM, Elizabeth Krumbach Joseph wrote: > The OpenStack Infrastructure (Infra) team is hosting our weekly > meeting tomorrow, Tuesday February 11th, at 19:00 UTC in > #openstack-meeting Thanks to everyone who attended, minutes and logs now available here: Minutes: http

[OpenStack-Infra] Jenkins job may run on same node in CI environment.

2014-02-11 Thread Guo Qing GH Hu
Dear all, I found that in following scenario jenkins job may run on same node in CI environment. When nodepool is trying to delete the node 1 on jenkins, but the node has been assigned to queued 2, so nodepool will be failed to delete node 1. 2014-01-21 03:13:16,520 DEBUG nodepool.NodeUpdateL

[OpenStack-Infra] Elastic Search backed up at least 2 hrs

2014-02-11 Thread Sean Dague
It looks like Elastic Search is currently backed up at least 2 hrs, as such elastic recheck is no longer reliably commenting on failures. Any idea what changed recently that caused this backup? This seems to at least go back to early yesterday (though I haven't been keeping an eye on it, so could h

[OpenStack-Infra] jenkins-job-builder: passing lists as variables / YAML anchors and aliases?

2014-02-11 Thread Michael Prokop
Hi, in my jenkins-job-builder configurations I would like to have one single place where I specify global defaults, then overwrite values only as needed in the according projects/jobs. This somewhat works with YAML anchors and aliases (see http://pyyaml.org/wiki/PyYAMLDocumentation#Aliases - than