James E. Blair 398e1175f4 Fixes to nodepool installation on jenkins-dev.o.o
The patch to add nodepool to jenkins-dev (https://review.openstack.org/#/c/57333)
did not work.

There were a few issues with it:
  1. jenkins-dev.pp was passing literal strings to the nodepool module, instead it
     should be passing in the variables.
  2. jenkins-dev.pp was calling ::nodepool but puppet seems to think that it wants
     ::openstack_project::nodepool due to puppet's scoping weirdness :(
  3. The script to build nodepool machines needed the jenkins_dev_ssh_key.

Fixes to above issues:
  1. This is trivial, just passed the variables thru instead of literal strings.
  2. The nodepool.pp module is renamed to nodepool_prod.pp to prevent the scoping problem.
  3. We use the dev jenkins ssh key with dev nodepool by allowing the nodepool module
     to pass arbitrary env settings through the defaults file.

Change-Id: Id91053212f088079ff1b0f06ebdce5c381f5cd19
2014-04-25 11:52:08 -07:00
..
2014-04-21 18:02:07 +00:00
2012-10-30 13:37:58 +00:00
2014-03-04 22:23:01 +00:00
2014-04-24 11:31:43 -07:00
2012-11-20 01:34:55 +00:00
2014-04-15 13:13:07 -07:00
2014-03-03 16:43:22 +01:00
2013-08-01 18:03:09 +00:00
2013-11-22 14:08:10 -08:00
2014-04-15 20:24:23 -07:00
2013-10-21 18:48:29 -07:00