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

Maximilian Wilhelm 29b2c1fba9 DNS: Update and activate base-line DNS generator based on NetBox data vor 10 Monaten
Documentation 80c977116f Doc: Add monitoring rule configuration examples vor 1 Jahr
_modules 29b2c1fba9 DNS: Update and activate base-line DNS generator based on NetBox data vor 10 Monaten
anycast-healthchecker 2455517ceb Add anycast-healthcecker state vor 1 Jahr
apt bb26185b9c apt: Update Salt to version 3004 vor 2 Jahren
apu2 0ae03f896f apu2: Document how to force firmware update. vor 4 Jahren
bash 517b3b0d4a bash: Increase history and make sure it's always appended. vor 5 Jahren
batman 24ffdc622c Use global root alias for cron job mails vor 2 Jahren
bird 645f9acc52 bird: Add default local config knob values vor 10 Monaten
build 6cb331e575 GIT: Use internal DNS alias for our GIT vor 1 Jahr
burp 0b3ae3b258 burp: Let server listen on IPv6 vor 3 Jahren
certs 42fdb07d21 certs: Allow more flexibal configuration vor 1 Jahr
dhcp-server fb3141938a Clean up obsolete templates for Debian Stretch (which is long gone) vor 1 Jahr
dns-server 29b2c1fba9 DNS: Update and activate base-line DNS generator based on NetBox data vor 10 Monaten
docker 4cf47cbc5f Add docker state. vor 5 Jahren
elasticsearch 5b3cbfb6c3 Added elasticsearch config vor 3 Jahren
fastd 4e1d44b0f0 fastd: Use SDN to determine B.A.T.M.A.N. adv. iface penalty vor 2 Jahren
ffinfo ab3833e402 ffinfo: Store main node role (from NetBox) on the system vor 1 Jahr
firewall a77faefab6 firewall: Add files to load on boot-up vor 3 Jahren
firmware 6cb331e575 GIT: Use internal DNS alias for our GIT vor 1 Jahr
gogs bef28a1d26 gogs: Replace us-ascii with binary key vor 3 Jahren
grafana a59933b2c1 Grafana: Set up Prometheus front end with some dashboards vor 1 Jahr
graylog 172990e9c3 graylog: Use mongodb with authentication vor 1 Jahr
icinga2 8b9045d347 icinga2: Use platform from NetBox as OS vor 10 Monaten
icingaweb2 dd46e91fbe icingaweb2: The icingaweb2-module-monitoring pkg doesn't seem required vor 1 Jahr
influxdb 1ea0d959e7 influxdb: Switch to new repo key vor 1 Jahr
install-server 57645b4099 Set up install server on infra service VMs vor 1 Jahr
kernel 5ee6a1bd4e kernel: Install backports Kernel for Buster for B.A.T.M.A.N. iface penalty support vor 3 Jahren
kvm 9c7c0bd8b1 KVM: Remove need for ifupdown* to configure VM interfaces vor 1 Jahr
locales 38c9622968 locales: Store full generatd configuration to avoid unnecessary diff vor 1 Jahr
mongodb 29b4318138 mongodb: Enable authorization by default vor 1 Jahr
mosh d243476e23 First bunch of ffho salt configuration files to be public. vor 8 Jahren
motd 6605a8fd50 add motd state vor 7 Jahren
needrestart d77bad69c3 Install needrestart on all nodes. vor 3 Jahren
network 5295aa0bd8 Make ifupdown-ng the default suite to configure interfaces vor 1 Jahr
nftables 56639cfd8e nftables: Generate set of iBGP peers vor 1 Jahr
nginx 533917fb8b Update firmware/openwrt redirect path to up-to-date mirror vor 1 Jahr
ntp d243476e23 First bunch of ffho salt configuration files to be public. vor 8 Jahren
openvpn df8977fb36 openvpn: Add configuration for OPS VPNs vor 2 Jahren
postfix bcc3747de7 postfix: smtp_use_tls is legacy and can go away. vor 1 Jahr
pppoe 2032bdc052 pppoe: Remove Debian stretch Sonderlocke vor 2 Jahren
prometheus-exporters c69ac4fd59 Prometheus: Install bird-exporter on routers vor 1 Jahr
prometheus-server 7ad21ce3b5 prometheus-server: Only target node_exporter for Linux nodes vor 10 Monaten
respondd 16d83640de respondd: Start respondd service after network-online target vor 3 Jahren
rsyslog 825d0c5915 rsyslog: Rotate slapd logs vor 2 Jahren
salt-minion 10f714bd5f salt-minion: python3-tornado isn't required anymore vor 3 Jahren
screen d243476e23 First bunch of ffho salt configuration files to be public. vor 8 Jahren
slapd ebaf2828e5 Add slapd state to configure LDAP servers. vor 4 Jahren
snmpd 89781ebb00 snmpd: Don't generate synthetica bandwidth for VLAN and VXLAN interfaces vor 11 Monaten
ssh f2e3a9f6ac ssh: Add sshd_config for Debian bullseye vor 2 Jahren
sudo f7e5578fe0 sudo: Fix typo, D'oh. vor 1 Jahr
sury 74dbf64e12 Add sury php repository vor 1 Jahr
sysctl 33eb64f57c sysctl: Allow using conntrack helpers vor 10 Monaten
systemd 1c6d5423bd systemd: Work around new systemd persistent MAC "feature" vor 2 Jahren
timezone f07fb87dcd Set system timezone to Europe/Berlin. vor 5 Jahren
unattended-upgrades 24eedfa9d9 unattended-upgrades: Fix icinga-bullseye origin vor 11 Monaten
users 07d06cc8dc Add users statee to manage users and passwords vor 1 Jahr
vim 40755b33a6 vim: Do not use the Debian default vimrc. Ever. vor 4 Jahren
wireguard 4c2f0c4408 Wireguard: Reflect data structure changes vor 2 Jahren
yanic d39f2267be yanic: Forget offline nodes after 14d (instead of 30d) vor 1 Jahr
.gitignore 5d8869e75a Ignore VIM's *.swp files vor 1 Jahr
README.md 26bc096db5 Update README vor 1 Jahr
top.sls 8c0b4f9e3e Highstate Grafana on Prometheus servers vor 1 Jahr
utils.sls 47b4966ae8 Add simple utils state to list utils worth installing vor 3 Jahren

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