Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Satellites can be used for their realm or sub realms too. It's just a parameter in the configuration of the element.

 

Variable Descriptions

 

PropertyDefaultDescription
realm_nameN/AThis variable is used to identify the *short name* of the realm.
realm_membersN/AThis directive is used to list realm sub-realms.
broker_complete_links0If 1, then the brokers will be allowed to talk to schedulers taht already have a broker defined (in its realm or upper). So enabling this option allow a scheduler to export its data to all the broker in its realm level or upper, whatever their number are.
default0This directive is used to define if the realm is the default one or not. Only one default realm is allowed.

Example Definition

 

Code Block
  define realm{
      realm_name     World
      realm_members  Europe,America,Asia
      default        0
  }