Add IP and Resource Sync proposal document#2153
Open
geetikabatra wants to merge 3 commits into
Open
Conversation
This document outlines the proposal for IP and Resource Sync (ipsync) between Nautobot and Undercloud sites, detailing the motivation, goals, requirements, and implementation plans for achieving two-way synchronization of IPs and VLANs.
Removed an alternative consideration regarding full two-way sync due to potential sync loops.
cardoe
reviewed
Jul 20, 2026
cardoe
left a comment
Contributor
There was a problem hiding this comment.
Overall I agree here. This is written up like a ADR (which is great). We should have a section for these in the docs so that it'll pass.
|
|
||
| This isn't settled yet, and it decides how the site talks to the operator: | ||
|
|
||
| - **If sites can reach the management cluster's API directly:** no new plumbing needed. The site just runs a scoped Kubernetes client (limited to its own site's CRs) reading `spec` and writing `status`. |
Contributor
There was a problem hiding this comment.
Well the management cluster is the ArgoCD / logging environment. Not where Nautobot is running. The sites can reach the global cluster where Nautobot and Nautobot operator are running.
|
|
||
| #### Subtasks | ||
|
|
||
| - Confirm with Abhimanyu/Haseeb whether sites can reach the management cluster directly (blocks the interface design). |
Contributor
There was a problem hiding this comment.
Just want to check which cluster you mean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This document outlines the proposal for IP and Resource Sync (ipsync) between Nautobot and Undercloud sites, detailing the motivation, goals, requirements, and implementation plans for achieving two-way synchronization of IPs and VLANs.