You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+54-42Lines changed: 54 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,60 @@
108
108
<h1>Release Notes</h1>
109
109
<divclass="col-md-9">
110
110
111
+
<divclass="well well-sm release-note example col-md-12">
112
+
<h3>
113
+
<ahref="https://softlayer.github.io/release_notes/2018/20180330/"> March 30, 2018</a>
114
+
<br>
115
+
</h3>
116
+
<divclass="container">
117
+
<divclass="row">
118
+
<divclass="col-md-8">
119
+
120
+
121
+
<h4id="portal">Portal</h4>
122
+
123
+
<ul>
124
+
<li>Added feature to notify customers about host outages to the Virtual/viewMemberDetails/ page</li>
125
+
<li>Removes Provision Scripts and User Data sections from the CHECKOUT page when ordering HSM devices.</li>
126
+
</ul>
127
+
128
+
<h4id="api">API</h4>
129
+
130
+
<ul>
131
+
<li>Fixed <ahref="https://softlayer.github.io/reference/services/SoftLayer_Scale_Group/editObject/">SoftLayer_Scale_Group’s editObject</a> method to automatically scale the group up or down appropriately when the desiredMemberCount parameter is specified</li>
132
+
<li>Fixes an issue that prevented the ‘IOPS’ ORM value from being updated for performance replicas.</li>
<li>Refactored guest migration pre-checks and added a check to ensure the destination host is different from the source.</li>
147
+
<li>Fixes an intermittent issue preventing iSCSI authorizations when credentials already exist.</li>
148
+
<li>Refactored the script that checks for mixed-public/private VSIs on dedicated hosts and changed the behavior to not send emails when none are found.</li>
149
+
<li>Fix an issue ordering IPv6 subnets on public VLANs under certain circumstances.</li>
<divclass="well well-sm release-note example col-md-12">
112
166
<h3>
113
167
<ahref="https://softlayer.github.io/release_notes/2018/20180315/"> March 15, 2018</a>
@@ -571,48 +625,6 @@ <h5 id="added-to-cli">Added to CLI</h5>
571
625
572
626
573
627
574
-
<divclass="well well-sm release-note example col-md-12">
575
-
<h3>
576
-
<ahref="https://softlayer.github.io/release_notes/2018/20180103/"> January 3, 2018</a>
577
-
<br>
578
-
</h3>
579
-
<divclass="container">
580
-
<divclass="row">
581
-
<divclass="col-md-8">
582
-
583
-
584
-
<h4id="portal">Portal</h4>
585
-
586
-
<ul>
587
-
<li>Replace “formerly IBM Cloud” with “formerly SoftLayer” in all affected templates.</li>
588
-
</ul>
589
-
590
-
<h4id="api">API</h4>
591
-
592
-
<ul>
593
-
<li>Autoscale: Prevent Multiple Scale Actions per Policy. <ahref="https://stackoverflow.com/questions/39696067/invalid-guest-template-for-autoscale-in-sl">https://stackoverflow.com/questions/39696067/invalid-guest-template-for-autoscale-in-sl</a></li>
594
-
<li>Only block BYOL sharing and making it public if the software description is a licensed product.</li>
595
-
<li>Adds support for Spot instances to simple VSI ordering. spotGuestFlag would be used to indicate in a createObject() parameter block if the order is for a Spot Instance. <ahref="http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject">http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject</a></li>
596
-
<li>Added an API to tell if an account is eligible to link with PaaS. <ahref="http://sldn.softlayer.com/reference/services/SoftLayer_Account/isEligibleToLinkWithPaas">http://sldn.softlayer.com/reference/services/SoftLayer_Account/isEligibleToLinkWithPaas</a></li>
597
-
<li></li>
598
-
</ul>
599
-
600
-
<h4id="backend">Backend</h4>
601
-
602
-
<ul>
603
-
<li>This fixes a problem where volumes could be end up with lesser than assigned quota size.</li>
604
-
<li>Removed deprecated abuse field from RIPE registration person details.</li>
<li>Added feature to notify customers about host outages to the Virtual/viewMemberDetails/ page</li>
23
+
<li>Removes Provision Scripts and User Data sections from the CHECKOUT page when ordering HSM devices.</li>
24
+
</ul>
25
+
26
+
<h4 id="api">API</h4>
27
+
28
+
<ul>
29
+
<li>Fixed <a href="https://softlayer.github.io/reference/services/SoftLayer_Scale_Group/editObject/">SoftLayer_Scale_Group&rsquo;s editObject</a> method to automatically scale the group up or down appropriately when the desiredMemberCount parameter is specified</li>
30
+
<li>Fixes an issue that prevented the &lsquo;IOPS&rsquo; ORM value from being updated for performance replicas.</li>
<li>Refactored guest migration pre-checks and added a check to ensure the destination host is different from the source.</li>
45
+
<li>Fixes an intermittent issue preventing iSCSI authorizations when credentials already exist.</li>
46
+
<li>Refactored the script that checks for mixed-public/private VSIs on dedicated hosts and changed the behavior to not send emails when none are found.</li>
47
+
<li>Fix an issue ordering IPv6 subnets on public VLANs under certain circumstances.</li>
<p>Version <a href="https://github.com/softlayer/softlayer-python/releases/tag/v5.4.0">5.4.0</a> of the Softlayer-python project introducted some managers and CLI functions that greatly simplify the ordering processes via the api.</p>
1279
-
1280
-
<p>Building a package still requires a few steps however.</p>
1281
-
1282
-
<h3 id="1-find-the-package-name">1. Find the package name</h3>
1283
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">slcli order package-list</pre></div>
1284
-
<p>The most common packages are the following:</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">slcli order package-locations BARE_METAL_SERVER</pre></div>
1374
-
<table>
1375
-
<thead>
1376
-
<tr>
1377
-
<th>id</th>
1378
-
<th>short name</th>
1379
-
<th>description</th>
1380
-
<th>keyName</th>
1381
-
</tr>
1382
-
</thead>
1383
-
1384
-
<tbody>
1385
-
<tr>
1386
-
<td>265592</td>
1387
-
<td>ams01</td>
1388
-
<td>AMS01 - Amsterdam</td>
1389
-
<td>AMSTERDAM</td>
1390
-
</tr>
1391
-
1392
-
<tr>
1393
-
<td>814994</td>
1394
-
<td>ams03</td>
1395
-
<td>AMS03 - Amsterdam</td>
1396
-
<td>AMSTERDAM03</td>
1397
-
</tr>
1398
-
1399
-
<tr>
1400
-
<td>1004997</td>
1401
-
<td>che01</td>
1402
-
<td>CHE01 - Chennai</td>
1403
-
<td>CHENNAI</td>
1404
-
</tr>
1405
-
</tbody>
1406
-
</table>
1407
-
1408
-
<p>Find the keyName for the location you want to order in. Packages may still be sold out in a location, so be on the lookout for that.</p>
1409
-
1410
-
<h3 id="3-items-and-categories">3. Items and Categories</h3>
1411
-
1412
-
<p>Every package has certain item categories that need to be included in an order. You can find these with</p>
1413
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">slcli order category-list BARE_METAL_SERVER</pre></div>
1414
-
<p>Then find the actual items in the category.</p>
1415
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">slcli order item-list BARE_METAL_SERVER</pre></div>
1416
-
<p>Create a list of items you want to order. If you want multiple disks (or GPU), you should have 1 item in your list per disk you want to add. Disks are attached in order that they appear on the order form.</p>
1417
-
1418
-
<h4 id="presets">Presets</h4>
1419
-
1420
-
<p>BARE_METAL_SERVER orders require a preset. These can be ordered hourly.</p>
1421
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">slcli order preset-list BARE_METAL_SERVER</pre></div>
1422
-
<h3 id="4-getting-ready-to-order">4. Getting ready to order.</h3>
1423
-
1424
-
<p>The last thing to note is the &ndash;extras and &ndash;complex-type options.</p>
1425
-
1426
-
<p>&ndash;Extras are going to match up to things like Vlans, subnets, ssh keys etc. Basically anything in the order container that ISN&rsquo;T prices. Supported fields correstpond to the SoftLayer_Container_Product_Order data type. Needs to be valid JSON</p>
<p>&ndash;complex-type should match up with something that starts with SoftLayer_Container_Product<em>Order</em></p>
1429
-
1430
-
<p><a href="http://sldn.softlayer.com/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server">SoftLayer_Container_Product_Order_Hardware_Server</a> for bare metal servers, but there are others that may need to be selected. SLDN has a complete list of all supported containers.</p>
1431
-
1432
-
<h3 id="5-testing-an-order">5. Testing an order.</h3>
1433
-
1434
-
<p>the &ndash;verify option will not actually place an order, just insure the order is mostly correct. You may still run into when actually placing the order however. Such as being unable to find IDs for ssh keys, vlans, etc, or being out of stock of an offering.</p>
1435
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">slcli --really order place --verify --preset D2620V4_64GB_2X1TB_SATA_RAID_1 BARE_METAL_SERVER TORONTO <span style="color:#ae81ff">\
0 commit comments