Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / rubbos / puppet_manifests / site_off.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_mysql::rubbos_mysql_off
16   include rubbos_monitor::rubbos_monitor_off
17 }
18
19 # tomcat node:
20 node /.*rubbos[-|_]tomcat.*/ {
21   include rubbos_tomcat::rubbos_tomcat_off
22   include rubbos_monitor::rubbos_monitor_off
23 }
24
25 # httpd node:
26 node /.*rubbos[-|_]httpd.*/ {
27   include rubbos_httpd::rubbos_httpd_off
28   include rubbos_monitor::rubbos_monitor_off
29 }
30
31 # clients
32 node /.*rubbos[-|_]client.*/ {
33   include rubbos_monitor::rubbos_monitor_off
34   include rubbos_client::rubbos_client_off
35 }