-
Notifications
You must be signed in to change notification settings - Fork 71
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
gNOI Factory Reset - service for factory resetting a Target #17
Conversation
I think the Reboot RPC already supports this (although in a bit more rudimentary way): Would it make sense to enhance that RPC instead? |
@ejbrever I agree with coalescing, however I am reluctant about using the System service at all. In this use case for instance, it is inconvenient to ask that the Reboot RPC in System service be implemented, but no other RPC. That is at the moment our only requirement. It is hard to state requirements when a Service is too overarching, I believe we should aim for slimmer micro-services. Given this, how about extruding the Reboot RPCs from System and augmenting the Reset service? |
@ejbrever -- did you have concerns with this service? I tend to agree with Sam that having this be an explicit RPC seems to make sense. |
I'm generally good with this, but two thoughts:
|
Thank you @ejbrever, I agree with you:
|
LGTM, thanks for making the changes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- thanks for the updates and discussion.
…ig#17) * gNOI Reset service
…penconfig#17)" This reverts commit bd8e175.
No description provided.