fuel-plugin-rally/deployment_scripts/puppet/modules/rally/manifests/params.pp

13 lines
329 B
Puppet

class rally::params {
$repository_url = 'https://github.com/openstack/rally'
$repository_tag = 'master'
$create_user = true
$rally_user = 'rally'
$auth_url = undef
$public_hostname = undef
$public_vip = undef
$username = undef
$password = undef
$tenant_name = undef
}