Users Guide
NETWORK
SERVICES
VLAN ID IP ADDRESS HOSTNAME/
NAMING
SCHEME
NETMASK GATEWAY
BMC node 1
0
By default
DHCP
provides the
IP address or
configure
manually
<ApplianceID>-
01
By default
DHCP
provides the
netmask
address or
configure
manually
By default
DHCP provides
the gateway
address or
configure
manually
BMC node 2 <ApplianceID>-
02
BMC node 3 <ApplianceID>-
03
BMC node 4 <ApplianceID>-
04
JSON configuration file format and valid values
The configuration file used for Just Go!, default-config-static.json, is part of the EVO:RAIL
distribution. As an alternative to Customize Me!, you can upload a json configuration file by using
Upload Configuration File in EVO:RAIL Configuration.
EVO:RAIL does not currently validate your json file. It must be properly formatted and the values must be
valid for EVO:RAIL. The following list contains the field restrictions:
• minIP, maxIP, netmask, gateway: valid IP addresses and netmask in your network
• vlanId: valid numeric VLAN ID, configured on your TOR switch
• name: alphanumeric string to identify a VM network segment
• prefix: alphanumeric string for the first part of an ESXi hostname
• separator: “”, “-“
• iterator: “NUMERIC_N”, “NUMERIC_NN”, “ALPHA”
• tld: valid TLD name in your network
• vcenter: alphanumeric string for the vCenter Server hostname
• passwords: Only text that has 5-20 characters and one of them must be a special character. No
character must be reused for more than three or more times.(Be aware that typing a password in text-
only format in a configuration file is not secure.)
• logging: “LOGINSIGHT”, “SYSLOG”
• timezone: “UTC”
• other fields: alphanumeric strings
The default configuration file that is a part of the EVO:RAIL distribution, default-config-
static.json
, is given here.
{
“network”:{
“dhcp”: false,
“hosts”:{
“management”:{
“pools”:[{
“minIp”: “192.168.10.1”,
31