Skip to content

Add the cluster topology in the hosts_file #5

Description

@fbeneventi

Currently, the location of the nodes in the room is derived from the hostname encoding.

However, there are situations where this is not possible.

In these cases, a possible solution is to add a special field called LOCATION to the hosts_file. The field contains the location of the node in the custom key/value sequence format.

Example:

# BMC-IP;HOSTNAME;LOCATION;USER;PASSWORD;CUSTOM_OPTIONS
192.168.0.1;node01;rack/01/chassis/01/slot/01;user;pass;-L OPERATOR -R 4 -N 1 -S ./nodexx_sdr-dump

This string will be added as is in the topic after the .../node/<hostname>/ field.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions