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

Extended simple-nva module to manage BGP service running on FR routing docker container #1195

Merged
merged 46 commits into from Mar 8, 2023

Conversation

simonebruzzechesse
Copy link
Collaborator

Major updates:

  • extended network-interfaces to support ip masquerading (required on untrusted eth for networking-nva stage for cloud nat to work)
  • add variable to manage optional commands to run during cloud init bootstrap
  • add condition to skip partial routing configuration in case no LB sits in front of the NVA (causing infinite loop when no LB was configured)
  • add bgp_config variable to manage BGP configuration

BGP is managed via FR Routing container running on the NVA, a default frr.conf file is provided (although not required with link to reference documentation).

add optional run cmds during cloud init bootstrap
add masquerading configuration on network interfaces variable
skip route configuration when no LB is in front of the NVA
add bgp config for bgp server configuration on the nva via FRR container
add optional run cmds to execute during cloud init bootstrap
add condition to skip some rouiting configs when no LB is in front of the NVA
update documentation for simple-nva module
@simonebruzzechesse simonebruzzechesse marked this pull request as ready for review February 28, 2023 18:02
Copy link
Member

@LucaPrete LucaPrete left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simonebruzzechesse this is great. Thanks for submitting this. Just a few comments. Most of them are minor.

modules/cloud-config-container/simple-nva/main.tf Outdated Show resolved Hide resolved
modules/cloud-config-container/simple-nva/main.tf Outdated Show resolved Hide resolved
modules/cloud-config-container/simple-nva/variables.tf Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the on:FAST label Mar 7, 2023
@LucaPrete LucaPrete merged commit fd07c44 into master Mar 8, 2023
@LucaPrete LucaPrete deleted the simple-nva branch March 8, 2023 08:43
lcaggio pushed a commit that referenced this pull request May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants