Skip to content

Use Patch instead of Update for interface config in NX-OS - #473

Open
felix-kaestner wants to merge 1 commit into
gnmiext/use-setbuilderfrom
nxos/interface-path
Open

Use Patch instead of Update for interface config in NX-OS#473
felix-kaestner wants to merge 1 commit into
gnmiext/use-setbuilderfrom
nxos/interface-path

Conversation

@felix-kaestner

Copy link
Copy Markdown
Contributor

EnsureInterface now uses sb.Patch (gNMI update/merge) for all
interface configuration objects instead of sb.Update (gNMI replace).
This prevents the operator from clobbering interface config written
by other automation (e.g. an OpenStack driver agent) that manages
the same interface subtree concurrently.

EnsureInterface now uses sb.Patch (gNMI update/merge) for all
interface configuration objects instead of sb.Update (gNMI replace).
This prevents the operator from clobbering interface config written
by other automation (e.g. an OpenStack driver agent) that manages
the same interface subtree concurrently.

Signed-off-by: Felix Kästner <felix.kaestner@sap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant