1 # Copyright (c) 2012 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 [GENERAL] 5 debug: True 6 logging_format: %%(asctime)s - %%(levelname)s - %%(message)s 7 frontend_logname_format = ./logs/frontend_server_log_%%Y%%m%%d_%%H%%M%%S.txt 8 dispatcher_logname_format = ./logs/rpm_dispatcher_log_%%Y%%m%%d_%%H%%M%%S.txt 9 email_subject_line_format: ** RPM INFRASTRUCTURE ISSUE on %%s ** 10 11 [CROS] 12 # The zone that all Chrome OS devices are in if they are in a lab. 13 dns_zone: cros.corp.google.com 14 15 [RPM_INFRASTRUCTURE] 16 # General RPM infrastructure information. 17 frontend_addr: chromeos-rpmserver2.cbf.corp.google.com 18 frontend_port: 9999 19 frontend_uri: http://%(frontend_addr)s:%(frontend_port)s 20 default_rpm_id = rpm1 21 email_notification_recipients = chromeos-lab-errors (a] google.com 22 call_timeout_mins: 15 23 # Number of seconds for the call set_power_state to timeout. This is used 24 # to guarantee that such call won't block the controller working thread. 25 set_power_state_timeout_seconds = 120 26 # Size of the LRU that holds power management unit information related 27 # to a device, e.g. rpm_hostname, outlet, hydra_hostname, etc. 28 lru_size = 1500 29 30 [SENTRY] 31 # Access information for Sentry Based Devices. 32 username: admn 33 password: admn 34 testing_user: testing 35 testing_password: g00gl3 36 37 [WEBPOWERED] 38 # Access information for Web Powered Devices. 39 username: testing 40 password: g00gl3 41 42 [CiscoPOE] 43 # Acess information for POE Switches. 44 username: root 45 password: google 46 servo_interface_mapping_file: servo_interface_mapping.csv 47 48 [HYDRA] 49 username: autotest 50 password: s3rialsw 51 admin_username: root 52 admin_password: tslinux 53