RETIRED, Puppet module for Nodepool
f7202f7743
Add a xenial nodeset and update the spec helper to install puppet 3 from the Ubuntu repos instead of from puppetlabs. Change-Id: I4442570d78d6ccf98a9718dab5f3bcf40c3dbd42 |
||
---|---|---|
files | ||
manifests | ||
spec | ||
templates | ||
.gitignore | ||
.gitreview | ||
Gemfile | ||
LICENSE | ||
metadata.json | ||
Rakefile | ||
README.md |
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',
}
]
}