Changes between Version 21 and Version 22 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-1
- Timestamp:
- 07/26/12 09:09:10 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-1
v21 v22 33 33 '''Notes:''' [[BR]] 34 34 1. 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]]35 2. Bare Metal node only support one OS version at this time, CentOS release 6.3. [[BR]] 36 36 3. 1 Bare metal at BBN and 1 at RENCI. [[BR]] 37 37 38 38 == Step 1. Determine which nodes can be used as bare metal, aka exclusive node == 39 39 40 Note that the omni_configuration includes a nick_name for the ExoSM:40 The omni_configuration used for this scenario includes a nick_name for the ExoSM which is used through out the steps: 41 41 {{{ 42 42 exosm=,https://geni.renci.org:11443/orca/xmlrpc … … 48 48 }}} 49 49 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: 50 The ''listresources'' output file rspec-geni-renci-org-11443-orca.xml has the bare metal resources at the two ExoGENI sites BBN and RENCI: 52 51 {{{ 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 56 61 }}} 57 Verify that each is ''available'' before requesting the node. 62 63 Verify that each is available (available now="true") before requesting the bare metal nodes. 58 64 59 65 == 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.61 66 62 At the time of feature delivery, bare metal nodes only supports one image. Reserved bare metal nodes ran this OS: 67 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. 68 69 At the time of feature delivery, bare metal nodes only supported one image. The reserved bare metal nodes ran these two OS: 63 70 {{{ 64 71 [root@bbn-w4 ~]# cat /etc/issue … … 69 76 [root@bbn-w4 ~]# 70 77 }}} 78 and 79 {{{ 80 [root@rci-w4 ~]# cat /etc/issue 81 CentOS release 6.3 (Final) 82 Kernel \r on an \m 83 [root@rci-w4 ~]# uname -a 84 Linux 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 }}} 86 The plan is for all bare metal to run the ''CentOS release 6.3'' OS, at some point. 71 87 72 88 == Step 3. Obtain 2 licensed recent Microsoft OS images for bare metal nodes from the site (BBN) == 89 73 90 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. 74 91 75 92 == Step 4. Reserve and boot 2 bare metal node using the Microsoft image. == 76 93 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. 94 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. 78 95 79 96 == Step 5. Obtain a recent Linux OS image for bare metal nodes from the ExoGENI team's successful test list == … … 91 108 $ omni.py -a exosm listresources 2bare -o 92 109 $ 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"/ 93 112 }}} 94 113 95 114 == Step 7. Release bare metal resource. == 96 115 97 Once traffic is exchanged successfully between the two bare metal nodes, delete the sliver: 116 Once traffic is exchanged successfully between the two bare metal nodes, delete the sliver. 117 118 First, 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 122 CentOS release 6.2 (Final) 123 Kernel \r on an \m 124 [root@bbn-w4 ~]# uname -a 125 Linux 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 129 Second, 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 133 CentOS release 6.3 (Final) 134 Kernel \r on an \m 135 [root@rci-w4 ~]# uname -a 136 Linux 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 140 Delete the sliver while the traffic is being exchanged: 141 98 142 {{{ 99 143 $ omni.py -a exosm deletesliver 2bare 100 144 }}} 145 101 146 == Step 8. Modify Aggregate resource allocation for the rack to add 1 additional bare metal node (2 total) for use in experimenter test cases. == 102 147