package template yaml file, and provide a convenience, version-neutral link in /etc
[omf.git] / omf-resctl.yaml.in
1 # This is the Config file for the Resource Controller on NICTA platforms
2 #
3 ---
4 :rcontroller:
5  # Communication settings
6  :comm:
7
8    # Number of seconds between consecutive HEARTBEAT messages
9    :heartbeat_interval: 10
10
11    # Interface to the control network from which this resource can be
12 controlled and managed
13    :control_if: control
14
15    # Address of the XMPP server to use for PubSub communication
16 #   :xmpp_server: @XMPP_SERVER@
17    :xmpp_server: vplc27.inria.fr
18
19  # Agent settings
20  :agent:
21
22    # Name (i.e. unique HRN ID) of this resource
23    # Or this could also be passed as a command line parameter "--name"
24    # Or if set to 'default', then the RC will use the output of '/bin/hostname'
25 #   :name: @NODE_HRN@
26    :name: default
27
28    # Name (i.e. unique HRN ID) of the slice to which this resource is assigned
29 #   :slice: @SLICE_NAME@
30    :slice: bl_TEST