Vladimir Kozhukalov adc22b613b Update yamllint.conf
This PR updates the yaml linter configuration
to align it with what we have in the osh-infra
repo.

Change-Id: I3585fdc6663b2ae7bfb5c1d8a13672ac3055bf86
2025-03-12 22:59:57 -05:00

33 lines
661 B
YAML

---
network:
backend:
- openvswitch
- ovn
conf:
neutron:
DEFAULT:
router_distributed: True
service_plugins: ovn-router
l3_ha_network_type: geneve
plugins:
ml2_conf:
ml2:
extension_drivers: port_security
type_drivers: flat,vxlan,geneve
tenant_network_types: geneve
ovn:
ovn_l3_scheduler: leastloaded
dns_servers: 8.8.8.8,1.1.1.1
neutron_sync_mode: repair
manifests:
daemonset_dhcp_agent: false
daemonset_l3_agent: false
daemonset_metadata_agent: false
daemonset_ovs_agent: false
deployment_rpc_server: false
daemonset_ovn_metadata_agent: true
...