4229cc0fb1b7f23a0b3d99a8295211b5b3699319

Use same target directory for zuul-cloner and the regular git command. Change-Id: I5d91f17ccde0f1641cd8633062c4c914a60053a1 Co-Authored-By: Fabien Boucher <fabien.boucher@enovance.com>
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