Versions Compared

    Key

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

    ...

    The qbwrk.conf file format is very similar to the qb.conf format, with just the inclusion of a macro and template inheritance system. Click on each section heading below to expand the description.

    Expand
    titleComments

    Comments are preceded by the "#" character; everything after the character is ignored by the parser.

    Example

    key = value #and then the comment

    #comment key is equal to value

    ...

    Expand
    titleTemplate Inheritance

    The advantage of the macro file format is the use of template inheritance and value replacement. A section is allowed to "inherit" another section's key/value pairs. This can be accomplished by adding a colon and a space-delimited list of templates.

    Icon

    The qbwrk.conf file is read from top-to-bottom. A template can only inherit from an already-defined template that appears before it in the file.

    Example

    The section:

    [qube]
    key9 = value00

    [section]
    key = value
    key1 = value1

    [section2] : section
    key = value3

    [section3] : section2 qube

    evaluates to:

    [qube]
    key9 = value00

    [section]
    key = value
    key1 = value1

    [section2]
    key = value3
    key1 = value1

    [section3]
    key = value3
    key1 = value1
    key9 = value00

     

     

    Info

    The following parameters are only settable locally on the Worker as they determine where the Qube installation is located, the hostname of the Supervisor, and the filtering field for network communication. They will not have any effect when used in the qbwrk.conf file.

    Include Page
    _worker_bootstrap_parameter_list
    _worker_bootstrap_parameter_list