From: yaoguang wang Date: Mon, 25 Apr 2016 09:19:24 +0000 (+0000) Subject: Merge "obtain rubbos instance info and write them into conf file" X-Git-Tag: colorado.1.0~47 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=911d39ce7a8b45ab8b6d7dd2ef1feb1a30ca4646;hp=d5e21b553c692948ec3710a5f1c1bc7dbabb6a62;p=bottlenecks.git Merge "obtain rubbos instance info and write them into conf file" --- 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