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} |
Rahul Maheshwari | e0ab999 | 2017-07-31 15:30:38 -0500 | [diff] [blame] | 8 | ${XCAT_PORT} 22 |
Prashanth Katti | 477debc | 2017-05-19 03:01:04 -0500 | [diff] [blame] | 9 | ${XCAT_DIR_PATH} /opt/xcat/bin/ |
Prashanth Katti | b974a74 | 2017-05-25 06:52:29 -0500 | [diff] [blame] | 10 | ${GROUP} openbmc |
Prashanth Katti | 1dcd539 | 2017-05-12 04:35:53 -0500 | [diff] [blame] | 11 | |
| 12 | # Default BMC nodes config file. |
| 13 | |
| 14 | ${NODE_CFG_FILE_PATH} ../lib/xcat/bmc_nodes.cfg |