sol4/IDMS/ExpTutorial: ig_idms_user.xml

File ig_idms_user.xml, 1.8 KB (added by ezkissel@indiana.edu, 9 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
3       xmlns="http://www.geni.net/resources/rspec/3"
4       xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
5       xmlns:s="http://www.geni.net/resources/rspec/ext/shared-vlan/1"
6       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7       xsi:schemaLocation="http://www.geni.net/resources/rspec/3
8                           http://www.geni.net/resources/rspec/3/request.xsd"> 
9  <node client_id="idms-user">
10    <sliver_type name="emulab-openvz" />
11    <interface client_id="idms-user:if0">
12    </interface>
13    <services>
14      <execute command="sudo yum install wget -y" shell="sh"/>
15      <execute command="sudo rm -f /etc/yum.repos.d/fedora.repo" shell="sh"/>
16      <execute command="sudo rm -f /etc/yum.repos.d/fedora-updates.repo" shell="sh"/>
17      <execute command="sudo wget http://stout.incntre.iu.edu/IDMS/conf/fedora.repo" shell="sh"/>S
18      <execute command="sudo mv fedora.repo /etc/yum.repos.d/" shell="sh"/>
19      <execute command="sudo wget http://stout.incntre.iu.edu/IDMS/conf/fedora-updates.repo" shell="sh"/>
20      <execute command="sudo mv fedora-updates.repo /etc/yum.repos.d/" shell="sh"/>
21      <execute command="sudo yum clean all" shell="sh"/>
22      <execute command="sudo yum install dhclient -y" shell="sh"/>
23      <execute command="sudo wget http://stout.incntre.iu.edu/IDMS/scripts/ip_config.sh" shell="sh"/>
24      <execute command="sudo sh ip_config.sh 10.10.1.1" shell="sh"/>
25      <execute command="sudo wget http://www.data-logistics.org/yum/centos/6/x86_64/lors-0.82.8-1.x86_64.rpm" shell="sh"/>
26      <execute command="sudo rpm -i lors-0.82.8-1.x86_64.rpm" shell="sh"/>
27    </services> 
28  </node>
29  <link client_id="link_idms_lan">
30    <interface_ref client_id="idms-user:if0"/>
31    <s:link_shared_vlan name="idms_lan"/>
32  </link>
33</rspec>