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
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
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
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
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
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
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