Skip to content
Snippets Groups Projects

Resolve "Initial Publish uptime of CS instance to IS"

All threads resolved!
Files
13
###### 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
@@ -38,9 +47,24 @@ partition: "part_hlt_jholm"
# Stream ERS messages to
ers_info: "mts"
ers_warning: ""
ers_error: ""
ers_debug: ""
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 ##########
Loading