Skip to content

Commit

Permalink
CASMCMS-9162: Add the cfs_read_timeout option.
Browse files Browse the repository at this point in the history
(cherry picked from commit 7541dac)
  • Loading branch information
jsollom-hpe committed Oct 16, 2024
1 parent 8a2b51a commit 53d6777
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cray/modules/bos/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,13 @@ components:
Options for the boot orchestration service.
type: object
properties:
cfs_read_timeout:
type: integer
description: |
The amount of time (in seconds) to wait for a response before timing out a request to CFS
example: 20
minimum: 10
maximum: 86400
cleanup_completed_session_ttl:
type: string
description: Delete complete sessions that are older than cleanup_completed_session_ttl (in hours). 0h disables cleanup behavior.
Expand Down
42 changes: 42 additions & 0 deletions cray/modules/bos/swagger3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2582,6 +2582,13 @@
"description": "Options for the boot orchestration service.\n",
"type": "object",
"properties": {
"cfs_read_timeout": {
"type": "integer",
"description": "The amount of time (in seconds) to wait for a response before timing out a request to CFS.\n",
"example": 20,
"minimum": 10,
"maximum": 86400
},
"cleanup_completed_session_ttl": {
"type": "string",
"description": "Delete complete sessions that are older than cleanup_completed_session_ttl (in hours). 0h disables cleanup behavior."
Expand Down Expand Up @@ -3600,6 +3607,13 @@
"description": "Options for the boot orchestration service.\n",
"type": "object",
"properties": {
"cfs_read_timeout": {
"type": "integer",
"description": "The amount of time (in seconds) to wait for a response before timing out a request to CFS.\n",
"example": 20,
"minimum": 10,
"maximum": 86400
},
"cleanup_completed_session_ttl": {
"type": "string",
"description": "Delete complete sessions that are older than cleanup_completed_session_ttl (in hours). 0h disables cleanup behavior."
Expand Down Expand Up @@ -5139,6 +5153,13 @@
"description": "Options for the boot orchestration service.\n",
"type": "object",
"properties": {
"cfs_read_timeout": {
"type": "integer",
"description": "The amount of time (in seconds) to wait for a response before timing out a request to CFS.\n",
"example": 20,
"minimum": 10,
"maximum": 86400
},
"cleanup_completed_session_ttl": {
"type": "string",
"description": "Delete complete sessions that are older than cleanup_completed_session_ttl (in hours). 0h disables cleanup behavior."
Expand Down Expand Up @@ -14619,6 +14640,13 @@
"description": "Options for the boot orchestration service.\n",
"type": "object",
"properties": {
"cfs_read_timeout": {
"type": "integer",
"description": "The amount of time (in seconds) to wait for a response before timing out a request to CFS.\n",
"example": 20,
"minimum": 10,
"maximum": 86400
},
"cleanup_completed_session_ttl": {
"type": "string",
"description": "Delete complete sessions that are older than cleanup_completed_session_ttl (in hours). 0h disables cleanup behavior."
Expand Down Expand Up @@ -14701,6 +14729,13 @@
"description": "Options for the boot orchestration service.\n",
"type": "object",
"properties": {
"cfs_read_timeout": {
"type": "integer",
"description": "The amount of time (in seconds) to wait for a response before timing out a request to CFS.\n",
"example": 20,
"minimum": 10,
"maximum": 86400
},
"cleanup_completed_session_ttl": {
"type": "string",
"description": "Delete complete sessions that are older than cleanup_completed_session_ttl (in hours). 0h disables cleanup behavior."
Expand Down Expand Up @@ -14772,6 +14807,13 @@
"description": "Options for the boot orchestration service.\n",
"type": "object",
"properties": {
"cfs_read_timeout": {
"type": "integer",
"description": "The amount of time (in seconds) to wait for a response before timing out a request to CFS.\n",
"example": 20,
"minimum": 10,
"maximum": 86400
},
"cleanup_completed_session_ttl": {
"type": "string",
"description": "Delete complete sessions that are older than cleanup_completed_session_ttl (in hours). 0h disables cleanup behavior."
Expand Down

0 comments on commit 53d6777

Please sign in to comment.