use stable/tagged rpms from omf-5.3-federation-v1.1
[omf.git] / omf-resctl.yaml.in
1 #\r
2 # $Id$\r
3 # $ $URL$\r
4 #\r
5 # This is the template Config file for the OMF Resource Controller\r
6 # The uppercase symbols between '@' get filled by the Nodemanager 'omf_resctl' plugin \r
7 #\r
8 # Copyright (c) 2006-2009 National ICT Australia (NICTA), Australia\r
9 #\r
10 # Copyright (c) 2004-2009 WINLAB, Rutgers University, USA\r
11 #\r
12 # Permission is hereby granted, free of charge, to any person obtaining a copy\r
13 # of this software and associated documentation files (the "Software"), to deal\r
14 # in the Software without restriction, including without limitation the rights\r
15 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
16 # copies of the Software, and to permit persons to whom the Software is\r
17 # furnished to do so, subject to the following conditions:\r
18 #\r
19 # The above copyright notice and this permission notice shall be included in\r
20 # all copies or substantial portions of the Software.\r
21 #\r
22 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
23 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
24 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\r
25 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
26 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
27 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
28 # THE SOFTWARE.\r
29 #\r
30 #\r
31 # NOTE: use only 'spaces' to indent !\r
32 # ('tab' indents are not supported by the ruby yaml parser used to read this file)\r
33 #\r
34 ---\r
35 :rcontroller:\r
36   # Communication settings \r
37   :comm:\r
38 \r
39     # Number of seconds between consecutive HEARTBEAT messages\r
40     :heartbeat_interval: 10\r
41   \r
42     # Interface to the control network from which this resource can be controlled and managed\r
43     :control_if: control\r
44 \r
45     # Address of the local PubSub server to use for PubSub communication\r
46     :local_pubsub_server: @XMPP_SERVER@\r
47 \r
48     # Address of the remote PubSub server which host the PubSub groups for my Slice\r
49     :remote_pubsub_server: @XMPP_SERVER@\r
50 \r
51   # Agent settings\r
52   :agent:\r
53 \r
54     # Name (i.e. unique HRN ID) of this resource\r
55     # Or this could also be passed as a command line parameter "--name"\r
56     # Or if set to 'default', then the RC will use the output of '/bin/hostname'\r
57     :name: @NODE_HRN@\r
58 \r
59     # Name (i.e. unique HRN ID) of the slice to which this resource is assigned\r
60     :slice: @SLICE_NAME@\r