Some issues when applying roles/core/network to Ysul:
- c4c5fe43 has introduced an unknown variable ipv6_gateway in ipv6.sls
- IP aliases are ignored: ifconfig_igb0_alias0="212.83.187.132 netmask 255.255.255.255" should be added to /etc/rc.conf.d/netif/ipv4_igb0
- /etc/rc.conf.d/routing must be created to provision /etc/rc.conf.d/routing/ipv6 and /etc/rc.conf.d/routing/managed, but /etc/rc.conf.d was a file before, not a directory
- drake tunnel needs to use same IP on router-001 and Ysul, so let's pick 163.172.49.16
/etc/rc.conf.d/routing
# ------------------------------------------------------------- # Network — rc configuration # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Project: Nasqueron # License: Trivial work, not eligible to copyright # Source file: roles/core/network/files/routing.rc # ------------------------------------------------------------- # # <auto-generated> # This file is managed by our rOPS SaltStack repository. # # Changes to this file may cause incorrect behavior # and will be lost if the state is redeployed. # </auto-generated> defaultrouter="163.172.49.1" ipv6_defaultrouter="2001:470:1f12:9e1::1"