RETIRED, Puppet module for Nodepool
71fe2002e5
The builder ssl vhost template looks up vars as if they are local. Problem is with futureparser and puppet4 these vars don't make it into the global scope so they aren't valid here. Instead we do explicit lookup of the values in the correct scope. Change-Id: I92a6533d47075d8dac404999a6e3b5c4ccea84ed |
||
---|---|---|
files | ||
manifests | ||
spec/acceptance/nodesets | ||
templates | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
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',
}
]
}