-
Notifications
You must be signed in to change notification settings - Fork 7
feat: Nautobot operator #1425
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
base: main
Are you sure you want to change the base?
feat: Nautobot operator #1425
Conversation
cardoe
left a 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.
Overall the change is good but too big to really review line by line or file by file. Let's rebase this and get it running in the dev environment and see it in action.
How do we define the CRD? From an object or by writing the YAML? I think we'll need to update the deployment docs around this going forward as well.
|
@abhimanyu003 this needs to be rebased before its run again |
Summary
This PR enhances the Nautobot operator so it can read Nautobot credentials from a referenced Secret and load device-type data from one or more ConfigMaps.
What this change does
Secretreferenced in the custom resource.How it works
Nautobotcustom resource (example YAML below).Usage example
PS
deviceTypeRefentries to load device types from several ConfigMaps.Rough Diagram