Skip to content

Commit

Permalink
ci: add moons of mars to testnet names
Browse files Browse the repository at this point in the history
We've shipped testnets for the Jovian and Saturnine moons.
Now, we add the Mars of moons, only two (2). If we need more than this,
we can follow up with the moons of Neptune for more headroom.

Also updates the names of fullnodes in the CI deployment, which were
previously set to moons of Mars and Neptune. Now moon names are only
used to refer to testnets, and the fullnode monikers are notable
asteroids.
  • Loading branch information
conorsch committed Jan 2, 2024
1 parent 4585b2c commit 303fc03
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
6 changes: 3 additions & 3 deletions deployments/helmfile.d/vars/penumbra-devnet-nodes-ips.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
nodes:
- external_address: 35.202.100.199:26656
moniker: phobos-seed
moniker: ceres-seed
seed_mode: true
- external_address: 34.16.34.194:26656
moniker: deimos
moniker: vesta
- external_address: 34.173.166.32:26656
moniker: naiad
moniker: pallas
8 changes: 4 additions & 4 deletions deployments/helmfile.d/vars/penumbra-preview-nodes-ips.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
nodes:
- external_address: 34.135.6.235:26656
moniker: phobos-seed
moniker: ceres-seed
seed_mode: true
- external_address: 34.28.180.178:26656
moniker: deimos
moniker: vesta
- external_address: 34.42.196.153:26656
moniker: naiad
moniker: pallas
- external_address: 35.239.76.154:26656
moniker: thalassa
moniker: hygiea
8 changes: 4 additions & 4 deletions deployments/helmfile.d/vars/penumbra-testnet-nodes-ips.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
nodes:
- external_address: 35.225.116.144:26656
moniker: phobos-seed
moniker: ceres-seed
seed_mode: true
- external_address: 35.224.80.161:26656
moniker: deimos
moniker: vesta
- external_address: 34.68.200.112:26656
moniker: naiad
moniker: pallas
- external_address: 35.192.219.42:26656
moniker: thalassa
moniker: hygiea
5 changes: 3 additions & 2 deletions deployments/scripts/get-lb-ips
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ fi

# Declare monikers for nodes on the network.
# These monikers will be added to the generated vars file,
# alongside the IP info.
node_names=(phobos-seed deimos naiad thalassa)
# alongside the IP info. Here we use notable asteroids,
# reserving moons for testnet names.
node_names=(ceres-seed vesta pallas hygiea)

HELM_RELEASE="${1:-}"
shift 1
Expand Down
2 changes: 2 additions & 0 deletions testnets/names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ Dione
Iapetus
Rhea
Titan
Deimos
Phobos

0 comments on commit 303fc03

Please sign in to comment.