Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / rubbos / puppet_manifests / modules / params / manifests / rubbos_params.pp
1 ##############################################################################
2 # Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10
11 ## Variables used in {rubbos} test suite
12 class params::rubbos_params {
13
14   $rubbos_app           = "/bottlenecks/rubbos/app"
15   $rubbos_app_tools     = "/bottlenecks/rubbos/app_tools"
16   $rubbos_home          = "/bottlenecks/rubbos/app/RUBBoS"
17   $mysql_user_group     = "mysql"
18   $mysql_user_name      = "mysql"
19   $mysql_user_password  = "mysql"
20   $rubbos_os_username   = "ubuntu"
21   $rubbos_os_usergroup  = "ubuntu"
22
23 }