Created
January 15, 2010 21:42
-
-
Save clemesha-ooi/278440 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cluster xmlns="http://www.globus.org/2008/06/workspace/metadata/logistics"> | |
<workspace> | |
<name>head-node</name> | |
<image>ami-xxxxxxxx</image> | |
<quantity>1</quantity> | |
<nic wantlogin="true">public</nic> | |
<ctx> | |
<provides> | |
<identity/> | |
<role>head-node</role> | |
</provides> | |
<requires> | |
<identity/> | |
<role name="worker-node" hostname="true" pubkey="true" /> | |
</requires> | |
</ctx> | |
</workspace> | |
<workspace> | |
<name>worker-node</name> | |
<image>ami-xxxxxxxx</image> | |
<quantity>1</quantity> | |
<nic wantlogin="true">public</nic> | |
<ctx> | |
<provides> | |
<identity/> | |
<role>worker-node</role> | |
</provides> | |
<requires> | |
<identity/> | |
</requires> | |
</ctx> | |
</workspace> | |
</cluster> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment