X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=omf-resctl.yaml.in;h=9863b7499ffa786bd4bcf635899bd00c168f1c65;hb=16c6e4cf56c85123c585af53e10ffe00cdd4bb5d;hp=5ef54c7955b6aba85348d01eb44e865371b06b17;hpb=8298be0fa3c5db5ae09d0d351304cad2da194385;p=omf.git diff --git a/omf-resctl.yaml.in b/omf-resctl.yaml.in index 5ef54c7..9863b74 100644 --- a/omf-resctl.yaml.in +++ b/omf-resctl.yaml.in @@ -1,6 +1,10 @@ -# This is the Config file for the Resource Controller on NICTA platforms # ---- +# $Id$ +$ $URL$ +# +# This is the template Config file for the OMF Resource Controller +# The uppercase symbols between '@' get filled by the Nodemanager 'omf_resctl' plugin +# :rcontroller: # Communication settings :comm: @@ -8,13 +12,11 @@ # Number of seconds between consecutive HEARTBEAT messages :heartbeat_interval: 10 - # Interface to the control network from which this resource can be -controlled and managed + # Interface to the control network from which this resource can be controlled and managed :control_if: control # Address of the XMPP server to use for PubSub communication -# :xmpp_server: @XMPP_SERVER@ - :xmpp_server: vplc27.inria.fr + :xmpp_server: @XMPP_SERVER@ # Agent settings :agent: @@ -22,9 +24,9 @@ controlled and managed # Name (i.e. unique HRN ID) of this resource # Or this could also be passed as a command line parameter "--name" # Or if set to 'default', then the RC will use the output of '/bin/hostname' -# :name: @NODE_HRN@ - :name: default + # check the node manager plugin code about this + # first implementation sets this to 'default' + :name: @NODE_HRN@ # Name (i.e. unique HRN ID) of the slice to which this resource is assigned -# :slice: @SLICE_NAME@ - :slice: bl_TEST + :slice: @SLICE_NAME@