Compare commits
10 commits
df4e20153e
...
468cfb24d0
Author | SHA1 | Date | |
---|---|---|---|
468cfb24d0 | |||
edada23735 | |||
25f8d65a24 | |||
895b639958 | |||
f755252929 | |||
|
ef846671f0 | ||
|
1716d7e763 | ||
fd12dafa54 | |||
fc06389af2 | |||
157eae9daf |
3 changed files with 22 additions and 24 deletions
|
@ -83,17 +83,22 @@ set container name udp-broadcast-relay-sonos shared-memory '0'
|
||||||
# unifi
|
# unifi
|
||||||
set container name unifi environment RUNAS_UID0 value 'false'
|
set container name unifi environment RUNAS_UID0 value 'false'
|
||||||
set container name unifi environment TZ value 'America/Chicago'
|
set container name unifi environment TZ value 'America/Chicago'
|
||||||
set container name unifi environment UNIFI_GID value '999'
|
set container name unifi environment PGID value '102'
|
||||||
set container name unifi environment UNIFI_STDOUT value 'true'
|
set container name unifi environment PUID value '999'
|
||||||
set container name unifi environment UNIFI_UID value '999'
|
set container name unifi image 'ghcr.io/goofball222/unifi:8.0.24'
|
||||||
set container name unifi image 'ghcr.io/jacobalberty/unifi-docker:v7.5.176'
|
|
||||||
set container name unifi memory '0'
|
set container name unifi memory '0'
|
||||||
set container name unifi network containers address '10.5.0.10'
|
set container name unifi network containers address '10.5.0.10'
|
||||||
set container name unifi restart 'on-failure'
|
set container name unifi restart 'on-failure'
|
||||||
set container name unifi shared-memory '0'
|
set container name unifi shared-memory '0'
|
||||||
set container name unifi volume data source '/config/containers/unifi'
|
set container name unifi volume cert source '/config/containers/unifi/cert'
|
||||||
set container name unifi volume data destination '/unifi'
|
set container name unifi volume cert destination '/usr/lib/unifi/cert'
|
||||||
|
set container name unifi volume cert mode 'rw'
|
||||||
|
set container name unifi volume data source '/config/containers/unifi/data'
|
||||||
|
set container name unifi volume data destination '/usr/lib/unifi/data'
|
||||||
set container name unifi volume data mode 'rw'
|
set container name unifi volume data mode 'rw'
|
||||||
|
set container name unifi volume logs source '/config/containers/unifi/logs'
|
||||||
|
set container name unifi volume logs destination '/usr/lib/unifi/logs'
|
||||||
|
set container name unifi volume logs mode 'rw'
|
||||||
|
|
||||||
# onepassword-connect
|
# onepassword-connect
|
||||||
set container name onepassword-connect image 'docker.io/1password/connect-api:1.7.2'
|
set container name onepassword-connect image 'docker.io/1password/connect-api:1.7.2'
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/vbash
|
#!/bin/vbash
|
||||||
|
|
||||||
# BGP configuration
|
# BGP configuration
|
||||||
|
## k8s workers
|
||||||
set protocols bgp neighbor 10.1.1.41 address-family ipv4-unicast
|
set protocols bgp neighbor 10.1.1.41 address-family ipv4-unicast
|
||||||
set protocols bgp neighbor 10.1.1.41 description 'nenya'
|
set protocols bgp neighbor 10.1.1.41 description 'nenya'
|
||||||
set protocols bgp neighbor 10.1.1.41 remote-as '64512'
|
set protocols bgp neighbor 10.1.1.41 remote-as '64512'
|
||||||
|
@ -8,22 +9,17 @@ set protocols bgp neighbor 10.1.1.42 address-family ipv4-unicast
|
||||||
set protocols bgp neighbor 10.1.1.42 description 'vilya'
|
set protocols bgp neighbor 10.1.1.42 description 'vilya'
|
||||||
set protocols bgp neighbor 10.1.1.42 remote-as '64512'
|
set protocols bgp neighbor 10.1.1.42 remote-as '64512'
|
||||||
set protocols bgp neighbor 10.1.1.43 address-family ipv4-unicast
|
set protocols bgp neighbor 10.1.1.43 address-family ipv4-unicast
|
||||||
set protocols bgp neighbor 10.1.1.43 description 'narya'
|
set protocols bgp neighbor 10.1.1.43 description 'gollum'
|
||||||
set protocols bgp neighbor 10.1.1.43 remote-as '64512'
|
set protocols bgp neighbor 10.1.1.43 remote-as '64512'
|
||||||
set protocols bgp neighbor 10.1.1.44 address-family ipv4-unicast
|
set protocols bgp neighbor 10.1.1.44 address-family ipv4-unicast
|
||||||
set protocols bgp neighbor 10.1.1.44 description 'nahar'
|
set protocols bgp neighbor 10.1.1.44 description 'thror'
|
||||||
set protocols bgp neighbor 10.1.1.44 remote-as '64512'
|
set protocols bgp neighbor 10.1.1.44 remote-as '64512'
|
||||||
set protocols bgp neighbor 10.1.1.45 address-family ipv4-unicast
|
## k8s masters
|
||||||
set protocols bgp neighbor 10.1.1.45 description 'thror'
|
|
||||||
set protocols bgp neighbor 10.1.1.45 remote-as '64512'
|
|
||||||
set protocols bgp neighbor 10.1.1.46 address-family ipv4-unicast
|
|
||||||
set protocols bgp neighbor 10.1.1.46 description 'thrain'
|
|
||||||
set protocols bgp neighbor 10.1.1.46 remote-as '64512'
|
|
||||||
set protocols bgp neighbor 10.1.1.61 address-family ipv4-unicast
|
set protocols bgp neighbor 10.1.1.61 address-family ipv4-unicast
|
||||||
set protocols bgp neighbor 10.1.1.61 description 'galadriel'
|
set protocols bgp neighbor 10.1.1.61 description 'galadriel'
|
||||||
set protocols bgp neighbor 10.1.1.61 remote-as '64512'
|
set protocols bgp neighbor 10.1.1.61 remote-as '64512'
|
||||||
set protocols bgp neighbor 10.1.1.62 address-family ipv4-unicast
|
set protocols bgp neighbor 10.1.1.62 address-family ipv4-unicast
|
||||||
set protocols bgp neighbor 10.1.1.62 description 'elrond'
|
set protocols bgp neighbor 10.1.1.62 description 'thrain'
|
||||||
set protocols bgp neighbor 10.1.1.62 remote-as '64512'
|
set protocols bgp neighbor 10.1.1.62 remote-as '64512'
|
||||||
set protocols bgp neighbor 10.1.1.63 address-family ipv4-unicast
|
set protocols bgp neighbor 10.1.1.63 address-family ipv4-unicast
|
||||||
set protocols bgp neighbor 10.1.1.63 description 'cirdan'
|
set protocols bgp neighbor 10.1.1.63 description 'cirdan'
|
||||||
|
|
|
@ -48,14 +48,11 @@ set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-ma
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping nenya mac-address 'c8:1f:66:10:4d:b9'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping nenya mac-address 'c8:1f:66:10:4d:b9'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping vilya ip-address '10.1.1.42'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping vilya ip-address '10.1.1.42'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping vilya mac-address 'c8:1f:66:10:51:d9'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping vilya mac-address 'c8:1f:66:10:51:d9'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping narya ip-address '10.1.1.43'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping gollum ip-address '10.1.1.43'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping narya mac-address '80:e8:2c:db:68:a2'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping gollum mac-address 'fc:aa:14:93:fb:b1'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping nahar ip-address '10.1.1.44'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping thror ip-address '10.1.1.44'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping nahar mac-address '98:90:96:e0:fa:f0'
|
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping thror ip-address '10.1.1.45'
|
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping thror mac-address '64:00:6A:63:94:AE'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping thror mac-address '64:00:6A:63:94:AE'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping thrain ip-address '10.1.1.46'
|
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping thrain mac-address '98:90:96:B0:AD:EA'
|
|
||||||
|
|
||||||
# Raspberry Pis
|
# Raspberry Pis
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping frodo ip-address '10.1.1.51'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping frodo ip-address '10.1.1.51'
|
||||||
|
@ -72,8 +69,8 @@ set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-ma
|
||||||
# k8s prod masters
|
# k8s prod masters
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping galadriel ip-address '10.1.1.61'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping galadriel ip-address '10.1.1.61'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping galadriel mac-address '34:17:EB:D9:AB:D2'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping galadriel mac-address '34:17:EB:D9:AB:D2'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping elrond ip-address '10.1.1.62'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping thrain ip-address '10.1.1.62'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping elrond mac-address '98:90:96:b9:17:e3'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping thrain mac-address '98:90:96:B0:AD:EA'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping cirdan ip-address '10.1.1.63'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping cirdan ip-address '10.1.1.63'
|
||||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping cirdan mac-address '98:90:96:A2:04:B1'
|
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping cirdan mac-address '98:90:96:A2:04:B1'
|
||||||
|
|
||||||
|
|
Reference in a new issue