This file is indexed.

/usr/share/pegasus/examples/bosco-shared-fs/sites.xml is in pegasus-wms 4.4.0+dfsg-7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<sitecatalog xmlns="http://pegasus.isi.edu/schema/sitecatalog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pegasus.isi.edu/schema/sitecatalog http://pegasus.isi.edu/schema/sc-4.0.xsd" version="4.0">

    <site  handle="local" arch="x86_64" os="LINUX">

        <!-- local work directory -->
        <directory type="shared-scratch" path="/local-scratch/rynge/bosco-shared-fs/work">
            <file-server operation="all" url="file:///local-scratch/rynge/bosco-shared-fs/work"/>
        </directory>

	<!-- outputs directory -->
        <directory type="local-storage" path="/local-scratch/rynge/bosco-shared-fs/outputs">
            <file-server operation="all" url="file:///local-scratch/rynge/bosco-shared-fs/outputs"/>
        </directory>

	<!-- Provide a ssh key without a passphrase for ssh staging -->
    <profile namespace="env" key="SSH_PRIVATE_KEY">/path/to/.ssh/workflow_rsa</profile>

    </site>

    <site  handle="USC_HPCC_Bosco" arch="x86_64" os="LINUX">

        <!-- Specify the service information. This should match what Bosco provided when the cluster
	     was set up. -->
        <grid type="batch" contact="rynge@hpc-login2.usc.edu" scheduler="PBS" jobtype="compute"/>
        <grid type="batch" contact="rynge@hpc-login2.usc.edu" scheduler="PBS" jobtype="auxillary"/>

	<!-- Scratch directory on the cluster -->
        <directory type="shared-scratch" path="/home/rcf-40/rynge/tmp">
            <file-server operation="all" url="scp://rynge@hpc-login2.usc.edu/home/rcf-40/rynge/tmp"/>
        </directory>

	<!-- SSH is the style to use for Bosco SSH submits -->
        <profile namespace="pegasus" key="style">ssh</profile>

	<!-- Bosco is using the grid universe, which means the globus
	     namespace can be used to control the jobs -->
        <profile namespace="globus" key="queue">default</profile>
	<profile namespace="globus" key="maxwalltime">30</profile>

    </site>

</sitecatalog>