Skip to content

Commit

Permalink
CASMCMS-9162: Add the cfs_read_timeout option.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsollom-hpe committed Oct 15, 2024
1 parent d2ed0c9 commit 5590e3f
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 @@ -975,6 +975,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: |
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 @@ -3080,6 +3080,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 minutes, hours, days, or weeks).\n0 disables cleanup behavior.\n",
Expand Down Expand Up @@ -3773,6 +3780,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 minutes, hours, days, or weeks).\n0 disables cleanup behavior.\n",
Expand Down Expand Up @@ -5319,6 +5333,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 minutes, hours, days, or weeks).\n0 disables cleanup behavior.\n",
Expand Down Expand Up @@ -12385,6 +12406,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 minutes, hours, days, or weeks).\n0 disables cleanup behavior.\n",
Expand Down Expand Up @@ -12502,6 +12530,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 minutes, hours, days, or weeks).\n0 disables cleanup behavior.\n",
Expand Down Expand Up @@ -12608,6 +12643,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 minutes, hours, days, or weeks).\n0 disables cleanup behavior.\n",
Expand Down

0 comments on commit 5590e3f

Please sign in to comment.