Skip to content

Commit

Permalink
chore: update configuration for rpc-relaychain
Browse files Browse the repository at this point in the history
  • Loading branch information
Catopish committed Dec 13, 2024
1 parent 226e99e commit e62d02c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host_vars/bkk06.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ lxc_nodes:
swap: 8192
password: "{{ default_password }}"
disk: "{{ zfs_storage }}:20"
mounts: '{"mp0":"{{ zfs_storage }}:200,mp={{ hostvars["rpc-paseo-01"]["default_database_path"] }}"}'
mounts: '{"mp0":"{{ zfs_storage }}:300,mp={{ hostvars["rpc-paseo-01"]["default_database_path"] }}"}'
onboot: True
unprivileged: True
validate_certs: False
Expand Down Expand Up @@ -1841,7 +1841,7 @@ lxc_nodes:
swap: 8192
password: "{{ default_password }}"
disk: "{{ zfs_storage }}:20"
mounts: '{"mp0":"{{ zfs_storage }}:2000,mp={{ hostvars["rpc-kusama-01"]["default_database_path"] }}"}'
mounts: '{"mp0":"{{ zfs_storage }}:4000,mp={{ hostvars["rpc-kusama-01"]["default_database_path"] }}"}'
onboot: True
unprivileged: True
validate_certs: False
Expand Down
4 changes: 4 additions & 0 deletions inventory
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,13 @@ hdx26
hdx27

[polkadot]
rpc-polkadot-01
rpc-polkadot-02
rpc-kusama-01
rpc-kusama-02
rpc-westend-01
rpc-westend-02
rpc-paseo-01
rpc-paseo-02
val-polkadot-02
val-kusama-02
Expand Down

0 comments on commit e62d02c

Please sign in to comment.