Home | History | Annotate | Download | only in rpm_control_system
      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 = frontend_server_log_%%Y%%m%%d_%%H%%M%%S.txt
      8 dispatcher_logname_format =  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_port: 9999
     18 default_rpm_id = rpm1
     19 email_notification_recipients = chromeos-build-alerts+rpm-control-system (a] google.com
     20 call_timeout_mins: 15
     21 # Number of seconds for the call set_power_state to timeout. This is used
     22 # to guarantee that such call won't block the controller working thread.
     23 set_power_state_timeout_seconds = 120
     24 # Size of the LRU that holds power management unit information related
     25 # to a device, e.g. rpm_hostname, outlet, hydra_hostname, etc.
     26 lru_size = 1500
     27 
     28 [SENTRY]
     29 # Access information for Sentry Based Devices.
     30 username: admn
     31 password: admn
     32 testing_user: testing
     33 testing_password: g00gl3
     34 
     35 [WEBPOWERED]
     36 # Access information for Web Powered Devices.
     37 username: testing
     38 password: g00gl3
     39 
     40 [CiscoPOE]
     41 # Acess information for POE Switches.
     42 username: root
     43 password: google
     44 servo_interface_mapping_file: servo_interface_mapping.csv
     45 
     46 [HYDRA]
     47 username: autotest
     48 password: s3rialsw
     49 admin_username: root
     50 admin_password: tslinux
     51