GIMIv3/SampleManifests: 4nodes.manifest

File 4nodes.manifest, 9.9 KB (added by Jeanne Ohren, 10 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<rspec type="manifest" xsi:schemaLocation="http://www.geni.net/resources/rspec/3 http://www.geni.net/resources/rspec/3/manifest.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/slice-info/1 http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/slice-info/1/slice_info.xsd?format=raw http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/sliver-info/1 http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/sliver-info/1/sliver_info.xsd?format=raw http://www.geni.net/resources/rspec/ext/postBootScript/1 http://www.geni.net/resources/rspec/ext/postBootScript/1/request.xsd" xmlns:ns2="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns="http://www.geni.net/resources/rspec/3" xmlns:ns4="http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/sliver-info/1" xmlns:ns3="http://groups.geni.net/exogeni/attachment/wiki/RspecExtensions/slice-info/1" xmlns:ns5="http://www.geni.net/resources/rspec/ext/postBootScript/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3    <node sliver_id="urn:publicid:IDN+exogeni.net:rcivmsite+sliver+bd6b53fd-9185-4cd5-99cb-f9b8736010b2:0" exclusive="false" component_name="orca-vm-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:rcivmsite+authority+am" component_id="urn:publicid:IDN+exogeni.net:rcivmsite+node+orca-vm-cloud" client_id="0">
4        <location latitude="35.939518" longitude="-79.017426" country="Unspecified"/>
5        <sliver_type name="xo.small">
6            <disk_image version="807c4570e46413cba1faf3a25fdfff8361489c69" name="http://pkg.mytestbed.net/geni/deb7-64-p2p.xml"/>
7        </sliver_type>
8        <services>
9            <login username="root" port="22" hostname="152.54.14.17" authentication="ssh-keys"/>
10            <login username="johren" port="22" hostname="152.54.14.17" authentication="ssh-keys"/>
11            <ns5:services_post_boot_script type="velocity">#!/bin/bash
12# Automatically generated boot script
13
14# wget or curl must be installed on the image
15mkdir -p /
16cd /
17if [ -x `which wget 2&amp;gt;/dev/null` ]; then
18  wget -q -O `basename http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh` http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh
19else if [ -x `which curl 2&amp;gt;/dev/null` ]; then
20  curl http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh &amp;gt; `basename http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh`
21fi
22fi
23eval &amp;quot;/bin/sh -c \&amp;quot;chmod +x /deb7-64-p2p.postboot.sh; /deb7-64-p2p.postboot.sh 0 urn:publicid:IDN+ch.geni.net:GIMITesting+slice+joOEDLTut\&amp;quot;&amp;quot;
24</ns5:services_post_boot_script>
25        </services>
26        <interface mac_address="fe:16:3e:00:9d:b5" client_id="0:if0">
27            <ip type="ipv4" netmask="255.255.255.0" address="192.168.1.1"/>
28        </interface>
29        <ns4:geni_sliver_info resource_id="rci-w7:bdd5b251-4a63-4bd4-b77c-cad57974602d" state="ready" start_time="2013-12-03T00:57:47.000Z" expiration_time="2013-12-10T00:55:03.000Z" creation_time="2013-12-03T00:57:47.000Z" creator_urn="johren@bbn.com, urn:publicid:IDN+ch.geni.net+user+johren"/>
30    </node>
31    <node sliver_id="urn:publicid:IDN+exogeni.net:rcivmsite+sliver+bd6b53fd-9185-4cd5-99cb-f9b8736010b2:1" exclusive="false" component_name="orca-vm-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:rcivmsite+authority+am" component_id="urn:publicid:IDN+exogeni.net:rcivmsite+node+orca-vm-cloud" client_id="1">
32        <location latitude="35.939518" longitude="-79.017426" country="Unspecified"/>
33        <sliver_type name="xo.small">
34            <disk_image version="807c4570e46413cba1faf3a25fdfff8361489c69" name="http://pkg.mytestbed.net/geni/deb7-64-p2p.xml"/>
35        </sliver_type>
36        <services>
37            <login username="root" port="22" hostname="152.54.14.20" authentication="ssh-keys"/>
38            <login username="johren" port="22" hostname="152.54.14.20" authentication="ssh-keys"/>
39            <ns5:services_post_boot_script type="velocity">#!/bin/bash
40# Automatically generated boot script
41
42# wget or curl must be installed on the image
43mkdir -p /
44cd /
45if [ -x `which wget 2&amp;gt;/dev/null` ]; then
46  wget -q -O `basename http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh` http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh
47else if [ -x `which curl 2&amp;gt;/dev/null` ]; then
48  curl http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh &amp;gt; `basename http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh`
49fi
50fi
51eval &amp;quot;/bin/sh -c \&amp;quot;chmod +x /deb7-64-p2p.postboot.sh; /deb7-64-p2p.postboot.sh 1 urn:publicid:IDN+ch.geni.net:GIMITesting+slice+joOEDLTut\&amp;quot;&amp;quot;
52</ns5:services_post_boot_script>
53        </services>
54        <interface mac_address="fe:16:3e:00:13:a8" client_id="1:if0">
55            <ip type="ipv4" netmask="255.255.255.0" address="192.168.1.2"/>
56        </interface>
57        <ns4:geni_sliver_info resource_id="rci-w3:edd8a717-b4d8-4f55-a118-a1831563be83" state="ready" start_time="2013-12-03T00:57:47.000Z" expiration_time="2013-12-10T00:55:03.000Z" creation_time="2013-12-03T00:57:47.000Z" creator_urn="johren@bbn.com, urn:publicid:IDN+ch.geni.net+user+johren"/>
58    </node>
59    <node sliver_id="urn:publicid:IDN+exogeni.net:rcivmsite+sliver+bd6b53fd-9185-4cd5-99cb-f9b8736010b2:2" exclusive="false" component_name="orca-vm-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:rcivmsite+authority+am" component_id="urn:publicid:IDN+exogeni.net:rcivmsite+node+orca-vm-cloud" client_id="2">
60        <location latitude="35.939518" longitude="-79.017426" country="Unspecified"/>
61        <sliver_type name="xo.small">
62            <disk_image version="807c4570e46413cba1faf3a25fdfff8361489c69" name="http://pkg.mytestbed.net/geni/deb7-64-p2p.xml"/>
63        </sliver_type>
64        <services>
65            <login username="root" port="22" hostname="152.54.14.19" authentication="ssh-keys"/>
66            <login username="johren" port="22" hostname="152.54.14.19" authentication="ssh-keys"/>
67            <ns5:services_post_boot_script type="velocity">#!/bin/bash
68# Automatically generated boot script
69
70# wget or curl must be installed on the image
71mkdir -p /
72cd /
73if [ -x `which wget 2&amp;gt;/dev/null` ]; then
74  wget -q -O `basename http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh` http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh
75else if [ -x `which curl 2&amp;gt;/dev/null` ]; then
76  curl http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh &amp;gt; `basename http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh`
77fi
78fi
79eval &amp;quot;/bin/sh -c \&amp;quot;chmod +x /deb7-64-p2p.postboot.sh; /deb7-64-p2p.postboot.sh 2 urn:publicid:IDN+ch.geni.net:GIMITesting+slice+joOEDLTut\&amp;quot;&amp;quot;
80</ns5:services_post_boot_script>
81        </services>
82        <interface mac_address="fe:16:3e:00:10:18" client_id="2:if0">
83            <ip type="ipv4" netmask="255.255.255.0" address="192.168.1.3"/>
84        </interface>
85        <ns4:geni_sliver_info resource_id="rci-w8:9ff49b19-bd8e-46c0-b794-8115c4e8a1fe" state="ready" start_time="2013-12-03T00:57:47.000Z" expiration_time="2013-12-10T00:55:03.000Z" creation_time="2013-12-03T00:57:47.000Z" creator_urn="johren@bbn.com, urn:publicid:IDN+ch.geni.net+user+johren"/>
86    </node>
87    <node sliver_id="urn:publicid:IDN+exogeni.net:rcivmsite+sliver+bd6b53fd-9185-4cd5-99cb-f9b8736010b2:3" exclusive="false" component_name="orca-vm-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:rcivmsite+authority+am" component_id="urn:publicid:IDN+exogeni.net:rcivmsite+node+orca-vm-cloud" client_id="3">
88        <location latitude="35.939518" longitude="-79.017426" country="Unspecified"/>
89        <sliver_type name="xo.small">
90            <disk_image version="807c4570e46413cba1faf3a25fdfff8361489c69" name="http://pkg.mytestbed.net/geni/deb7-64-p2p.xml"/>
91        </sliver_type>
92        <services>
93            <login username="root" port="22" hostname="152.54.14.18" authentication="ssh-keys"/>
94            <login username="johren" port="22" hostname="152.54.14.18" authentication="ssh-keys"/>
95            <ns5:services_post_boot_script type="velocity">#!/bin/bash
96# Automatically generated boot script
97
98# wget or curl must be installed on the image
99mkdir -p /
100cd /
101if [ -x `which wget 2&amp;gt;/dev/null` ]; then
102  wget -q -O `basename http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh` http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh
103else if [ -x `which curl 2&amp;gt;/dev/null` ]; then
104  curl http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh &amp;gt; `basename http://pkg.mytestbed.net/geni/deb7-64-p2p.postboot.sh`
105fi
106fi
107eval &amp;quot;/bin/sh -c \&amp;quot;chmod +x /deb7-64-p2p.postboot.sh; /deb7-64-p2p.postboot.sh 3 urn:publicid:IDN+ch.geni.net:GIMITesting+slice+joOEDLTut\&amp;quot;&amp;quot;
108</ns5:services_post_boot_script>
109        </services>
110        <interface mac_address="fe:16:3e:00:46:55" client_id="3:if0">
111            <ip type="ipv4" netmask="255.255.255.0" address="192.168.1.4"/>
112        </interface>
113        <ns4:geni_sliver_info resource_id="rci-w7:fc332425-a2fc-4431-a212-52d6b12f4d6d" state="ready" start_time="2013-12-03T00:57:47.000Z" expiration_time="2013-12-10T00:55:03.000Z" creation_time="2013-12-03T00:57:47.000Z" creator_urn="johren@bbn.com, urn:publicid:IDN+ch.geni.net+user+johren"/>
114    </node>
115    <link vlantag="2200" sliver_id="urn:publicid:IDN+exogeni.net:rcivmsite+sliver+bd6b53fd-9185-4cd5-99cb-f9b8736010b2:link0" client_id="link0">
116        <interface_ref client_id="3:if0"/>
117        <interface_ref client_id="1:if0"/>
118        <interface_ref client_id="0:if0"/>
119        <interface_ref client_id="2:if0"/>
120        <ns4:geni_sliver_info state="ready" start_time="2013-12-03T00:57:47.000Z" expiration_time="2013-12-10T00:55:03.000Z" creation_time="2013-12-03T00:57:47.000Z" creator_urn="johren@bbn.com, urn:publicid:IDN+ch.geni.net+user+johren"/>
121    </link>
122    <ns3:geni_slice_info state="ready" uuid="5fcc5c81-c686-4e02-89bb-8dd7162697d3" urn="urn:publicid:IDN+ch.geni.net:GIMITesting+slice+joOEDLTut"/>
123</rspec>