refine
[omf.git] / omf-resctl.yaml.in
1 #
2 # $Id$
3 $ $URL$
4 #
5 # This is the template Config file for the OMF Resource Controller
6 # The uppercase symbols between '@' get filled by the Nodemanager 'omf_resctl' plugin 
7 #
8 ---
9 :rcontroller:
10  # Communication settings
11  :comm:
12
13    # Number of seconds between consecutive HEARTBEAT messages
14    :heartbeat_interval: 10
15
16    # Interface to the control network from which this resource can be controlled and managed
17    :control_if: control
18
19    # Address of the XMPP server to use for PubSub communication
20    :xmpp_server: @XMPP_SERVER@
21
22  # Agent settings
23  :agent:
24
25    # Name (i.e. unique HRN ID) of this resource
26    # Or this could also be passed as a command line parameter "--name"
27    # Or if set to 'default', then the RC will use the output of '/bin/hostname'
28    # check the node manager plugin code about this
29    # first implementation sets this to 'default'
30    :name: @NODE_HRN@
31
32    # Name (i.e. unique HRN ID) of the slice to which this resource is assigned
33    :slice: @SLICE_NAME@