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

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

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 :-)