Colleen Murphy e434cf7d15 Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things
that can be helpfully predicted by puppet lint plugins. Also fix lint
errors caught by the puppet-lint-absolute_classname-check check as well
as arrow alignment errors that were not being caught by the
system-installed version of puppet-lint before.

Change-Id: I4e6b0df76c0e1b1e9faa9e8884a78ab1e9ab38d7
2015-08-25 11:07:48 -07:00
2015-08-25 11:07:48 -07:00
2015-08-25 11:07:48 -07:00
2015-08-25 11:07:48 -07:00
2015-01-29 22:58:56 +00:00
2015-05-14 19:43:26 -07:00
2015-07-30 16:28:28 +02:00

OpenStack Nodepool Module

Overview

Configures Nodepool node.

class { '::nodepool':
  mysql_root_password      => 'xxx',
  mysql_password           => 'xxx',
  nodepool_ssh_private_key => 'optional_key_content',
  environment => {
    optional_setting_1 => 'optional_value_1',
    optional_setting_2 => 'optional_value_2',
  },
  jenkins_masters     => [
    {
      name        => 'jenkins_name'
      user        => 'jenkins_user',
      apikey      => 'jenkins_pass',
      credentials => 'jenkins_credentials_id',
      url         => 'jenkins_url',
    }
  ]
}
Description
RETIRED, Puppet module for Nodepool
Readme 960 KiB