Skip to content

Commit

Permalink
ci: update testnet public ips
Browse files Browse the repository at this point in the history
Removes reserved IPv4 addresses that are no longer used.
For HTTPS services, we now use a single entry IP to a Traefik daemonset
to handle traffic for all the various endpoints [0].

Regenerates the public IPs for the P2P services and commits them to
version control. We do this as part of release prep for Testnet 61 [1],
building on the deploy overhaul described in [2].

[0] #2341
[1] #3046
[2] #2983
  • Loading branch information
conorsch committed Sep 25, 2023
1 parent b65a6f5 commit 3ec7dc8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 48 deletions.
3 changes: 1 addition & 2 deletions deployments/helmfile.d/penumbra-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ releases:
tag: latest
- network:
preserve_chain_id: true
# TODO: provision real ips for testnet env
# external_addresses: "104.198.226.117:26656,34.134.110.25:26656"
external_addresses: "34.68.222.252:26656,35.226.255.25:26656"
- part_of: penumbra-testnet
# Sidecar vars file for storing external ips. The "penumbra-network" chart
# doesn't read these vars, but the "get-lb-ips" script writes them there,
Expand Down
3 changes: 3 additions & 0 deletions deployments/helmfile.d/vars/penumbra-testnet-ips.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodes:
- external_address: 34.68.222.252:26656
- external_address: 35.226.255.25:26656
3 changes: 3 additions & 0 deletions deployments/helmfile.d/vars/penumbra-testnet-nodes-ips.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodes:
- external_address: 35.225.116.144:26656
- external_address: 35.224.80.161:26656
46 changes: 0 additions & 46 deletions deployments/networks/testnet/main.tf

This file was deleted.

0 comments on commit 3ec7dc8

Please sign in to comment.