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

Cluster node status #2341

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Cluster node status #2341

merged 4 commits into from
Feb 22, 2024

Conversation

arbulu89
Copy link
Contributor

@arbulu89 arbulu89 commented Feb 20, 2024

Description

Parse cluster node status.

The precedence of values is:

  1. Offline
  2. Unclean
  3. StandBy
  4. Maintenance
  5. Shutdown/Pending/StandbyOnFail
  6. Online
  7. Unknown

In the fronted, (which will come later):

  • Online -> Bolt
  • Unclean/StandBy/Shutdown/Pending/StandByOnFail/Unknown -> Warning
  • Maintenance -> Maintenance tool
  • Offline -> Unplugged
    With a tooltip with the exact value

If you want, I can even add the FE part in this PR, but I thought to have it in other PR (even though I have the code).

How was this tested?

Tested

@arbulu89 arbulu89 added the enhancement New feature or request label Feb 20, 2024
@arbulu89 arbulu89 marked this pull request as ready for review February 20, 2024 10:58
Copy link
Contributor

@rtorrero rtorrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @arbulu89 , I'd also address the frontend changes in a separate PR 👍

Copy link
Member

@CDimonaco CDimonaco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good,

Could we have an enum for the status, in the domain and in the openapi schema?

@arbulu89
Copy link
Contributor Author

Everything looks good,

Could we have an enum for the status, in the domain and in the openapi schema?

I'm not really fond of using enums for values that are coming from the outside, that are not defined in trento itself.
They can change overtime, and this forces us to change the API version, as adding/removing values from the enum is a breaking change.

Copy link
Member

@EMaksy EMaksy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@arbulu89 arbulu89 merged commit e401b3b into main Feb 22, 2024
24 checks passed
@arbulu89 arbulu89 deleted the cluster-node-status branch February 22, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

4 participants