-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: adding group_vars for ajuna, bifrost, kilt, polimec, unique.…
… Read todo/note in each files.
- Loading branch information
Showing
5 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
default_base_path: /opt/ajuna | ||
default_client_version: v0.7.7 | ||
default_database: paritydb | ||
default_database_path: "{{ default_base_path }}/chains" | ||
default_download_base_url: https://github.com/ajuna-network/ajuna-parachain/releases/download/ | ||
default_download_url: "{{ default_download_base_url }}{{ default_client_version }}/ajuna-node" | ||
default_group: "{{ service_users['ajuna'] }}" | ||
default_log_level: info | ||
default_network: ajuna | ||
#havent touch below | ||
#NOTE: please check it | ||
default_node_type: endpoint | ||
default_p2p_port: 33800 | ||
default_p2p_port_ws: 34800 | ||
default_p2p_port_wss: 35800 | ||
default_prom_port: 7800 | ||
default_rpc_port: 9800 | ||
default_secure_rpc_port: 42800 | ||
default_service: ajuna | ||
default_storage: "{{ default_base_path }}/chains" | ||
default_telemetry_url: wss://telemetry-backend.w3f.community/submit/ 1 | ||
default_user: "{{ service_users['ajuna'] }}" | ||
zabbix_ext_port: 10800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
default_base_path: /opt/bifrost | ||
default_client_version: v1.3.0 | ||
default_database: paritydb | ||
default_database_path: "{{ default_base_path }}/chains" | ||
default_download_base_url: https://github.com/bifrost-platform/bifrost-node/releases/download/ | ||
default_download_url: "{{ default_download_base_url }}{{ default_client_version }}/bifrost-node" | ||
default_group: "{{ service_users['bifrost'] }}" | ||
default_log_level: info | ||
default_network: bifrost | ||
default_node_type: endpoint | ||
#havent touch below | ||
#NOTE: please check it | ||
default_p2p_port: 33800 | ||
default_p2p_port_ws: 34800 | ||
default_p2p_port_wss: 35800 | ||
default_prom_port: 7800 | ||
default_rpc_port: 9800 | ||
default_secure_rpc_port: 42800 | ||
default_service: bifrost | ||
default_storage: "{{ default_base_path }}/chains" | ||
default_telemetry_url: wss://telemetry-backend.w3f.community/submit/ 1 | ||
default_user: "{{ service_users['bifrost'] }}" | ||
zabbix_ext_port: 10800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
default_base_path: /opt/kilt | ||
default_client_version: 1.14.3 | ||
default_database: paritydb | ||
default_database_path: "{{ default_base_path }}/chains" | ||
#TODO: we need to compile the provided wasm ourselves | ||
default_download_base_url: https://github.com/KILTprotocol/kilt-node/releases/download/ | ||
default_download_url: "{{ default_download_base_url }}{{ default_client_version }}/spiritnet_runtime.compact.compressed.wasm" | ||
default_group: "{{ service_users['kilt'] }}" | ||
default_log_level: info | ||
default_network: kilt | ||
#NOTE: i havent touch below this | ||
default_node_type: endpoint | ||
default_p2p_port: 33800 | ||
default_p2p_port_ws: 34800 | ||
default_p2p_port_wss: 35800 | ||
default_prom_port: 7800 | ||
default_rpc_port: 9800 | ||
default_secure_rpc_port: 42800 | ||
default_service: kilt | ||
default_storage: "{{ default_base_path }}/chains" | ||
default_telemetry_url: wss://telemetry-backend.w3f.community/submit/ 1 | ||
default_user: "{{ service_users['kilt'] }}" | ||
zabbix_ext_port: 10800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
default_base_path: /opt/polimec | ||
default_client_version: v0.8.0 | ||
default_database: paritydb | ||
default_database_path: "{{ default_base_path }}/chains" | ||
default_download_base_url: https://github.com/Polimec/polimec-node/releases/download/ | ||
default_download_url: "{{ default_download_base_url }}{{ default_client_version }}/polimec-node" | ||
default_group: "{{ service_users['polimec'] }}" | ||
default_log_level: info | ||
default_network: polimec | ||
default_node_type: endpoint | ||
#NOTE: i havent touched below this | ||
default_p2p_port: 33800 | ||
default_p2p_port_ws: 34800 | ||
default_p2p_port_wss: 35800 | ||
default_prom_port: 7800 | ||
default_rpc_port: 9800 | ||
default_secure_rpc_port: 42800 | ||
default_service: polimec | ||
default_storage: "{{ default_base_path }}/chains" | ||
default_telemetry_url: wss://telemetry-backend.w3f.community/submit/ 1 | ||
default_user: "{{ service_users['polimec'] }}" | ||
zabbix_ext_port: 10800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
default_base_path: /opt/unique | ||
default_client_version: v10030070 | ||
default_database: paritydb | ||
default_database_path: "{{ default_base_path }}/chains" | ||
default_download_base_url: https://github.com/UniqueNetwork/unique-chain/releases/download/ | ||
default_download_url: "{{ default_download_base_url }}{{default_client_version }}/unique-collator-{{ default_client_version }}" | ||
default_group: "{{ service_users['unique'] }}" | ||
default_log_level: info | ||
default_network: unique | ||
default_node_type: endpoint | ||
#havent touch below | ||
#NOTE: please check it | ||
default_p2p_port: 33800 | ||
default_p2p_port_ws: 34800 | ||
default_p2p_port_wss: 35800 | ||
default_prom_port: 7800 | ||
default_rpc_port: 9800 | ||
default_secure_rpc_port: 42800 | ||
default_service: unique | ||
default_storage: "{{ default_base_path }}/chains" | ||
default_telemetry_url: wss://telemetry-backend.w3f.community/submit/ 1 | ||
default_user: "{{ service_users['unique'] }}" | ||
zabbix_ext_port: 10800 |