Go to file
Paul Belanger 0460f86a30 Add nodepool_ssh_public_key
Because we are using the devuser element for zuulv2.5
(zuul-worker element). We also need to pass in the public
SSH key for nodepool.

Change-Id: Idda577e5cb210ca2018f4a9eb497457026e53cdb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-05-25 15:25:19 +00:00
2016-05-25 15:25:19 +00: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