-
Notifications
You must be signed in to change notification settings - Fork 13
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
Api capability ntp fqdn #77
Api capability ntp fqdn #77
Conversation
fb0244f
to
d017158
Compare
proto/info/info.proto
Outdated
@@ -678,6 +678,7 @@ enum APICapability { | |||
API_CAPABILITY_MTU = 8; // Allows to set MTU for network adapters and network instances | |||
API_CAPABILITY_ADAPTER_USER_LABELS = 9; // Supports user-defined shared network adapter labels | |||
API_CAPABILITY_ENFORCED_NET_INTERFACE_ORDER = 10; // EVE is able to enforce the user-defined order of application network interfaces | |||
API_CAPABILITY_NTP_FQDN = 11; // Allow to set NTP server via FQDN instead of only IP |
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.
Does this capability also include using multiple NTP servers? If so please add that to the comment.
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.
Yes, makes sense to include it. I changed the comment.
Add a capability to notify the controller that the NTP server cannot only by an IP address but also a domain name Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Signed-off-by: Christoph Ostarek <christoph@zededa.com>
d017158
to
06def82
Compare
Need to bump eve-api after following PR lf-edge/eve-api#77 Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Need to bump eve-api after following PR lf-edge/eve-api#77 Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Need to bump eve-api after following PR lf-edge/eve-api#77 Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Need to bump eve-api after following PR lf-edge/eve-api#77 Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Need to bump eve-api after following PR lf-edge/eve-api#77 Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Need to bump eve-api after following PR lf-edge/eve-api#77 Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Need to bump eve-api after following PR lf-edge/eve-api#77 Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Need to bump eve-api after following PR lf-edge/eve-api#77 Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Need to bump eve-api after following PR lf-edge/eve-api#77 Signed-off-by: Christoph Ostarek <christoph@zededa.com>
No description provided.