Skip to content

Commit

Permalink
Updates IPv6 addrs for mlab2/3-dfw09 (#290)
Browse files Browse the repository at this point in the history
I suspect this got out of sync with GCP because I deployed these
machines before I have implemented the local-exec TF provisioner to make
sure that all ephemeral IPv6 addresses on machines get converted to
static addresses and get assigned to the VM.
  • Loading branch information
nkinkade authored Aug 3, 2023
1 parent 682b054 commit ee6bb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/dfw09.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sitesDefault {
address: '34.174.104.110/32',
},
ipv6: {
address: '2600:1901:8140:9cd3:0:3::/128',
address: '2600:1901:8140:9cd3:0:6::/128',
},
},
project: 'mlab-oti',
Expand All @@ -40,7 +40,7 @@ sitesDefault {
address: '34.174.134.185/32',
},
ipv6: {
address: '2600:1901:8140:9cd3:0:2::/128',
address: '2600:1901:8140:9cd3:0:8::/128',
},
},
project: 'mlab-oti',
Expand Down

0 comments on commit ee6bb70

Please sign in to comment.