
This patch uses the load_module_metadata function to check whether the mysql module has a metadata.json file. If it does, we can assume it's new enough to support the new interface. If not, use the old one. Change-Id: I3ff754b15eef51c3c86c188647353a4a1d3bfea0 Depends-On: Ia366c0f7f1bfbfa843071e733a5b0a96873a60d8
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