-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c563c7a
commit a73d081
Showing
49 changed files
with
169 additions
and
676 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 |
---|---|---|
@@ -1,4 +1 @@ | ||
.vagrant/ | ||
.vscode/ | ||
inventory | ||
polkadot_debug.yml | ||
inventory.ini |
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 was deleted.
Oops, something went wrong.
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,2 +1,2 @@ | ||
[defaults] | ||
inventory = inventory | ||
inventory = inventory.ini |
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,17 +1,4 @@ | ||
# Node Exporter | ||
node_exporter_enabled: true | ||
node_exporter_version: '1.1.2' | ||
node_exporter_checksum: '8c1f6a317457a658e0ae68ad710f6b4098db2cad10204649b51e3c043aa3e70d' | ||
|
||
# Process Exporter | ||
process_exporter_enabled: true | ||
process_exporter_version: '0.7.5' | ||
process_exporter_checksum: '27f133596205654a67b4a3e3af11db640f7d4609a457f48c155901835bd349c6' | ||
|
||
# Promtail | ||
promtail_version: 2.2.1 | ||
promtail_checksum: 40d8d414b44baa78c5010cb7575d74eea035b6b00adb78e9676a045d6730a16f | ||
|
||
# Digital Ocean Space for Snapshots (You can ignore if you do not plan to take snapshot from the node) | ||
snapshot_endpoint: 'https://fra1.digitaloceanspaces.com' | ||
snapshot_space: 'polkachu' | ||
--- | ||
node_exporter_version: '1.5.0' | ||
promtail_version: '2.7.0' | ||
polkadot_version: '0.9.36' |
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,4 +1,3 @@ | ||
--- | ||
polkadot_network_id: ksmcc3 | ||
chain: kusama | ||
polkadot_db_snapshot_url: 'https://substrate-snapshots.polkachu.xyz/kusama/kusama_12160135.tar.lz4' |
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,4 +1,3 @@ | ||
--- | ||
polkadot_network_id: polkadot | ||
chain: polkadot | ||
polkadot_db_snapshot_url: 'https://substrate-snapshots.polkachu.xyz/polkadot_paritydb/polkadot_9494121.tar.lz4' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,17 @@ | ||
[kusama] | ||
kusama01 ansible_host=10.0.0.1 validator_name=kusama01 port_prefix="100" | ||
kusama02 ansible_host=10.0.0.1 validator_name=kusama01 port_prefix="101" | ||
|
||
[polkadot] | ||
polkadot01 ansible_host=10.0.0.2 validator_name=polkadot01 port_prefix="102" | ||
polkadot02 ansible_host=10.0.0.2 validator_name=polkadot01 port_prefix="103" | ||
|
||
[all:vars] | ||
ansible_user=ubuntu | ||
ansible_port=22 | ||
ansible_ssh_private_key_file="~/.ssh/id_rsa" | ||
log_monitor='YOUR_MONITOR_SERVER' | ||
telemetryUrl=wss://telemetry-backend.w3f.community/submit/ | ||
user_dir='/home/{{ ansible_user }}' | ||
base_path='{{ user_dir}}/.{{ inventory_hostname }}' | ||
log_name='{{ inventory_hostname }}' |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
become: true | ||
gather_facts: false | ||
roles: | ||
- validator_polkadot_rotate_key | ||
- key_rotation |
This file was deleted.
Oops, something went wrong.
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,7 +1,7 @@ | ||
--- | ||
- name: Update Node Exporter | ||
- name: Validator Full Setup | ||
hosts: '{{ target }}' | ||
become: true | ||
gather_facts: false | ||
roles: | ||
- process_exporter | ||
- polkadot |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,7 +1,9 @@ | ||
--- | ||
- name: Validator preparation | ||
- name: Node preparation | ||
hosts: '{{ target }}' | ||
become: true | ||
gather_facts: false | ||
roles: | ||
- validator_polkadot_prepare | ||
- prepare | ||
- node_exporter | ||
- promtail |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.