tripleo-heat-templates/environments/services/frr.yaml
Michele Baldessari 0fa959acb8 Add support for ovn bgp agent
Depends-On: https://review.opendev.org/c/openstack/tripleo-ansible/+/785664
Change-Id: Iba6492dad085cec94a93acf119666b0d5c67306e
Co-Authored-By: Carlos Goncalves <cgoncalves@redhat.com>
Co-Authored-By: Luis Tomas Bolivar <ltomasbo@redhat.com>
2022-03-14 10:40:13 +00:00

14 lines
527 B
YAML

resource_registry:
OS::TripleO::Services::Frr: ../../deployment/frr/frr-container-ansible.yaml
parameter_defaults:
# These need to be disabled by default when using FRR/BGP because
# the gateways and other controllers are very unlikely to be reachable
# that early in the deployment (i.e. BGP needs to be up and functional for that to work)
ValidateControllersIcmp: false
ValidateGatewaysIcmp: false
# Needed for the BGP Agent
KernelIpForward: 1
KernelIpv6ConfAllForwarding: 1
KernelIpv4ConfAllRpFilter: 2