Go to file
Colleen Murphy 2a7b369cee Remove mysql::python class inclusion
Nodepool depends on PyMySql and installs it from pip as part of its
requirements. Therefore it is no longer necessary to include the
mysql::python class, which installs the python-mysqldb package from
Ubuntu packages. Removing this class inclusion will make transitioning
to an up-to-date version of the mysql puppet module easier, as the
current version moves the mysql::python class to
mysql::bindings::python.

Change-Id: I6ac8d7433d4a0a2c591f718e3b4579b27de67e24
2015-10-14 14:12:11 -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