Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20240614 release notes #666

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/releaseNotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def __init__(self, apitoken, debug=False):
self.releases = []
self.internal = re.compile(r"internal", re.I)
self.debug = debug
self.verify = '/etc/ssl/certs/allCAbundle.pem'
# self.verify = True
#self.verify = '/etc/ssl/certs/allCAbundle.pem'
self.verify = False

def getReleaseJiras(self, days=7):
jql_project = """project = JIRA"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getActiveColocationContainers"
description: "The account's active top level colocation containers."
description: "Deprecated."
date: "2018-02-12"
tags:
- "method"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "disableLockedAccount"
description: "Takes the original lockdown request ID, and an optional disable date. If no date is passed with the API call, the account will be disabled immediately. Otherwise, the account will be disabled on the date given. All hardware will be reclaimed and all accounts permanently disabled. "
description: "Takes the original lockdown request ID. The account will be disabled immediately. All hardware will be reclaimed and all accounts permanently disabled. "
date: "2018-02-12"
tags:
- "method"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "disconnectCompute"
description: "Takes an account ID and an optional disconnect date. If no disconnect date is passed into the API call, the account disconnection will happen immediately. Otherwise, the account disconnection will happen on the date given. A brand account request ID will be returned and will then be updated when the disconnection occurs. "
description: "Takes an account ID. Note the disconnection will happen immediately. A brand account request ID will be returned and will then be updated when the disconnection occurs. "
date: "2018-02-12"
tags:
- "method"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "reconnectCompute"
description: "Takes the original disconnected lockdown event ID, and an optional reconnect date. If no reconnect date is passed with the API call, the account reconnection will happen immediately. Otherwise, the account reconnection will happen on the date given. The associated lockdown event will be unlocked and closed at that time. "
description: "Takes the original disconnected lockdown request ID. The account reconnection will happen immediately. The associated lockdown event will be unlocked and closed at that time. "
date: "2018-02-12"
tags:
- "method"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getIsCloudReadyNodeCertified"
description: "Determine if hardware object has the IBM_CLOUD_READY_NODE_CERTIFIED attribute."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware"
---

### [REST Example](#getIsCloudReadyNodeCertified-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsCloudReadyNodeCertified-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware/{SoftLayer_HardwareID}/getIsCloudReadyNodeCertified'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getIsCloudReadyNodeCertified"
description: "Determine if hardware object has the IBM_CLOUD_READY_NODE_CERTIFIED attribute."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_Router"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_Router"
---

### [REST Example](#getIsCloudReadyNodeCertified-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsCloudReadyNodeCertified-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Router/{SoftLayer_Hardware_RouterID}/getIsCloudReadyNodeCertified'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getIsNfsCapable"
description: "A server that has nfs capable drive."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_SecurityModule"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_SecurityModule"
---

### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getIsNfsCapable'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getIsNfsCapable"
description: "A server that has nfs capable drive."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_SecurityModule750"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_SecurityModule750"
---

### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getIsNfsCapable'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getIsNfsCapable"
description: "A server that has nfs capable drive."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_Server"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_Server"
---

### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getIsNfsCapable'
```
15 changes: 15 additions & 0 deletions content/release_notes/2024/20240614.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Release notes: June 14, 2024"
date: "2024-06-14"
tags:
- "release notes"
---

#### API

- Skip PV driver checks if the guest attribute is set to do so.. Skip PV driver checks when guest attribute is present VIRT-12857
- New orm key on server class for the nfsCapable attribute. Create a new ORM key on the Server class to identify if it is NFS only METAL-6139
- Added customer ssh key manage permission check . Move Permissions check to validatePermission method IMAGE-2400
- Deprecation of datatypes NETWORK-14481:
- SoftLayer_Network_Service_Health
- SoftLayer_Network_Service_Health_Status
Loading