1*** Variables ***
2
3# XCAT related parameters
4
5${XCAT_HOST}      ${EMPTY}
6${XCAT_USERNAME}  ${EMPTY}
7${XCAT_PASSWORD}  ${EMPTY}
8${XCAT_PORT}      22
9${XCAT_DIR_PATH}  /opt/xcat/bin/
10${GROUP}          openbmc
11
12# Default BMC nodes config file.
13
14${NODE_CFG_FILE_PATH}  ../lib/xcat/bmc_nodes.cfg
15