Salt-Orchestrated OpenSource based Software-Defined-Freifunk-Infrastructre-Network configuration

Maximilian Wilhelm d7f89f6be1 Groups states for infra services in one stanza 1 år sedan
Documentation c35d5ff817 Examples: Update DNS example pillar 1 år sedan
_modules 58bd7a6443 Netfilter: No uRPF on interface with a default gateway 1 år sedan
anycast-healthchecker 2455517ceb Add anycast-healthcecker state 1 år sedan
apt bb26185b9c apt: Update Salt to version 3004 2 år sedan
apu2 0ae03f896f apu2: Document how to force firmware update. 4 år sedan
bash 517b3b0d4a bash: Increase history and make sure it's always appended. 5 år sedan
batman 24ffdc622c Use global root alias for cron job mails 2 år sedan
bird 49004e4a9b Bird/Icinga2: Bird related monitoring config should ship with bird 1 år sedan
build 6cb331e575 GIT: Use internal DNS alias for our GIT 1 år sedan
burp 0b3ae3b258 burp: Let server listen on IPv6 3 år sedan
certs c7297d3e69 certs: Check for certificates applied to single hosts. 3 år sedan
dhcp-server fb3141938a Clean up obsolete templates for Debian Stretch (which is long gone) 1 år sedan
dns-server 4f6711f16e DNS: Reflect pillar change to write replica NS name into config 1 år sedan
docker 4cf47cbc5f Add docker state. 5 år sedan
elasticsearch 5b3cbfb6c3 Added elasticsearch config 3 år sedan
fastd 4e1d44b0f0 fastd: Use SDN to determine B.A.T.M.A.N. adv. iface penalty 2 år sedan
ffinfo ab3833e402 ffinfo: Store main node role (from NetBox) on the system 1 år sedan
firewall a77faefab6 firewall: Add files to load on boot-up 3 år sedan
firmware 6cb331e575 GIT: Use internal DNS alias for our GIT 1 år sedan
gogs bef28a1d26 gogs: Replace us-ascii with binary key 2 år sedan
grafana 3109dffb24 grafana: Switch to new repo URL 1 år sedan
graylog 1f8ffd3a77 graylog: Use keystore to verify ldap connection 1 år sedan
icinga2 3594940a1d Icinga2: Read NS replica information from DNS pillar 1 år sedan
icingaweb2 dd46e91fbe icingaweb2: The icingaweb2-module-monitoring pkg doesn't seem required 1 år sedan
influxdb 1ea0d959e7 influxdb: Switch to new repo key 1 år sedan
kernel 5ee6a1bd4e kernel: Install backports Kernel for Buster for B.A.T.M.A.N. iface penalty support 3 år sedan
kvm e3ab0fec69 KVM: Update packages for Bullseye 1 år sedan
locales d243476e23 First bunch of ffho salt configuration files to be public. 8 år sedan
mongodb efcc12bfd4 mongodb: Set repo version by variable 1 år sedan
mosh d243476e23 First bunch of ffho salt configuration files to be public. 8 år sedan
motd 6605a8fd50 add motd state 7 år sedan
needrestart d77bad69c3 Install needrestart on all nodes. 3 år sedan
network 5295aa0bd8 Make ifupdown-ng the default suite to configure interfaces 1 år sedan
nftables f90d28e734 nftables now is enabled by default 1 år sedan
nginx 533917fb8b Update firmware/openwrt redirect path to up-to-date mirror 1 år sedan
ntp d243476e23 First bunch of ffho salt configuration files to be public. 8 år sedan
openvpn df8977fb36 openvpn: Add configuration for OPS VPNs 2 år sedan
postfix bcc3747de7 postfix: smtp_use_tls is legacy and can go away. 1 år sedan
pppoe 2032bdc052 pppoe: Remove Debian stretch Sonderlocke 2 år sedan
prometheus-exporters 9a18d14c44 Groundwork for Prometheus observabilty - node_exporter for all boxes 1 år sedan
respondd 16d83640de respondd: Start respondd service after network-online target 3 år sedan
rsyslog 825d0c5915 rsyslog: Rotate slapd logs 2 år sedan
salt-minion 10f714bd5f salt-minion: python3-tornado isn't required anymore 3 år sedan
screen d243476e23 First bunch of ffho salt configuration files to be public. 8 år sedan
slapd ebaf2828e5 Add slapd state to configure LDAP servers. 4 år sedan
snmpd b408b8d06f snmpd: Generate interface configs for VMs running on this host 1 år sedan
ssh f2e3a9f6ac ssh: Add sshd_config for Debian bullseye 2 år sedan
sudo f7e5578fe0 sudo: Fix typo, D'oh. 1 år sedan
sury 74dbf64e12 Add sury php repository 1 år sedan
sysctl 67ebce5507 sysctl: Wireguard with fwmark requires udp_l3mdev_accept 2 år sedan
systemd 1c6d5423bd systemd: Work around new systemd persistent MAC "feature" 2 år sedan
timezone f07fb87dcd Set system timezone to Europe/Berlin. 5 år sedan
unattended-upgrades 51aba08c0b unattended-upgrades: Use Bullseye repos for icinga2/Salt 1 år sedan
users 07d06cc8dc Add users statee to manage users and passwords 1 år sedan
vim 40755b33a6 vim: Do not use the Debian default vimrc. Ever. 4 år sedan
wireguard 4c2f0c4408 Wireguard: Reflect data structure changes 2 år sedan
yanic d39f2267be yanic: Forget offline nodes after 14d (instead of 30d) 1 år sedan
.gitignore c5c65aa615 Add .gitignore 1 år sedan
README.md 26bc096db5 Update README 1 år sedan
top.sls d7f89f6be1 Groups states for infra services in one stanza 1 år sedan
utils.sls 47b4966ae8 Add simple utils state to list utils worth installing 3 år sedan

README.md

Freifunk Hochstift infrastructure - SaltStack configuration

This repository contains the Salt environment (states + modules) used to configure the infrastructure of the Freifunk Hochstift community network.

It uses the NetBox Abstraction and Caching Layer (NACL) as its interface to communicate with NetBox, which holds all node specific configuration. This includes the node name, role(s), interfaces, IP addresses, tags, config contexts, etc.

Principles

This whole code base follows the principles of Holistic (network) automation, which means that as much configuration bits are derived from properties of nodes or its relationship(s) to other nodes. This includes but is not limited to, OSPF adjacencies, internal BGP sessions, B.A.T.M.A.N. adv. configuration, Nftables rules, etc.

Most of these bits live inside the Python modules which are included in this repository (see the _modules/ directory), which contains modules for authentication, netfilter, and networking related configuration. The ffho_net modules currently is the heart of our SDN logic, with more recent pieces (e.g. iBGP mesh calculation) living inside NACL. Eventually most logic should move over to NACL or another daemon which takes over the SDN role, so that Salt is only used to apply configuration based on a generic device configuration.

Further Reading

Our CTO, @BarbarossaTM, has started a blog series about our infrastructure, its architecture and evolution and also blogs about NetBox related things, which may or may not be related to this code base - it mostly is though :-)