blob: 36603c53f13ef2b9336ea7a81a56f50f9e74bfb9 [file] [log] [blame]
Chris Austenb29d2e82016-06-07 12:25:35 -05001*** Settings ***
2Library Collections
3Library String
4Library RequestsLibrary.RequestsKeywords
5Library OperatingSystem
6Variables ../data/variables.py
7
8*** Variables ***
George Keishing633b9ce2018-05-31 01:24:52 -05009
10${OPENBMC_MODEL} ${EMPTY}
George Keishing136bcc62016-11-23 08:34:16 -060011${OPENBMC_HOST} ${EMPTY}
Chris Austenb29d2e82016-06-07 12:25:35 -050012${DBUS_PREFIX} ${EMPTY}
13${PORT} ${EMPTY}
George Keishingfbeaecc2016-08-16 05:24:31 -050014# AUTH_SUFFIX here is derived from variables.py
15${AUTH_URI} https://${OPENBMC_HOST}${AUTH_SUFFIX}
Chris Austenb29d2e82016-06-07 12:25:35 -050016${OPENBMC_USERNAME} root
17${OPENBMC_PASSWORD} 0penBmc
George Keishingaf4ab322018-10-17 12:42:52 -050018${REST_USERNAME} root
19${REST_PASSWORD} 0penBmc
Rahul Maheshwariea7d2de2017-03-16 06:50:09 -050020${IPMI_PASSWORD} 0penBmc
Chris Austenb29d2e82016-06-07 12:25:35 -050021${MACHINE_TYPE} palmetto
22${DBUS_POLL_INTERVAL} 15s
23${OPENBMC_REBOOT_TIMEOUT} ${10}
Rahul Maheshwarica2d6872017-03-17 01:48:24 -050024# IPMI_COMMAND here is set to "External" by default. User
25# can override to "Dbus" from command line.
26${IPMI_COMMAND} External
George Keishing39967eb2018-04-30 11:36:23 -050027# IPMI chipher default.
28${IPMI_CIPHER_LEVEL} ${3}
Chris Austenb29d2e82016-06-07 12:25:35 -050029
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 Keishing4d6c1da2016-07-15 05:51:22 -050037# User define input SSH and HTTPS related parameters
Michael Walsh73a86ac2019-11-08 14:24:09 -060038${SSH_PORT} 22
39${HTTPS_PORT} 443
George Keishinge33ad1d2019-12-09 11:17:36 -060040${IPMI_PORT} 623
George Keishing088166c2019-12-13 08:11:28 -060041${HOST_SOL_PORT} 2200
George Keishingbeec26d2016-11-09 06:57:28 -060042${OPENBMC_SERIAL_HOST} ${EMPTY}
43${OPENBMC_SERIAL_PORT} ${EMPTY}
George Keishing4d6c1da2016-07-15 05:51:22 -050044
Michael Walsh49ab0f42016-07-20 11:44:33 -050045# OS related parameters.
46${OS_HOST} ${EMPTY}
47${OS_USERNAME} ${EMPTY}
48${OS_PASSWORD} ${EMPTY}
49${OS_WAIT_TIMEOUT} ${15*60}
50
Prashanth Katti01293ef2017-02-16 08:20:20 -060051# Networking related parameters
Prashanth Kattibcb7d612019-08-09 06:04:10 -050052${NETWORK_PORT} 80
53${PACKET_TYPE} tcp
54${ICMP_PACKETS} icmp
55${NETWORK_RETRY_TIME} 6
56${NETWORK_TIMEOUT} 18
57${ICMP_TIMESTAMP_REQUEST} 13
58${ICMP_ECHO_REQUEST} 8
Tony Lee7c5f4b22019-12-06 17:21:31 +080059${CHANNEL_NUMBER} 1
Prashanth Kattibcb7d612019-08-09 06:04:10 -050060
George Keishinga126e212017-03-24 08:07:17 -050061# BMC debug tarball parameter
62${DEBUG_TARBALL_PATH} ${EMPTY}
63
Saqib Khanfb1f6ae2017-04-26 13:24:41 -050064# Upload Image parameters
Charles Paul Hoferc1fa2bc2017-08-18 16:44:03 -050065${TFTP_SERVER} ${EMPTY}
66${PNOR_TFTP_FILE_NAME} ${EMPTY}
67${BMC_TFTP_FILE_NAME} ${EMPTY}
68${IMAGE_FILE_PATH} ${EMPTY}
69${ALTERNATE_IMAGE_FILE_PATH} ${EMPTY}
70${PNOR_IMAGE_FILE_PATH} ${EMPTY}
71${BMC_IMAGE_FILE_PATH} ${EMPTY}
72${BAD_IMAGES_DIR_PATH} ${EMPTY}
Charles Paul Hoferb7842a52017-09-22 10:11:33 -050073${SKIP_UPDATE_IF_ACTIVE} false
Saqib Khanfb1f6ae2017-04-26 13:24:41 -050074
Charles Paul Hofer862685c2017-09-19 17:09:19 -050075# Parameters for doing N-1 and N+1 code updates.
76${N_MINUS_ONE_IMAGE_FILE_PATH} ${EMPTY}
77${N_PLUS_ONE_IMAGE_FILE_PATH} ${EMPTY}
78
Andrew Geissleraad05302017-09-13 22:20:34 +000079# The caller must set this to the string "true" in order to delete images. The
80# code is picky.
Charles Paul Hofer2c731642017-08-03 18:13:27 -050081${DELETE_OLD_PNOR_IMAGES} false
Charles Paul Hofer51b54c02017-09-13 22:13:49 -050082${DELETE_OLD_GUARD_FILE} false
Charles Paul Hofer2c731642017-08-03 18:13:27 -050083
George Keishing830211e2017-07-19 08:44:07 -050084# Caller can specify a value for LAST_KNOWN_GOOD_VERSION to indicate that if
85# the machine already has that version on it, the update should be skipped.
86${LAST_KNOWN_GOOD_VERSION} ${EMPTY}
87
George Keishing3e28ea32017-12-19 03:13:52 -060088# By default field mode is disabled.
89${FIELD_MODE} ${False}
90
Sivas SRRe4c1e852018-09-26 23:36:35 -050091# LDAP related variables.
92${LDAP_BASE_DN} ${EMPTY}
93${LDAP_BIND_DN} ${EMPTY}
94${LDAP_SERVER_HOST} ${EMPTY}
95${LDAP_SECURE_MODE} ${EMPTY}
96${LDAP_BIND_DN_PASSWORD} ${EMPTY}
97${LDAP_SEARCH_SCOPE} ${EMPTY}
98${LDAP_TYPE} ${EMPTY}
99${LDAP_USER} ${EMPTY}
100${LDAP_USER_PASSWORD} ${EMPTY}
101
Chris Austenb29d2e82016-06-07 12:25:35 -0500102*** Keywords ***
103Get Inventory Schema
Joy Onyerikwuf4a807b2018-06-20 08:43:54 -0500104 [Documentation] Get inventory schema.
Chris Austenb29d2e82016-06-07 12:25:35 -0500105 [Arguments] ${machine}
106 [Return] &{INVENTORY}[${machine}]
107
108Get Inventory Items Schema
Joy Onyerikwuf4a807b2018-06-20 08:43:54 -0500109 [Documentation] Get inventory items schema.
Chris Austenb29d2e82016-06-07 12:25:35 -0500110 [Arguments] ${machine}
111 [Return] &{INVENTORY_ITEMS}[${machine}]
112
113Get Sensor Schema
Joy Onyerikwuf4a807b2018-06-20 08:43:54 -0500114 [Documentation] Get sensors schema.
Chris Austenb29d2e82016-06-07 12:25:35 -0500115 [Arguments] ${machine}
116 [Return] &{SENSORS}[${machine}]