Skip to content
Snippets Groups Projects

Resolve "Initial Publish uptime of CS instance to IS"

5 files
+ 88
13
Compare changes
  • Side-by-side
  • Inline
Files
5
###### TBED TEST CONFIG ######
# This config file is used for testing on testbed.
# It is configured to use ERS and IS, as well as EOS for file transfer
# It is meant to be tested on a custom partition
# see how to run the custom partition in ../TestPartition/readme
#
# Make sure that the folder references are present in "LogDir, CopyDir, Dirlist"
########## Common parameters ##########
# Log directory
@@ -34,7 +43,7 @@ pythonPathPrepend: []
########## VARIABLES FOR ERS ##############
# Partition to log to
partition: "initial"
partition: "part_hlt_jholm"
# Stream ERS messages to
ers_info: "mts"
@@ -42,6 +51,21 @@ ers_warning: "mts"
ers_error: "mts"
ers_debug: "mts"
########## VARIABLES FOR IS ##########
# On / Off switch for IS
IS_enabled: True
# Partition to publish to
IS_partition: "part_hlt_jholm"
# IS Server to publish to
# Also called IS repository
IS_server: "RunParams"
# Publication Period (time between updates)
IS_publication_period: 5
########## METADATA DATABASE ##########
# Oracle connection string
Loading