Node specific information

Node specific management address information

all:
  children:
    control_nodes:
      hosts:
        node1:
          custom_hostname: <VALUE>
          management_network:
            network1:
              ip: <VALUE>
        node2:
          custom_hostname: <VALUE>
          management_network:
            network1:
              ip: <VALUE>
        node3:
          custom_hostname: <VALUE>
          management_network:
            network1:
              ip: <VALUE>
  
Note: If you are on version older than 1.0.5.1, do not change the custom_hostname: <VALUE> There are known issues that are connected to changing the host's name. If you change the hostname, ensure that custom hostnames resolve in DNS. The system checks this during setup, and will throw an error if they are not resolved.

After custom_hostname: <VALUE> has been set, you must always provide a value. If you want to revert to default values, you must explicitly change to e1n1, e1n2 and so on.

In each node stanza, the node-specific IP address must be set. This is a dotted quad address, like in the following example:
node1:
          custom_hostname: 
          management_network:
            network1:
              ip: 1.2.3.4