Skip to content

Commit cbde500

Browse files
committed
update to octez 9.4, remove --block from snap import
Switch default import url to xtz-shots
1 parent 8565dcd commit cbde500

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The location on the host where the Tezos client configuration will reside. This
4040

4141
The tezos docker image to use.
4242

43-
tezos_docker_image: tezos/tezos:v8.2
43+
tezos_docker_image: tezos/tezos:v9.4
4444

4545
The history mode you wish to operate your node in. Options are full, archive or snapshot (currently only tested using `full`)
4646

@@ -58,10 +58,6 @@ The path or URL to the snapshot file that will be used for the initial import of
5858

5959
snapshot_tmp_file: /tmp/snapshot
6060

61-
The block hash of the _last_ block in the snapshot file. The import process uses this value to verify that the latest hash of the provided import file is the one you are expecting.
62-
63-
snapshot_block_hash: BLu7qmWnrQT8SoMMzTnieBjsPGnt4xdYR2vtmxwiXAG2HWSb8D1
64-
6561
Dependencies
6662
------------
6763

@@ -76,9 +72,8 @@ For mainnet:
7672
roles:
7773
- role: ecadlabs.tezos_node
7874
bootstrap_strategy: snapshot
79-
snapshot_url: https://storage.googleapis.com/tezos-snapshots/snapshot_mainnet_BLu7qmWnrQT8SoMMzTnieBjsPGnt4xdYR2vtmxwiXAG2HWSb8D1.full
75+
snapshot_url: https://mainnet.xtz-shots.io/full # See https://xtz-shots.io/
8076
tezos_network: mainnet
81-
snapshot_block_hash: BLu7qmWnrQT8SoMMzTnieBjsPGnt4xdYR2vtmxwiXAG2HWSb8D1
8277
snapshot_tmp_file: /tmp/snapshot
8378

8479
License

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# defaults file for roles/tezos_node_envoy_proxy
33

4-
tezos_docker_image: tezos/tezos:v9.0
4+
tezos_docker_image: tezos/tezos:v9.4
55

66
node_data_dir: "/srv/tezos/{{ tezos_network }}_node"
77
client_data_dir: "/srv/tezos/{{ tezos_network }}_client"

tasks/snapshot_import.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
command: >
4242
snapshot import /data/snapshot
4343
--network {{ tezos_network }}
44-
--block {{ snapshot_block_hash }}
4544
--data-dir=/data/node/
4645
register: import_out
4746
- debug:

0 commit comments

Comments
 (0)