Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions xml/BioBeamerTus.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Hosts using tool="tus": resumable HTTP upload straight into B-Fabric, with the workunit
created at upload time. Nothing needs to be mounted.

Kept in a SEPARATE file from the fleet-shared configs on purpose: the tus_* attributes are
only accepted by BioBeamer versions whose XSD knows them (or which carry the
<xs:anyAttribute> forward-compatibility fix). Merging these hosts into BioBeamerTest.xml
before that fix is rolled out fleet-wide would break XML validation for every host still
pinned to an older version, including robocopy hosts unrelated to tus.

The B-Fabric container is taken from each file's path (a 'p<digits>' or 'C<digits>'
segment); there is deliberately no fallback. See BioBeamer's README for the legal formats.
-->
<BioBeamerHosts>

<host name="testhost_tus"
instrument="TestInstrument"
min_size="0"
min_time_diff="0"
max_time_diff="604800"
max_time_delete="1209600"
simulate_copy="false"
simulate_delete="true"
robocopy_mov="false"
func_target_mapping=""
pattern=".+\.(raw|tdf|tdf_bin|bin)$"
source_path="/tmp/tus_source/"
tus_endpoint="http://localhost:1337/files"
tus_container_pattern="p([0-9]+)"
tus_track_job="true"
tus_on_duplicate="link"
syshandler_adress="localhost"
syshandler_port="514"
version="feat-tus-upload"
tool="tus">
<b-fabric>
<applicationID>417</applicationID>
</b-fabric>
</host>

</BioBeamerHosts>