Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Add node messages to node get #836

Merged
merged 5 commits into from
Apr 26, 2021

Conversation

bmc-msft
Copy link
Contributor

This exposes the node commands that have yet to be processed by the node.

Example use case: The SDK can now ask "has this node installed my SSH key"

demoray added 2 commits April 26, 2021 14:35
This exposes the node commands that have yet to be processed by the node.  Example use case:  The SDK can now ask "has this node installed my SSH key"
@bmc-msft bmc-msft mentioned this pull request Apr 26, 2021
@@ -557,13 +557,37 @@ class NodeHeartbeatEntry(BaseModel):
data: List[Dict[str, HeartbeatType]]


class StopNodeCommand(BaseModel):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note, these are just moved from later in models.py to enable us to not have to call Node.update_forward_refs()

@bmc-msft bmc-msft merged commit ced21b2 into microsoft:main Apr 26, 2021
@bmc-msft bmc-msft deleted the add-node-messages-to-node-get branch April 26, 2021 20:15
@ghost ghost locked as resolved and limited conversation to collaborators May 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants