Prashanth Katti | 1dcd539 | 2017-05-12 04:35:53 -0500 | [diff] [blame] | 1 | *** Variables *** |
2 | |||||
3 | # XCAT related parameters | ||||
4 | |||||
5 | ${XCAT_HOST} ${EMPTY} | ||||
6 | ${XCAT_USERNAME} ${EMPTY} | ||||
7 | ${XCAT_PASSWORD} ${EMPTY} | ||||
8 | ${XCAT_PORT} 31578 | ||||
9 | ${XCAT_DIR_PATH} /opt/xcat/bin/ | ||||
10 | |||||
11 | # Default BMC nodes config file. | ||||
12 | |||||
13 | ${NODE_CFG_FILE_PATH} ../lib/xcat/bmc_nodes.cfg |