Page MenuHomeDevCentral

Reconfigure GRE tunnels
ClosedPublic

Authored by dereckson on Mar 14 2022, 00:12.
Tags
None
Referenced Files
F10882692: D2594.id6609.diff
Sun, Aug 3, 14:01
F10882467: D2594.id6546.diff
Sun, Aug 3, 13:26
F10880788: D2594.id6610.diff
Sun, Aug 3, 09:30
F10880784: D2594.id6547.diff
Sun, Aug 3, 09:29
F10877397: D2594.diff
Sun, Aug 3, 02:33
F10875859: D2594.id.diff
Sat, Aug 2, 23:22
F10872425: D2594.id6546.diff
Sat, Aug 2, 15:00
Unknown Object (File)
Sat, Aug 2, 11:08
Subscribers
None

Details

Summary

Simplify the GRE tunnels configuration. This change allow to define tunnels
in one block for both endpoints.

Recreate tunnels against router-001, instead of one-one connections.

Test Plan

salt * node.resolve_gre_tunnels

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Errors
SeverityLocationCodeMessage
Error_modules/node.py:304E501flake8 E501
Advice_modules/node.py:267F821flake8 F821
Advice_modules/node.py:289F821flake8 F821
Advice_modules/node.py:290F821flake8 F821
Advice_modules/node.py:294F821flake8 F821
Advice_modules/node.py:294F821flake8 F821
Unit
No Test Coverage
Branch
network-gre
Build Status
Buildable 4059
Build 4311: arc lint + arc unit

Event Timeline

dereckson held this revision as a draft.
dereckson retitled this revision from WIP: Simplify GRE configuration to Reconfigure GRE tunnels.Mar 21 2022, 20:18
dereckson edited the summary of this revision. (Show Details)
dereckson edited the summary of this revision. (Show Details)

Rebased

dereckson published this revision for review.Mar 21 2022, 20:29

FreeBSD

/etc/rc.conf.d/netif/gre_drake_via_router-001 on windriver (baremetal)
cloned_interfaces="$cloned_interfaces gre0"
ifconfig_gre0="172.27.27.35 172.27.27.254 netmask 0xffffffff tunnel 51.159.18.59 51.255.124.8 descr drake_via_router-001"

CentOS

Missing, we'll fill later: currently CentOS servers belong to an hypervisor, they aren't baremetal.

This revision is now accepted and ready to land.Mar 21 2022, 20:31
This revision was automatically updated to reflect the committed changes.