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 | ||||
Prashanth Katti | 477debc | 2017-05-19 03:01:04 -0500 | [diff] [blame] | 9 | ${XCAT_DIR_PATH} /opt/xcat/bin/ |
Prashanth Katti | 1dcd539 | 2017-05-12 04:35:53 -0500 | [diff] [blame] | 10 | |
11 | # Default BMC nodes config file. | ||||
12 | |||||
13 | ${NODE_CFG_FILE_PATH} ../lib/xcat/bmc_nodes.cfg |