Changes between Version 21 and Version 22 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-1


Ignore:
Timestamp:
07/26/12 09:09:10 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-1

    v21 v22  
    3333'''Notes:''' [[BR]]
    34341. Bare Metal nodes are available via EXoSM only. [[BR]]
    35 2. Bare Metal node only support one OS version at this time, CentOS release 6.2. [[BR]]
     352. Bare Metal node only support one OS version at this time, CentOS release 6.3. [[BR]]
    36363. 1 Bare metal at BBN and 1 at RENCI. [[BR]]
    3737
    3838== Step 1. Determine which nodes can be used as bare metal, aka exclusive node ==
    3939
    40 Note that the omni_configuration includes a nick_name for the ExoSM:
     40The omni_configuration used for this scenario includes a nick_name for the ExoSM which is used through out the steps:
    4141{{{
    4242exosm=,https://geni.renci.org:11443/orca/xmlrpc
     
    4848}}} 
    4949
    50 The ''listresources'' output file rspec-geni-renci-org-11443-orca.xml has the bare metal
    51 resources at the two sites BBN and RENCI:
     50The ''listresources'' output file rspec-geni-renci-org-11443-orca.xml has the bare metal resources at the two ExoGENI sites BBN and RENCI:
    5251{{{
    53 $ egrep baremetal rspec-geni-renci-org-11443-orca.xml
    54       <node component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+node+orca-xcat-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+am" component_name="bbnvmsite.rdf#bbnvmsite/Domain/baremetalce" exclusive="false">   
    55       <node component_id="urn:publicid:IDN+exogeni.net:rcivmsite+node+orca-xcat-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:rcivmsite+authority+am" component_name="rcivmsite.rdf#rcivmsite/Domain/baremetalce" exclusive="false">   
     52$ egrep "xcat-cloud|available now" rspec-geni-renci-org-11443-orca.xml
     53      <node component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+node+orca-xcat-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+am" component_name="orca-xcat-cloud" exclusive="false">   
     54            <hardware_type name="orca-xcat-cloud">     
     55            <available now="true"/>   
     56
     57      <node component_id="urn:publicid:IDN+exogeni.net:rcivmsite+node+orca-xcat-cloud" component_manager_id="urn:publicid:IDN+exogeni.net:rcivmsite+authority+am" component_name="orca-xcat-cloud" exclusive="false">   
     58            <hardware_type name="orca-xcat-cloud">     
     59            <available now="true"/>   
     60
    5661}}}
    57 Verify that each is ''available'' before requesting the node.
     62
     63Verify that each is available (available now="true") before requesting the bare metal nodes.
    5864
    5965== Step 2. Obtain a list of OS images which can be loaded on bare metal nodes from the ExoGENI team. ==
    60 The list should be based on successful bare metal loads by ExoGENI team or others in GENI community and should be available on a public web page.
    6166
    62 At the time of feature delivery, bare metal nodes only supports one image. Reserved bare metal nodes ran this OS:
     67The list should be based on successful bare metal loads by ExoGENI team or others in GENI community and should be available on a public web page.
     68
     69At the time of feature delivery, bare metal nodes only supported one image. The reserved bare metal nodes ran these two OS:
    6370{{{
    6471[root@bbn-w4 ~]# cat /etc/issue
     
    6976[root@bbn-w4 ~]#
    7077}}}
     78and
     79{{{
     80[root@rci-w4 ~]# cat /etc/issue
     81CentOS release 6.3 (Final)
     82Kernel \r on an \m
     83[root@rci-w4 ~]# uname -a
     84Linux rci-w4 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
     85}}}
     86The plan is for all bare metal to run the ''CentOS release 6.3'' OS, at some point.
    7187
    7288== Step 3. Obtain 2 licensed recent Microsoft OS images for bare metal nodes from the site (BBN) ==
     89
    7390There is no plan to support MS Windows on a bare metal node, this test will replace bare metal Windows with a Windows VM in future test runs.
    7491
    7592== Step 4. Reserve and boot 2 bare metal node using the Microsoft image. ==
    7693
    77 There is no plan to support MS Windows on a bare metal node, this test will replace bare metal Windows with a Windows VM in future test runs.
     94There is no plan to support MS Windows on a bare metal node, this test will replace bare metal Windows with a Windows VM in future test runs. 
    7895
    7996== Step 5. Obtain a recent Linux OS image for bare metal nodes from the ExoGENI team's successful test list ==
     
    91108$ omni.py -a exosm listresources 2bare -o
    92109$ egrep hostname 2bare-rspec-geni-renci-org-11443-orca.xml
     110<login authentication="ssh-keys" hostname="192.1.242.110" port="22" username="root"/>     
     111<login authentication="ssh-keys" hostname="152.54.14.200" port="22" username="root"/
    93112}}}
    94113
    95114== Step 7. Release bare metal resource. ==
    96115
    97 Once traffic is exchanged successfully between the two bare metal nodes, delete the sliver:
     116Once traffic is exchanged successfully between the two bare metal nodes, delete the sliver.
     117
     118First, login on the BBN Rack bare metal node and send traffic:
     119{{{
     120$ ssh 192.1.242.110 -l root
     121[root@bbn-w4 ~]# cat /etc/issue
     122CentOS release 6.2 (Final)
     123Kernel \r on an \m
     124[root@bbn-w4 ~]# uname -a
     125Linux bbn-w4 2.6.32-220.el6.x86_64 #1 SMP Tue Dec 6 19:48:22 GMT 2011 x86_64 x86_64 x86_64 GNU/Linux
     126[root@bbn-w4 ~]#ping 172.16.1.2
     127}}}
     128
     129Second, login on the BBN Rack bare metal node and send traffic:
     130{{{
     131$ ssh 192.152.54.14.200 -l root
     132[root@rci-w4 ~]# cat /etc/issue
     133CentOS release 6.3 (Final)
     134Kernel \r on an \m
     135[root@rci-w4 ~]# uname -a
     136Linux rci-w4 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
     137[root@rci-w4 ~]#ping 172.16.1.1
     138}}}
     139
     140Delete the sliver while the traffic is being exchanged:
     141
    98142{{{
    99143$ omni.py -a exosm deletesliver 2bare
    100144}}}
     145
    101146== Step 8. Modify Aggregate resource allocation for the rack to add 1 additional bare metal node (2 total) for use in experimenter test cases. ==
    102147