[Schema] Add trunk_groups and stp_enabled on InfraVLAN #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🟡 Lacune mineure — Complétude topologie MLAG
Problème 1 : Pas de trunk group
Les VLANs 4090/4091 utilisent
trunk group mlag-peerpour limiter leur propagation au seul peer-link. C'est un mécanisme de sécurité important, non modélisable actuellement.Problème 2 : Pas de STP par VLAN
no spanning-tree vlan 4090n'est pas modélisable.Correction
Ajouter sur
InfraVLAN(vlan_vxlan.yml) :Référence topologie
Fichier
schemas/vlan_vxlan.ymlValidation
infrahubctl schema check schemas/Listdans la doc Infrahub (peut nécessiter adaptation)Related
Implémenté ✅
Commit:
cf05a5dChangements dans
schemas/vlan_vxlan.yml— InfraVLANtrunk_groups(kind: List, optional: true) — pourtrunk group mlag-peerstp_enabled(kind: Boolean, default: true) — pourno spanning-tree vlan 4090Permet de modéliser les VLANs 4090/4091 avec restriction trunk group et STP désactivé.
Validation
Schema check passé.