Skip to content

Commit

Permalink
CASMCMS-8186: BOS: Corrected description of disable_components_on_com…
Browse files Browse the repository at this point in the history
…pletion

(cherry picked from commit 78bf522)
  • Loading branch information
mharding-hpe committed Apr 19, 2024
1 parent f451d87 commit 7abe1d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cray/modules/bos/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ components:
description: The maximum amount of time a component's actual state is considered valid (in hours). 0h disables cleanup behavior for newly booted nodes and instructs bos-state-reporter to report once instead of periodically.
disable_components_on_completion:
type: boolean
description: Allows for BOS components to be marked as disabled after a session has been completed. If false, BOS will continue to maintain the state of the nodes declaratively, even after a session finishes.
description: If true, when a Session has brought a Component to its desired state, that Component will be marked as disabled in BOS. If false, BOS will continue to maintain the state of the nodes declaratively, even after a Session finishes.
discovery_frequency:
type: integer
description: How frequently the BOS discovery agent syncs new components from HSM. (in seconds)
Expand Down
12 changes: 6 additions & 6 deletions cray/modules/bos/swagger3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@
},
"disable_components_on_completion": {
"type": "boolean",
"description": "Allows for BOS components to be marked as disabled after a session has been completed. If false, BOS will continue to maintain the state of the nodes declaratively, even after a session finishes."
"description": "If true, when a Session has brought a Component to its desired state, that Component will be marked as disabled in BOS. If false, BOS will continue to maintain the state of the nodes declaratively, even after a Session finishes."
},
"discovery_frequency": {
"type": "integer",
Expand Down Expand Up @@ -3603,7 +3603,7 @@
},
"disable_components_on_completion": {
"type": "boolean",
"description": "Allows for BOS components to be marked as disabled after a session has been completed. If false, BOS will continue to maintain the state of the nodes declaratively, even after a session finishes."
"description": "If true, when a Session has brought a Component to its desired state, that Component will be marked as disabled in BOS. If false, BOS will continue to maintain the state of the nodes declaratively, even after a Session finishes."
},
"discovery_frequency": {
"type": "integer",
Expand Down Expand Up @@ -5131,7 +5131,7 @@
},
"disable_components_on_completion": {
"type": "boolean",
"description": "Allows for BOS components to be marked as disabled after a session has been completed. If false, BOS will continue to maintain the state of the nodes declaratively, even after a session finishes."
"description": "If true, when a Session has brought a Component to its desired state, that Component will be marked as disabled in BOS. If false, BOS will continue to maintain the state of the nodes declaratively, even after a Session finishes."
},
"discovery_frequency": {
"type": "integer",
Expand Down Expand Up @@ -14600,7 +14600,7 @@
},
"disable_components_on_completion": {
"type": "boolean",
"description": "Allows for BOS components to be marked as disabled after a session has been completed. If false, BOS will continue to maintain the state of the nodes declaratively, even after a session finishes."
"description": "If true, when a Session has brought a Component to its desired state, that Component will be marked as disabled in BOS. If false, BOS will continue to maintain the state of the nodes declaratively, even after a Session finishes."
},
"discovery_frequency": {
"type": "integer",
Expand Down Expand Up @@ -14671,7 +14671,7 @@
},
"disable_components_on_completion": {
"type": "boolean",
"description": "Allows for BOS components to be marked as disabled after a session has been completed. If false, BOS will continue to maintain the state of the nodes declaratively, even after a session finishes."
"description": "If true, when a Session has brought a Component to its desired state, that Component will be marked as disabled in BOS. If false, BOS will continue to maintain the state of the nodes declaratively, even after a Session finishes."
},
"discovery_frequency": {
"type": "integer",
Expand Down Expand Up @@ -14731,7 +14731,7 @@
},
"disable_components_on_completion": {
"type": "boolean",
"description": "Allows for BOS components to be marked as disabled after a session has been completed. If false, BOS will continue to maintain the state of the nodes declaratively, even after a session finishes."
"description": "If true, when a Session has brought a Component to its desired state, that Component will be marked as disabled in BOS. If false, BOS will continue to maintain the state of the nodes declaratively, even after a Session finishes."
},
"discovery_frequency": {
"type": "integer",
Expand Down

0 comments on commit 7abe1d9

Please sign in to comment.