Colleen Murphy ec77bbc38b Add logic to work with old and new mysql module
This patch uses the load_module_metadata function to check whether the
mysql module has a metadata.json file. If it does, we can assume it's
new enough to support the new interface. If not, use the old one.

Change-Id: I3ff754b15eef51c3c86c188647353a4a1d3bfea0
Depends-On: Ia366c0f7f1bfbfa843071e733a5b0a96873a60d8
2015-12-22 11:59:45 -08: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