X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=omf-resctl.yaml.in;h=d49d83b176e62564a7122bf485d0edeaf500ee90;hb=4f7f6e5d61ea5f440af5a039d6849a0834225963;hp=91fd392fa9e554ec26d54cd3e5d06379ce0bc89b;hpb=19b45027fd5d1a1b2a8e149d93de693942cfb66c;p=omf.git diff --git a/omf-resctl.yaml.in b/omf-resctl.yaml.in index 91fd392..d49d83b 100644 --- a/omf-resctl.yaml.in +++ b/omf-resctl.yaml.in @@ -34,7 +34,7 @@ --- :rcontroller: # Communication settings - :comm: + :communicator: # Number of seconds between consecutive HEARTBEAT messages :heartbeat_interval: 10 @@ -42,11 +42,31 @@ # Interface to the control network from which this resource can be controlled and managed :control_if: control - # Address of the local PubSub server to use for PubSub communication - :local_pubsub_server: @XMPP_SERVER@ + # set this to false if you want to disable signature checks and message signing + :authenticate_messages: true - # Address of the remote PubSub server which host the PubSub groups for my Slice - :remote_pubsub_server: @XMPP_SERVER@ + # your RSA/DSA SSH private key file + :private_key: @SLIVER_PRIVATE_KEY@ + + # directory holding the public keys of your OMF peers + :public_key_dir: @SLIVER_PUB_KEY_DIR@ + + :type: 'xmpp' + :xmpp: + # Address of the PubSub server to use as gateway for PubSub communication + :pubsub_gateway: @XMPP_SERVER@ + + # Address of the PubSub server which host the communication for my slice + # Leave this commented if the pubsub groups for this slice are hosted on + # the same server as the 'pubsub_gateway' + #:pubsub_domain: 10.0.0.200 + # The following 'home_pubsub_user' and 'home_pubsub_pwd' are optional + # RC will create a unique user/pwd for itself if this is not provided + # In a typical OMF install, you should not uncomment these lines + # (do so only if you need to manually set user/password for + # your client to connect to your pubsub server) + #:pubsub_user: 'my_RC_name' + #:pubsub_pwd: 'my_RC_password' # Agent settings :agent: