Compare commits

...

10 commits

Author SHA1 Message Date
468cfb24d0 Get that trash out of here.
CPU bug in 2.9.1
2023-12-28 10:46:08 -06:00
edada23735 Swap unifi from jacob to goofball 2023-12-27 15:07:19 -06:00
25f8d65a24 Update k8s prod workers 2023-12-27 12:27:33 -06:00
895b639958
Merge pull request #31 from jahanson/renovate/ghcr.io-jacobalberty-unifi-docker-8.x
feat(container)!: Update image ghcr.io/jacobalberty/unifi-docker ( v7.5.176 → v8.0.24 )
2023-12-27 08:31:35 -06:00
f755252929
Merge pull request #30 from jahanson/renovate/docker.io-library-haproxy-2.x
fix(container): update image docker.io/library/haproxy ( 2.9.0 → 2.9.1 )
2023-12-27 08:30:12 -06:00
smeagol-help[bot]
ef846671f0
feat(container)!: Update image ghcr.io/jacobalberty/unifi-docker ( v7.5.176 → v8.0.24 )
| datasource | package                           | from     | to      |
| ---------- | --------------------------------- | -------- | ------- |
| docker     | ghcr.io/jacobalberty/unifi-docker | v7.5.176 | v8.0.24 |
2023-12-27 00:17:17 +00:00
smeagol-help[bot]
1716d7e763
fix(docker-image): update docker.io/library/haproxy docker tag to v2.9.1
| datasource | package                   | from  | to    |
| ---------- | ------------------------- | ----- | ----- |
| docker     | docker.io/library/haproxy | 2.9.0 | 2.9.1 |
2023-12-16 02:14:05 +00:00
fd12dafa54 BGP node description changes. 2023-12-15 12:17:47 -06:00
fc06389af2 Duplicate. 2023-12-15 11:54:56 -06:00
157eae9daf swap workers to masters 2023-12-15 11:51:57 -06:00
3 changed files with 22 additions and 24 deletions

View file

@ -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'

View file

@ -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'

View file

@ -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'