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

11 lines
274 B
Puppet

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