resource_registry: OS::TripleO::Services::OVNBgpAgent: ../../deployment/ovn/ovn-bgp-agent-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