Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / rubbos / puppet_manifests / site_on.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 node default { }
12
13 # mysql node:
14 node /.*rubbos[-|_]mysql.*/ {
15   include rubbos_common::rubbos_common_on
16   include rubbos_mysql::rubbos_mysql_on
17   include rubbos_monitor::rubbos_monitor_on
18 }
19
20 # tomcat node:
21 node /.*rubbos[-|_]tomcat.*/ {
22   include rubbos_common::rubbos_common_on
23   include rubbos_tomcat::rubbos_tomcat_on
24   include rubbos_monitor::rubbos_monitor_on
25 }
26
27 # httpd node:
28 node /.*rubbos[-|_]httpd.*/ {
29   include rubbos_common::rubbos_common_on
30   include rubbos_httpd::rubbos_httpd_on
31   include rubbos_monitor::rubbos_monitor_on
32 }
33
34 # clients
35 node /.*rubbos[-|_]client.*/ {
36   include rubbos_common::rubbos_common_on
37   include rubbos_monitor::rubbos_monitor_on
38   include rubbos_client::rubbos_client_on
39 }