Skip to content

Commit

Permalink
chore: update & add ct configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Catopish committed Dec 16, 2024
1 parent 5ca7c8a commit 89aa49e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 9 deletions.
18 changes: 10 additions & 8 deletions host_vars/rpc-asset-hub-paseo-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ default_relay_rpc: "ws://{{ hostvars['rpc-paseo-01']['container_ip'] }}:{{ hostv
default_relay_rpc_fallback: "ws://{{ hostvars['rpc-paseo-02']['container_ip'] }}:{{ hostvars['rpc-paseo-02']['default_rpc_port'] }}"
default_database: "rocksdb"
default_node_type: "endpoint"
default_p2p_port: 33956
default_p2p_port_ws: 34956
default_p2p_port_wss: 35956
default_p2p_port: 34011
default_rpc_port: 9956
default_secure_rpc_port: 42956
default_prom_port: 7956
zabbix_ext_port: 10956

# default_bootnode_domain: "{{ default_network }}.boot.rotko.net" #TODO: Change to this
default_bootnode_domain: "pmint16.rotko.net"
default_bootnode_p2p_port: 33946
default_bootnode_p2p_port_ws: 34946
default_bootnode_p2p_port_wss: 35946
default_bootnode_domain: "{{ default_network }}.boot.rotko.net" #TODO: Change to this
default_bootnode_p2p_port: 34011
default_bootnode_p2p_port_ws: 30434
default_bootnode_p2p_port_wss: 30435

transition_bootnode_domain: "pmint16.rotko.net"
transition_bootnode_p2p_port: 33946
transition_bootnode_p2p_port_ws: 34946
transition_bootnode_p2p_port_wss: 35946
2 changes: 1 addition & 1 deletion host_vars/rpc-bridge-hub-paseo-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ansible_host: "160.22.181.181"
container_ip: "192.168.76.60"
ansible_port: 2966
host_name: "rpc-bridge-hub-paseo-01.rotko.net"
host_name: "rpc-bridge-hub-paseo-01.ct.rotko.net"
host_timezone: "Asia/Bangkok"
netif: '{"net0":"name=eth0,gw={{ default_nat_network_forward_cidr.split("/")[0] }},ip={{ default_host_ip }}/16,bridge={{ default_nat_device }}"}'
role: "cumulus"
Expand Down
30 changes: 30 additions & 0 deletions host_vars/rpc-coretime-polkadot-01.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
ansible_host: "160.22.181.181"
container_ip: "192.168.176.16"
ansible_port: 2816
host_name: "rpc-coretime-polkadot-01.ct.rotko.net"
host_timezone: "Asia/Bangkok"
netif: '{"net0":"name=eth0,gw={{ default_nat_network_forward_cidr.split("/")[0] }},ip={{ default_host_ip }}/16,bridge={{ default_nat_device }}"}'
role: "cumulus"
pinned_service: True

default_telemetry_name: "Rotko Networks - {{ host_name.split('.')[0] }} {{ default_node_type | capitalize }}"
default_domain: "{{ host_name }}"
default_network: "coretime-polkadot"
default_chain_spec: "{{ default_base_path }}/coretime-polkadot.json"
default_chain_spec_dl_url: "https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/coretime-polkadot.json"
default_relay_rpc: "ws://{{ hostvars['rpc-polkadot-01']['container_ip'] }}:{{ hostvars['rpc-polkadot-01']['default_rpc_port'] }}"
default_relay_rpc_fallback: "ws://{{ hostvars['rpc-polkadot-02']['container_ip'] }}:{{ hostvars['rpc-polkadot-02']['default_rpc_port'] }}"
default_database: rocksdb
default_node_type: "endpoint"
zabbix_ext_port: 10816

default_p2p_port: 31051
default_bootnode_domain: "{{ default_network }}.boot.rotko.net"
default_bootnode_p2p_port: 31051
default_bootnode_p2p_port_ws: 30434
default_bootnode_p2p_port_wss: 30435

default_secure_rpc_port: 42816
default_rpc_port: 9816
default_prom_port: 7816

0 comments on commit 89aa49e

Please sign in to comment.