David Shrewsbury 5eb147f7d9 Install yappi and objgraph packages
If yappi is installed, we can get nodepool to dump thread info.
If objgraph is installed, we can get object counts to help find
memory leaks (which we seem to have).

Change-Id: I88e79da77fb03c6d522f48baa19d55fd69968528
2019-04-22 13:57:44 -04:00
2018-01-19 11:32:17 -05:00
2015-08-25 11:07:48 -07:00
2019-04-19 19:26:10 +00:00
2018-04-20 14:05:07 -04:00
2018-07-12 09:57:45 +02:00
2015-01-29 22:58:56 +00: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