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

add "commit" to endpoint reconfiguration #463

Merged
merged 6 commits into from
Sep 28, 2022

Conversation

noursaidi
Copy link
Collaborator

Preview link - https://noursaidi.github.io/udmi/docs/specs/sequences/endpoint_reconfiguration.html

Essentially normal redirect with a box that says reboot .. One question is, given the first sequence diagram checks all "phases" does the second diagram need to do it too?

@grafnu
Copy link
Collaborator

grafnu commented Sep 21, 2022 via email

@noursaidi noursaidi requested review from grafnu and removed request for grafnu September 22, 2022 11:36
@noursaidi noursaidi requested review from grafnu and removed request for grafnu September 22, 2022 14:23
participant E as Original Endpoint
participant E' as New Endpoint
D->>E':STATE MESSAGE<br/>blobset.blobs._iot_endpoint_config.phase = "final"
note over D,E': Reboot sequence from new endpoint
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: New Endpoint (capital) since it's a specific thing

note over D,E': Reboot sequence from new endpoint
D->>E':STATE MESSAGE<br/>blobset.blobs._iot_endpoint_config.phase = "final"
```

Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe add a simple note after that just says "This just means the new endpoint connection is remembered after a system restart" I dunno -- it's one of those "it's so simple I'm not sure people will see it!" situations...

participant E as Original Endpoint
participant E' as New Endpoint
D->>E':STATE MESSAGE<br/>blobset.blobs._iot_endpoint_config.phase = "final"
note over D,E': Reboot sequence from new endpoint
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: I'm calling it "restart" not "reboot" not sure what the exact difference would be -- but I was going with the terminology my laptop uses :-).

@noursaidi noursaidi merged commit 4f33daa into faucetsdn:master Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants