Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Library Collections |
| 3 | Library String |
| 4 | Library RequestsLibrary.RequestsKeywords |
| 5 | Library OperatingSystem |
| 6 | Variables ../data/variables.py |
| 7 | |
| 8 | *** Variables *** |
George Keishing | 633b9ce | 2018-05-31 01:24:52 -0500 | [diff] [blame] | 9 | |
| 10 | ${OPENBMC_MODEL} ${EMPTY} |
George Keishing | 136bcc6 | 2016-11-23 08:34:16 -0600 | [diff] [blame] | 11 | ${OPENBMC_HOST} ${EMPTY} |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 12 | ${DBUS_PREFIX} ${EMPTY} |
| 13 | ${PORT} ${EMPTY} |
George Keishing | fbeaecc | 2016-08-16 05:24:31 -0500 | [diff] [blame] | 14 | # AUTH_SUFFIX here is derived from variables.py |
| 15 | ${AUTH_URI} https://${OPENBMC_HOST}${AUTH_SUFFIX} |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 16 | ${OPENBMC_USERNAME} root |
| 17 | ${OPENBMC_PASSWORD} 0penBmc |
George Keishing | af4ab32 | 2018-10-17 12:42:52 -0500 | [diff] [blame] | 18 | ${REST_USERNAME} root |
| 19 | ${REST_PASSWORD} 0penBmc |
Rahul Maheshwari | ea7d2de | 2017-03-16 06:50:09 -0500 | [diff] [blame] | 20 | ${IPMI_PASSWORD} 0penBmc |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 21 | ${MACHINE_TYPE} palmetto |
| 22 | ${DBUS_POLL_INTERVAL} 15s |
| 23 | ${OPENBMC_REBOOT_TIMEOUT} ${10} |
Rahul Maheshwari | ca2d687 | 2017-03-17 01:48:24 -0500 | [diff] [blame] | 24 | # IPMI_COMMAND here is set to "External" by default. User |
| 25 | # can override to "Dbus" from command line. |
| 26 | ${IPMI_COMMAND} External |
George Keishing | 39967eb | 2018-04-30 11:36:23 -0500 | [diff] [blame] | 27 | # IPMI chipher default. |
| 28 | ${IPMI_CIPHER_LEVEL} ${3} |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 29 | |
| 30 | # PDU related parameters |
| 31 | ${PDU_TYPE} ${EMPTY} |
| 32 | ${PDU_IP} ${EMPTY} |
| 33 | ${PDU_USERNAME} ${EMPTY} |
| 34 | ${PDU_PASSWORD} ${EMPTY} |
| 35 | ${PDU_SLOT_NO} ${EMPTY} |
| 36 | |
George Keishing | 4d6c1da | 2016-07-15 05:51:22 -0500 | [diff] [blame] | 37 | # User define input SSH and HTTPS related parameters |
| 38 | ${SSH_PORT} ${EMPTY} |
| 39 | ${HTTPS_PORT} ${EMPTY} |
George Keishing | beec26d | 2016-11-09 06:57:28 -0600 | [diff] [blame] | 40 | ${OPENBMC_SERIAL_HOST} ${EMPTY} |
| 41 | ${OPENBMC_SERIAL_PORT} ${EMPTY} |
George Keishing | 4d6c1da | 2016-07-15 05:51:22 -0500 | [diff] [blame] | 42 | |
Michael Walsh | 49ab0f4 | 2016-07-20 11:44:33 -0500 | [diff] [blame] | 43 | # OS related parameters. |
| 44 | ${OS_HOST} ${EMPTY} |
| 45 | ${OS_USERNAME} ${EMPTY} |
| 46 | ${OS_PASSWORD} ${EMPTY} |
| 47 | ${OS_WAIT_TIMEOUT} ${15*60} |
| 48 | |
Prashanth Katti | 01293ef | 2017-02-16 08:20:20 -0600 | [diff] [blame] | 49 | # Networking related parameters |
Prashanth Katti | 3690dc0 | 2017-11-22 07:21:24 -0600 | [diff] [blame] | 50 | ${NETWORK_PORT} 80 |
| 51 | ${PACKET_TYPE} tcp |
| 52 | ${NETWORK_RETRY_TIME} 6 |
Rahul Maheshwari | 3505c8d | 2018-09-06 01:46:50 -0500 | [diff] [blame] | 53 | ${NETWORK_TIMEOUT} 18 |
George Keishing | a126e21 | 2017-03-24 08:07:17 -0500 | [diff] [blame] | 54 | # BMC debug tarball parameter |
| 55 | ${DEBUG_TARBALL_PATH} ${EMPTY} |
| 56 | |
Saqib Khan | fb1f6ae | 2017-04-26 13:24:41 -0500 | [diff] [blame] | 57 | # Upload Image parameters |
Charles Paul Hofer | c1fa2bc | 2017-08-18 16:44:03 -0500 | [diff] [blame] | 58 | ${TFTP_SERVER} ${EMPTY} |
| 59 | ${PNOR_TFTP_FILE_NAME} ${EMPTY} |
| 60 | ${BMC_TFTP_FILE_NAME} ${EMPTY} |
| 61 | ${IMAGE_FILE_PATH} ${EMPTY} |
| 62 | ${ALTERNATE_IMAGE_FILE_PATH} ${EMPTY} |
| 63 | ${PNOR_IMAGE_FILE_PATH} ${EMPTY} |
| 64 | ${BMC_IMAGE_FILE_PATH} ${EMPTY} |
| 65 | ${BAD_IMAGES_DIR_PATH} ${EMPTY} |
Charles Paul Hofer | b7842a5 | 2017-09-22 10:11:33 -0500 | [diff] [blame] | 66 | ${SKIP_UPDATE_IF_ACTIVE} false |
Saqib Khan | fb1f6ae | 2017-04-26 13:24:41 -0500 | [diff] [blame] | 67 | |
Charles Paul Hofer | 862685c | 2017-09-19 17:09:19 -0500 | [diff] [blame] | 68 | # Parameters for doing N-1 and N+1 code updates. |
| 69 | ${N_MINUS_ONE_IMAGE_FILE_PATH} ${EMPTY} |
| 70 | ${N_PLUS_ONE_IMAGE_FILE_PATH} ${EMPTY} |
| 71 | |
Andrew Geissler | aad0530 | 2017-09-13 22:20:34 +0000 | [diff] [blame] | 72 | # The caller must set this to the string "true" in order to delete images. The |
| 73 | # code is picky. |
Charles Paul Hofer | 2c73164 | 2017-08-03 18:13:27 -0500 | [diff] [blame] | 74 | ${DELETE_OLD_PNOR_IMAGES} false |
Charles Paul Hofer | 51b54c0 | 2017-09-13 22:13:49 -0500 | [diff] [blame] | 75 | ${DELETE_OLD_GUARD_FILE} false |
Charles Paul Hofer | 2c73164 | 2017-08-03 18:13:27 -0500 | [diff] [blame] | 76 | |
George Keishing | 830211e | 2017-07-19 08:44:07 -0500 | [diff] [blame] | 77 | # Caller can specify a value for LAST_KNOWN_GOOD_VERSION to indicate that if |
| 78 | # the machine already has that version on it, the update should be skipped. |
| 79 | ${LAST_KNOWN_GOOD_VERSION} ${EMPTY} |
| 80 | |
George Keishing | 3e28ea3 | 2017-12-19 03:13:52 -0600 | [diff] [blame] | 81 | # By default field mode is disabled. |
| 82 | ${FIELD_MODE} ${False} |
| 83 | |
Sivas SRR | e4c1e85 | 2018-09-26 23:36:35 -0500 | [diff] [blame] | 84 | # LDAP related variables. |
| 85 | ${LDAP_BASE_DN} ${EMPTY} |
| 86 | ${LDAP_BIND_DN} ${EMPTY} |
| 87 | ${LDAP_SERVER_HOST} ${EMPTY} |
| 88 | ${LDAP_SECURE_MODE} ${EMPTY} |
| 89 | ${LDAP_BIND_DN_PASSWORD} ${EMPTY} |
| 90 | ${LDAP_SEARCH_SCOPE} ${EMPTY} |
| 91 | ${LDAP_TYPE} ${EMPTY} |
| 92 | ${LDAP_USER} ${EMPTY} |
| 93 | ${LDAP_USER_PASSWORD} ${EMPTY} |
| 94 | |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 95 | *** Keywords *** |
| 96 | Get Inventory Schema |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 97 | [Documentation] Get inventory schema. |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 98 | [Arguments] ${machine} |
| 99 | [Return] &{INVENTORY}[${machine}] |
| 100 | |
| 101 | Get Inventory Items Schema |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 102 | [Documentation] Get inventory items schema. |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 103 | [Arguments] ${machine} |
| 104 | [Return] &{INVENTORY_ITEMS}[${machine}] |
| 105 | |
| 106 | Get Sensor Schema |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 107 | [Documentation] Get sensors schema. |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 108 | [Arguments] ${machine} |
| 109 | [Return] &{SENSORS}[${machine}] |