/etc/pegasus/sample-cloud-xml4.xml is in pegasus-wms 4.4.0+dfsg-5.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!-- generated: 2010-11-17T19:51:24-08:00 -->
<!-- generated by: vahi [??] -->
<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 C:\DOCUME~1\vahi\Desktop\site-catalog\sc-4.0.xsd" version="4.0">
<site handle="ec2" arch="x86" os="LINUX" osrelease="" osversion="" glibc="">
<!-- specify a local scratch directory optional -->
<directory path="/tmp" type="local-scratch">
<!-- external path is misleading here??? -->
<file-server operation="all" url="file:///tmp"/>
</directory>
<profile namespace="pegasus" key="style">condor</profile>
<profile namespace="condor" key="universe">vanilla</profile>
</site>
<site handle="s3" arch="x86" os="LINUX">
<!-- path should not be a required attribute for s3 . if specified it should point to the bucket-->
<directory type="shared-scratch" path="dartwfforobjectstore">
<file-server operation="all" url="s3://user@amazon/dartwfforobjectstore"/>
</directory>
</site>
<site handle="local" arch="x86" os="LINUX" osrelease="" osversion="" glibc="">
<!-- specify a local scratch directory optional -->
<directory path="/data/local-scratch/user" type="shared-scratch">
<file-server operation="all" url="file:///data/local-scratch/user"/>
</directory>
</site>
</sitecatalog>
|