|
6 | 6 | <language>en-US</language> |
7 | 7 | <author>Enthusiastic Hugo User</author> |
8 | 8 | <rights>Copyright (c) 2014, Enthusiastic Hugo User; all rights reserved.</rights> |
9 | | - <updated>Wed, 27 Sep 2017 00:00:00 UTC</updated> |
| 9 | + <updated>Thu, 05 Oct 2017 00:00:00 UTC</updated> |
| 10 | + |
| 11 | + <item> |
| 12 | + <title>Release notes: October 05, 2017</title> |
| 13 | + <link>https://softlayer.github.io/release_notes/2017/20171005/</link> |
| 14 | + <pubDate>Thu, 05 Oct 2017 00:00:00 UTC</pubDate> |
| 15 | + <author>Enthusiastic Hugo User</author> |
| 16 | + <guid>https://softlayer.github.io/release_notes/2017/20171005/</guid> |
| 17 | + <description> |
| 18 | + |
| 19 | +<h4 id="portal">Portal</h4> |
| 20 | + |
| 21 | +<ul> |
| 22 | +<li><a href="https://www.ibm.com/blogs/bluemix/2017/09/ibm-cloud-bluemix-load-balancer/">IBM Bluemix Load Balancers</a> are now live in the customer portal.</li> |
| 23 | +<li>Performance and Endurance Block volumes can no longer have their LUN Id changed unless all host authorizations are first removed. This is to ensure synchronization between the customer portal and the storage systems.</li> |
| 24 | +</ul> |
| 25 | + |
| 26 | +<h4 id="api">API</h4> |
| 27 | + |
| 28 | +<ul> |
| 29 | +<li>None</li> |
| 30 | +</ul> |
| 31 | + |
| 32 | +<h4 id="backend">Backend</h4> |
| 33 | + |
| 34 | +<ul> |
| 35 | +<li>Added more logic when auto-scaling Virtual Guests. The new logic checks the dates in the logs first and makes sure there are no other provisions or reclaims within the cooldown period of time.</li> |
| 36 | +<li>Fixed an issue where Virtual Guests being deployed from Image templates were set to Skip OS updates during provisioning.</li> |
| 37 | +</ul> |
| 38 | +</description> |
| 39 | + </item> |
10 | 40 |
|
11 | 41 | <item> |
12 | 42 | <title>Release notes: September 27, 2017</title> |
@@ -1070,8 +1100,6 @@ get_package_options.rb (command line tool) |
1070 | 1100 | <guid>https://softlayer.github.io/ruby/addremovesecuritygrouprules/</guid> |
1071 | 1101 | <description> |
1072 | 1102 |
|
1073 | | -<p>The Security Group offering is currently in Beta. The use of this feature is restricted to select users. When the Beta period is over, security groups will be available for all users. Contact sgbeta@us.ibm.com using ‘Security Groups’ in the subject line with any questions.</p> |
1074 | | - |
1075 | 1103 | <h3 id="adding-rules">Adding Rules</h3> |
1076 | 1104 |
|
1077 | 1105 | <pre><code class="language-ruby"> |
@@ -1127,9 +1155,7 @@ pp remove |
1127 | 1155 | <pubDate>Wed, 09 Aug 2017 00:00:00 UTC</pubDate> |
1128 | 1156 | <author>Enthusiastic Hugo User</author> |
1129 | 1157 | <guid>https://softlayer.github.io/ruby/createsecuritygroup/</guid> |
1130 | | - <description><p>The Security Group offering is currently in Beta. The use of this feature is restricted to select users. When the Beta period is over, security groups will be available for all users. Contact sgbeta@us.ibm.com using ‘Security Groups’ in the subject line with any questions.</p> |
1131 | | - |
1132 | | -<pre><code class="language-ruby"> |
| 1158 | + <description><pre><code class="language-ruby"> |
1133 | 1159 | =begin |
1134 | 1160 | @author Ryan Tiffany |
1135 | 1161 | =end |
@@ -1226,31 +1252,6 @@ dedicated_host_id = 10501 |
1226 | 1252 | getGuests = client['SoftLayer_Virtual_DedicatedHost'].object_with_id(dedicated_host_id).getGuests |
1227 | 1253 | pp getGuests |
1228 | 1254 | </code></pre> |
1229 | | -</description> |
1230 | | - </item> |
1231 | | - |
1232 | | - <item> |
1233 | | - <title>Get Security Group Details</title> |
1234 | | - <link>https://softlayer.github.io/ruby/getsecuritygroupdetails/</link> |
1235 | | - <pubDate>Wed, 09 Aug 2017 00:00:00 UTC</pubDate> |
1236 | | - <author>Enthusiastic Hugo User</author> |
1237 | | - <guid>https://softlayer.github.io/ruby/getsecuritygroupdetails/</guid> |
1238 | | - <description><p>The Security Group offering is currently in Beta. The use of this feature is restricted to select users. When the Beta period is over, security groups will be available for all users. Contact sgbeta@us.ibm.com using ‘Security Groups’ in the subject line with any questions.</p> |
1239 | | - |
1240 | | -<pre><code class="language-ruby"> |
1241 | | -=begin |
1242 | | -@author Ryan Tiffany |
1243 | | -=end |
1244 | | - |
1245 | | -require 'softlayer_api' |
1246 | | -require 'pp' |
1247 | | - |
1248 | | -client = SoftLayer::Client.new(:timeout =&gt; 120) |
1249 | | -secGroupId = 70501 |
1250 | | - |
1251 | | -getAll = client['SoftLayer_Network_SecurityGroup'].object_with_id(secGroupId).getAllObjects |
1252 | | -pp getAll |
1253 | | -</code></pre> |
1254 | 1255 | </description> |
1255 | 1256 | </item> |
1256 | 1257 |
|
|
0 commit comments