-
Notifications
You must be signed in to change notification settings - Fork 105
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
[BGP] ipv4routes can be defined for netconfig #2516
base: main
Are you sure you want to change the base?
[BGP] ipv4routes can be defined for netconfig #2516
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks for the PR! ❤️ |
@@ -67,6 +67,13 @@ data: | |||
- end: {{ range.end }} | |||
start: {{ range.start }} | |||
{% endfor %} | |||
{% if network.tools.netconfig.ipv4_routes | default(false) %} |
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.
Netconfig has no routes options yet
class MappedNetconfigNetworkConfig: |
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.
@pablintino, thanks for your comment.
I have updated the PR, although I'm not sure if the solution is so simple.
In case of octavia, ipv4routes will be needed to connect to the management network.
78297e7
to
b75d8f6
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c1d8d98678cc4bceb0264a4bd90951a2 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 42m 54s |
In case of octavia, ipv4routes will be needed to connect to the management network.