Prepare for parity 2.6.1

This commit is contained in:
phahulin 2019-08-19 14:44:01 +03:00 committed by GitHub
parent 7205e4f90e
commit 2f4128484d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 23 deletions

View File

@ -1,35 +1,33 @@
---
- set_fact:
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.4.6/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "e0a249d586aad506ba2ea886416c3b247a841c615c8dcc51e1b18b343f9439cf"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.4.6/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "e0a249d586aad506ba2ea886416c3b247a841c615c8dcc51e1b18b343f9439cf"
PARITY_VERSION_CHECK: "2.4.6"
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_VERSION_CHECK: "2.6.1"
when: GENESIS_BRANCH == 'sokol'
- set_fact:
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.4.6/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "e0a249d586aad506ba2ea886416c3b247a841c615c8dcc51e1b18b343f9439cf"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.4.6/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "e0a249d586aad506ba2ea886416c3b247a841c615c8dcc51e1b18b343f9439cf"
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_VERSION_CHECK: "2.6.1"
when: GENESIS_BRANCH == 'kovan'
- set_fact:
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_VERSION_CHECK: "2.6.1"
when: GENESIS_BRANCH == 'dai'
- set_fact:
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.4.6/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "e0a249d586aad506ba2ea886416c3b247a841c615c8dcc51e1b18b343f9439cf"
PARITY_VERSION_CHECK: "2.4.6"
when: GENESIS_BRANCH == 'core'
- set_fact:
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.4.6/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "e0a249d586aad506ba2ea886416c3b247a841c615c8dcc51e1b18b343f9439cf"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.4.6/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "e0a249d586aad506ba2ea886416c3b247a841c615c8dcc51e1b18b343f9439cf"
PARITY_VERSION_CHECK: "2.4.6"
when: GENESIS_BRANCH == 'dai'
- set_fact:
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.4.7/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.4.7/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_VERSION_CHECK: "2.4.7"
when: GENESIS_BRANCH == 'kovan'
PARITY_BIN_LOC_UBUNTU: "{{ PARITY_BIN_LOC }}"
PARITY_BIN_SHA256_UBUNTU: "{{ PARITY_BIN_SHA256 }}"
PARITY_BIN_LOC_CENTOS: "{{ PARITY_BIN_LOC }}"
PARITY_BIN_SHA256_CENTOS: "{{ PARITY_BIN_SHA256 }}"
- name: Check that node role is correct
stat: