Skip to content

Commit

Permalink
chore: added penumbra02 & slight adjustment for systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
Catopish committed Dec 24, 2024
1 parent 2e372d2 commit 8d0e89e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bkk07
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ routers
polkadot
hydration
cumulus
penumbra
misc-container

[prometheus]
Expand Down Expand Up @@ -41,6 +42,9 @@ bkk50
[hydration]
hdx27

[penumbra]
penumbra02

[polkadot]
rpc-polkadot-02
rpc-kusama-02
Expand Down
19 changes: 19 additions & 0 deletions host_vars/penumbra02.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
ansible_host: "160.22.181.181"
container_ip: "192.168.177.82"
ansible_port: 2482
host_name: "penumbra02.ct.rotko.net"
host_timezone: "Asia/Bangkok"
netif: '{"net0":"name=eth0,gw={{ default_nat_network_forward_cidr.split("/")[0] }},ip={{ default_host_ip }}/8,bridge={{ default_nat_device }}"}'
role: "penumbra"
pinned_service: True

default_network: "penumbra"
default_node_type: "validator"
default_p2p_port: 33691
default_p2p_port_ws: 34691
default_p2p_port_wss: 35691
default_rpc_port: 9691
default_secure_rpc_port: 42691
default_prom_port: 7691
zabbix_ext_port: 10691
2 changes: 1 addition & 1 deletion roles/setup_install_penumbra/templates/cometbft.service.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=CometBFT for Penumbra
Description={{ host_name.split('.')[0] }} - cometbft service

[Service]
ExecStart={{ default_home_path }}/cometbft start --home {{ default_database_path }}/node0/cometbft
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Penumbra Node
Description={{ host_name.split('.')[0] }} validator - Penumbra service
Wants=cometbft.service

[Service]
Expand Down

0 comments on commit 8d0e89e

Please sign in to comment.