-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Polkadot and Cumulus versions (#17)
* try to add prometheus installation * still trying * feat(setup_install_prometheus): add Prometheus restart handler * changing prometheus version and update nginx template * trying to make haproxy playbooks * adding playbooks for haproxy container * adding haproxy-bkk07 configurations * all haproxy&prometheus playbooks need to reviewed again * fix ports & ip for rpc-kusama-01 * remove prometheus and haproxy from inventory removed them so it'll not got auto updated * commented so it'll not auto update haproxy & prometheus * commented out broken ct & adding build-node07 * add buildnode,haproxy,prometheus to inventory * adding rpc-polkadot-01 to bkk06 & fix rpc-westend-02 * tidying up * adding rpc-westend-01 to bkk06 * adding interbtc for frontend * chore: add new proxy-bkk07 * chore: add --expand flags for nginx when i try to update ct's, they give me errror and needs to include this flags -al * chore: removing unused ports rules & fix ports * chore: interbtc->dockers * chore: update validator templates & add haproxy-bkk06 * chore: added extra flags for validator & endpoint .service templates * chore: remove --private-ip flag * chore: parameterized in/out-peers & inpeers for val = 64 * chore: update out-peers =64 for ksm & dot val * chore: added new configs * chore: added new ct configs * chore: added new ct configs * chore: fixing ansiblelater * chore: remove parameterized inpeers outpeers for validator * chore: migrate from the wrong naming ct ->correct one * chore: add ansible port * chore: update service.template * chore: update rpc, rpc-kusama-01 not ready * chore: update encointer template * chore: updater paseo relay fallback * chore: added new rpc & modified hydration group_vars update hydration download_url & version added rpc-paseo-01, rpc-hydration-polkadot-01 * chore: update relay rpc to rpc-polkadot-01 * chore: update rpc-*-westend-02 relay_rpc * chore: update paseo rpc relay_rpc's * chore: update configuration for rpc-relaychain * chore: updated ports & bkk06 inventory * chore: change kusama rpc relay_rpc to rpc-kusama-01 * chore: update inventory * chore: update ports * chore: update bridge-hub-paseo chain-specs and -01 ports * chore: update & add ct configs * chore: update polkadot version and validator template * Update Polkadot and Cumulus versions * chore: change asset-hub-paseo-01 to zfs * chore: update val-polkadot-03 name * feat: added basic template for penumbra & cometbft download_url * feat: improve penumbra playbooks & fix linting * chore: fix for ansiblelint & ansiblelater * chore: update penumbra playbook & polkachu version * chore: fix lint * chore: added penumbra02 & slight adjustment for systemd service * feat: update penumbra configuration and services * fix: update penumbra container name * chore: debugging playbooks * refactor: update Penumbra service configuration * chore: fix ansiblelater * chore: improve the playbook pls check it again * chore: improve methods to download polkachu playbook * chore: fix kilt playbooks & the host_vars * chore: add host_vars rpc-kilt-polkadot-02 * chore: update endpoint templates & kilt/hydration configs * chore: update hydration configs --------- Co-authored-by: Al <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f8867e7
commit 0791ea5
Showing
102 changed files
with
3,350 additions
and
1,143 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
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
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 |
---|---|---|
|
@@ -154,13 +154,10 @@ proxmox_defaults: | |
api_user: "{{ proxmox_default_admin_account }}" | ||
api_token_id: "{{ proxmox_default_admin_token }}-{{ inventory_hostname }}" | ||
api_token_secret: "{{ ansible_local.proxmox.api.token | unvault(default_passphrase) }}" | ||
#ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKB5Gd/uGkKr2c9Kv/F5dUzyFPooHNX90UBLhrfzZKWa [email protected] | ||
pubkey: | | ||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAPBgdF5W2e5iMFt1iiLRuRdz7RxJzmj9v30nn9vZTYP user@pc02 | ||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIrOT9g9BblH6u28wAQGmpqA/sH+EiKdhrqrfuDdZu2 [email protected] | ||
# pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIrOT9g9BblH6u28wAQGmpqA/sH+EiKdhrqrfuDdZu2 [email protected]" | ||
# pubkeys: | ||
# - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAPBgdF5W2e5iMFt1iiLRuRdz7RxJzmj9v30nn9vZTYP user@pc02" | ||
# - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIrOT9g9BblH6u28wAQGmpqA/sH+EiKdhrqrfuDdZu2 [email protected]" | ||
node: "{{ host_name.split('.')[0] }}" | ||
timeout: 1200 | ||
|
||
|
@@ -185,3 +182,4 @@ service_users: | |
unique: "unique" | ||
polimec: "polimec" | ||
ajuna: "ajuna" | ||
penumbra: "penumbra" |
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 |
---|---|---|
@@ -1,23 +1,27 @@ | ||
--- | ||
default_base_path: /opt/cumulus | ||
default_chain_spec_dl_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/{{ | ||
default_chain_spec_dl_url: | ||
https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/{{ | ||
default_network }}.json | ||
default_client_version: polkadot-stable2412 | ||
default_database: paritydb | ||
default_database_path: '{{ default_base_path }}/chains' | ||
default_database_path: "{{ default_base_path }}/chains" | ||
default_download_base_url: https://github.com/paritytech/polkadot-sdk/releases/download/ | ||
default_download_url: '{{ default_download_base_url }}{{ default_client_version }}/polkadot-parachain' | ||
default_group: '{{ service_users[''cumulus''] }}' | ||
default_download_url: "{{ default_download_base_url }}{{ default_client_version }}/polkadot-parachain" | ||
default_group: "{{ service_users['cumulus'] }}" | ||
default_in_peers: 32 | ||
default_log_level: info | ||
default_network: asset-hub-polkadot | ||
default_node_type: bootnode | ||
default_out_peers: 16 | ||
default_p2p_port: 30433 | ||
default_p2p_port_ws: 30434 | ||
default_p2p_port_wss: 30435 | ||
default_prom_port: 7400 | ||
default_rpc_port: 9400 | ||
default_secure_rpc_port: 42400 | ||
default_service: cumulus | ||
default_storage: '{{ default_base_path }}/chains' | ||
default_storage: "{{ default_base_path }}/chains" | ||
default_telemetry_url: wss://telemetry-backend.w3f.community/submit/ 1 | ||
default_user: '{{ service_users[''cumulus''] }}' | ||
default_user: "{{ service_users['cumulus'] }}" | ||
zabbix_ext_port: 10400 |
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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
--- | ||
default_base_path: /opt/hydration | ||
default_client_version: v28.0.0 | ||
default_client_version: v32.0.0 | ||
default_database: paritydb | ||
default_database_path: '{{ default_base_path }}/chains' | ||
default_database_path: "{{ default_base_path }}/chains" | ||
default_download_base_url: https://github.com/galacticcouncil/Hydration-node/releases/download/ | ||
default_download_url: '{{ default_download_base_url }}{{ | ||
default_client_version }}/hydration' | ||
default_group: '{{ service_users[''hydration''] }}' | ||
default_download_url: "{{ default_download_base_url }}{{ default_client_version }}/hydradx" | ||
default_group: "{{ service_users['hydration'] }}" | ||
default_log_level: info | ||
default_network: hydration | ||
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_p2p_port_ws: 30434 | ||
default_p2p_port_wss: 30435 | ||
default_bootnode_p2p_port_ws: 30434 | ||
default_bootnode_p2p_port_wss: 30435 | ||
default_prom_port: 7400 | ||
default_rpc_port: 9400 | ||
default_secure_rpc_port: 42800 | ||
default_service: hydration | ||
default_storage: '{{ default_base_path }}/chains' | ||
default_storage: "{{ default_base_path }}/chains" | ||
default_telemetry_url: wss://telemetry-backend.w3f.community/submit/ 1 | ||
default_user: '{{ service_users[''hydration''] }}' | ||
default_user: "{{ service_users['hydration'] }}" | ||
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
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
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
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,5 @@ | ||
--- | ||
prometheus_version: 2.55.1 | ||
default_download_url: "https://github.com/prometheus/prometheus/releases/download/v{{ prometheus_version }}/prometheus-{{ prometheus_version }}.linux-amd64.tar.gz" | ||
alertmanager_version: 0.27.0 | ||
default_alertmanager_download_url: "https://github.com/prometheus/alertmanager/releases/download/v{{ alertmanager_version }}/alertmanager-{{ alertmanager_version }}.linux-amd64.tar.gz" |
Oops, something went wrong.