Mateusz Matuszkowiak 780df18752 Added nodepool::mysql class
- Created nodepool::mysql class, which includes mysql stuff from
  init.pp. This allows to host database on separated host than
  the one running nodepool.
- Discarded creation of 'max_connections.cnf' file. Instead,  use
  'max_connections' from '::mysql::server' config_hash/override_options.

Change-Id: Ic745875b69563ed3834e99533227ca3d1150156b
2016-05-17 23:22:42 +02:00
2016-05-17 23:22:42 +02:00
2016-05-17 23:22:42 +02: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