summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangyaoguang <sunshine.wang@huawei.com>2016-04-23 16:51:53 +0800
committerwangyaoguang <sunshine.wang@huawei.com>2016-04-23 17:10:59 +0800
commit2091d6ef2831b8d2092f3cf698e7ef01e4331076 (patch)
treeaebca8668c24736165d34d98dd367c171ac1493d
parenta54df93abcc028f15da96538bc99bcfd03703f4b (diff)
add a config file for rubbos test suite
JIRA: BOTTLENECK-42 Change-Id: I8e61751479c8b8d58a756e38f695a018b1ccc036 Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
-rw-r--r--testsuites/rubbos/puppet_manifests/internal/rubbos.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/testsuites/rubbos/puppet_manifests/internal/rubbos.conf b/testsuites/rubbos/puppet_manifests/internal/rubbos.conf
new file mode 100644
index 00000000..937dae72
--- /dev/null
+++ b/testsuites/rubbos/puppet_manifests/internal/rubbos.conf
@@ -0,0 +1,45 @@
+###############################################################################
+# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+
+[Controller]
+controller=REPLACED_CONTROLLER
+#Example:
+#controller=controller-name:controller_public_ip:controller_private_ip
+
+[Hosts]
+client_servers=REPLACED_CLIENT_SERVERS
+#Example:
+#client_servers=rubbos-client1:client1_private_ip,rubbos-client2:client2_private_ip
+
+web_servers=REPLACED_WEB_SERVERS
+#web_servers=rubbos-httpd1:httpd1_private_ip
+
+app_servers=REPLACED_APP_SERVERS
+#app_servers=rubbos-tomcat1:tomcat1_private_ip
+
+cjdbc_controller=REPLACED_CJDBC_CONTROLLER
+#cjdbc_controller=
+
+db_servers=REPLACED_DB_SERVERS
+#db_servers=rubbos-mysql1:mysql1_private_ip
+
+
+[Application]
+database_port=3306
+db_username=rubbos
+db_password=rubbos
+clients_per_node=REPLACED_CLIENTS_PER_NODE
+#clients_per_node=25 50
+
+
+[Folders]
+rubbos_app=/bottlenecks/rubbos/app
+rubbos_app_tools=/bottlenecks/rubbos/app_tools
+rubbos_home=/bottlenecks/rubbos/app/RUBBoS