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] 5debug: True 6logging_format: %%(asctime)s - %%(levelname)s - %%(message)s 7frontend_logname_format = ./logs/frontend_server_log_%%Y%%m%%d_%%H%%M%%S.txt 8dispatcher_logname_format = ./logs/rpm_dispatcher_log_%%Y%%m%%d_%%H%%M%%S.txt 9email_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. 13dns_zone: cros.corp.google.com 14 15[RPM_INFRASTRUCTURE] 16# General RPM infrastructure information. 17frontend_addr: chromeos-rpmserver1.cbf.corp.google.com 18frontend_port: 9999 19frontend_uri: http://%(frontend_addr)s:%(frontend_port)s 20default_rpm_id = rpm1 21email_notification_recipients = chromeos-lab-errors@google.com 22call_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. 25set_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. 28lru_size = 1500 29 30[SENTRY] 31# Access information for Sentry Based Devices. 32username: admn 33password: admn 34testing_user: testing 35testing_password: g00gl3 36 37[WEBPOWERED] 38# Access information for Web Powered Devices. 39username: testing 40password: g00gl3 41 42[CiscoPOE] 43# Acess information for POE Switches. 44username: root 45password: google 46servo_interface_mapping_file: servo_interface_mapping.csv 47 48[HYDRA] 49username: autotest 50password: s3rialsw 51admin_username: root 52admin_password: tslinux 53