Set-OPS-Public/exemples/modeles/socle/plan/nomenclature.yml
Daniel Allaire 6eb178598f Modèles partiels rafraîchis (socle/identite/observabilite/forge) + presence-web flaggé
Réalignés sur le moule integral : 6 zones (numéros/VLAN cohérents), vmid_schema
ip-miroir, fonctions éprouvées (data→data-sql, idm→id-ldap+id-sso, mon→sup),
nouveaux intrants (fuseau_horaire/organisation/identite_realm). Prouvés (dérivation
9 chiffres + valider_serveurs).

presence-web : marqué ASPIRATIONNEL (fonctions web-frontal/dorsal sans rôle réel) —
honnêteté plutôt que faux-prêt. README général corrigé (état + intrants).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 01:11:52 -04:00

17 lines
792 B
YAML

---
# MODÈLE « socle » — infrastructure de base (4 VM) : edge, DNS, PKI, magasin mail.
# Zones/VLAN alignés sur integral (un socle peut grandir vers un écosystème complet).
# index : ⚠️ REMPLACER par l'index unique du tenant (préfixe VMID + supernet 10.(10+index)).
index: 1
supernet: 10.11.0.0/16
vmid_schema: ip-miroir
cidr_hote: 24
reservations: { passerelle: 1, reserve_min: 2, reserve_max: 9 }
categories:
1: { libelle: Frontiere, vlan: 16, sous_reseau: 10.11.16.0/24, passerelle: 10.11.16.1 }
4: { libelle: Services-infra, vlan: 19, sous_reseau: 10.11.19.0/24, passerelle: 10.11.19.1 }
fonctions:
infra-edge: { categorie: 1, service: 1 }
infra-dns: { categorie: 4, service: 1 }
infra-pki: { categorie: 4, service: 2 }
infra-mail: { categorie: 4, service: 3 }