Sergey Fomin

Results 18 issues of Sergey Fomin

In the [specification.md](https://github.com/openconfig/gribi/blob/e88a095e6fe2bccbf688f6be40348a1108592bd0/doc/specification.md) both GetRequest message (section 4.2.1) and FlushRequest message (section 4.3.1) explicitly mention that network-instance name has to be specified; however, in proto files, we can see that...

1. Does the default profile have to be named "`gNxI`"? The spec implies so, but is there a reason to require a specific profile name to be used by all...

fixes #2977 --- This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by...

nokia-pr

`UpdateContainerRequest` contains `image_name` and `image_tag` fields in the body of the request: https://github.com/openconfig/gnoi/blob/1cc12cd257e86908cc188a99d81cf34d76da0b45/containerz/containerz.proto#L567-L581 But the same parameters are included in the `StartContainerRequest` message, which is also part of the `UpdateContainerRequest`...

Currently volume drivers are defined as enum but this makes it impossible to use a custom driver (plugins have names and there's no field to specify the name) https://github.com/openconfig/gnoi/blob/d04468fba8d73905e7865fcfd0076a48523f71e6/containerz/containerz.proto#L636-L645 The...

`StartContainer()` has an ambiguous definition of error signaling: - the description (presumably) talks about returning gRPC errors (which, in my opinion, is the correct approach): https://github.com/openconfig/gnoi/blob/d04468fba8d73905e7865fcfd0076a48523f71e6/containerz/containerz.proto#L91-L97 - but then `StartContainerResponse`...

Current version of the spec does not explicitly define the behavior in cases when a server receives a request with an unsupported extension message. - should the extension(s) be ignored...

Current definitions do not specify the exact behavior in HA scenarios (control module switchover). https://github.com/openconfig/public/blob/785b890a6369901d5cc227f1a86de98b694305d7/release/models/system/openconfig-system.yang#L449-L465 Is the expectation that a) values are *preserved* during an HA event (control module switchover),...