remove suspicious-looking line
[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 :rcontroller:
9  # Communication settings
10  :comm:
11
12    # Number of seconds between consecutive HEARTBEAT messages
13    :heartbeat_interval: 10
14
15    # Interface to the control network from which this resource can be controlled and managed
16    :control_if: control
17
18    # Address of the XMPP server to use for PubSub communication
19    :xmpp_server: @XMPP_SERVER@
20
21  # Agent settings
22  :agent:
23
24    # Name (i.e. unique HRN ID) of this resource
25    # Or this could also be passed as a command line parameter "--name"
26    # Or if set to 'default', then the RC will use the output of '/bin/hostname'
27    # check the node manager plugin code about this
28    # first implementation sets this to 'default'
29    :name: @NODE_HRN@
30
31    # Name (i.e. unique HRN ID) of the slice to which this resource is assigned
32    :slice: @SLICE_NAME@