Skip to content
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

feat: create VNIs inside of Nautobot when neutron networks are created #351

Closed
wants to merge 7 commits into from

Conversation

cardoe
Copy link
Contributor

@cardoe cardoe commented Sep 26, 2024

When a neutron network is created, create the matching VNI inside of Nautobot.

Copy link

github-actions bot commented Sep 26, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
216 98 45% 0% 🟢

New Files

File Coverage Status
python/neutron-understack/neutron_understack/config.py 100% 🟢
python/neutron-understack/neutron_understack/nautobot.py 44% 🟢
TOTAL 72% 🟢

Modified Files

File Coverage Status
python/neutron-understack/neutron_understack/neutron_understack_mech.py 38% 🟢
TOTAL 38% 🟢

updated for commit: 5b51d17 by action🐍

Broke the config out into its own file for reusability.
This is currently a stub but in the future it should be looking up the
UCVNI Groups that the physical networks will be on for these devices and
making sure everything is valid.
@cardoe cardoe force-pushed the network-create-vni branch 3 times, most recently from bcec408 to 50bb3bf Compare September 26, 2024 23:31
Basic Nautobot API helper to call creating of a network
When a network is created in neutron, the corresponding VNI will be
created inside of Nautobot.
@cardoe cardoe closed this Nov 6, 2024
@cardoe cardoe deleted the network-create-vni branch November 6, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant