forked from RackHD/on-build-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini.in
32 lines (30 loc) · 1.15 KB
/
config.ini.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[DEFAULT]
; Valid logging levels: CRITICAL, ERROR, WARNING, INFO, DEBUG
RACKHD_TEST_LOGLVL = INFO
RACKHD_HOST = localhost
RACKHD_PORT = 9090
RACKHD_PORT_AUTH = 9093
RACKHD_HTTPD_PORT = 9010
RACKHD_AMQP_URL = amqp://localhost:9091
RACKHD_SSH_USER = vagrant
RACKHD_SSH_PASSWORD = vagrant
RACKHD_SSH_PORT = 2222
RACKHD_USER_AUTH_PORT = 8443
RACKHD_GLOBAL_OBM_SERVICE_NAME = ipmi-obm-service
RACKHD_BASE_REPO_URL = ${BASE_REPO_URL}
RACKHD_SMB_USER = ${SMB_USER}
RACKHD_SMB_PASSWORD = ${SMB_PASSWORD}
RACKHD_SMB_WINDOWS_REPO_PATH = ${RACKHD_SMB_WINDOWS_REPO_PATH}
RACKHD_NODES_NUMBER = 3
; These are OS specific repository paths, which are optional
; however OS installer tests will default to RACKHD_BASE_REPO_URL
; if undefined
; RACKHD_CENTOS_REPO_PATH = ${BASE_REPO_URL}/repo/centos
; RACKHD_ESXI_REPO_PATH = ${BASE_REPO_URL}/repo/esxi
; RACKHD_UBUNTU_REPO_PATH = ${BASE_REPO_URL}/repo/ubuntu
; RACKHD_SUSE_REPO_PATH = ${BASE_REPO_URL}/repo/suse
; RACKHD_WINPE_REPO_PATH = http://172.31.128.1:8080/repo/winpe
; RACKHD_COREOS_REPO_PATH = ${BASE_REPO_URL}/repo/coreos
; Defines Redfish service endpoints
RACKHD_REDFISH_URL = ${REDFISH_URL}
RACKHD_REDFISH_EMC_OEM = True