-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While the cluster is starting or reconfiguring during deployment and redeployment, we'll send out periodic messages to the `eu.nebulouscloud.optimiser.controller.app_state` channel of the following form: ``` { "when": "2024-04-17T07:54:00.169580700Z", "state": "DEPLOYING", "clusterState": { ... } } ``` If the `clusterState` key exists, its value will be the return value of SAL's getCluster endpoint. The value format is defined in the sal-common class `Cluster`; see https://github.com/ow2-proactive/scheduling-abstraction-layer/blob/master/sal-common/src/main/java/org/ow2/proactive/sal/model/Cluster.java Note that the `clusterState` key may be missing from the status message; this is the case when deployment or redeployment has been triggered but the optimiser-controller is still calculating the necessary changes to the cluster.
- Loading branch information
Showing
3 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters