deploy one Nimbus Prater node on Windows host

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-06-10 18:09:05 +02:00
parent 809c4ce355
commit 8468615f7d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,3 @@
---
beacon_node_cont_tag: 'stable-windows'
beacon_node_service_user_pass: '123qweASD.' # TODO

View File

@ -20,8 +20,17 @@
become: true
# To avoid clashing/duplicate validators.
any_errors_fatal: true
hosts: 'nimbus.prater'
hosts:
- nimbus-prater-stable
- nimbus-prater-testing
- nimbus-prater-unstable
roles:
- { role: distribute-validators, tags: [ distribute-validators ] }
- { role: get-geth-web3-urls, tags: [ get-geth-web3-urls ] }
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }
- name: Configure network prater Windows host
become: true
hosts: 'nimbus-prater-windows'
roles:
- { role: infra-role-beacon-node-windows, tags: [ infra-role-beacon-node-windows, beacon-node ] }

View File

@ -16,12 +16,12 @@
- name: infra-role-bootstrap
src: git@github.com:status-im/infra-role-bootstrap.git
version: c0223e6144f8658083491319085c7f40996a9b1c
version: 0aca5b6927373c04b9713408e9d6b9284a906d75
scm: git
- name: infra-role-bootstrap-windows
src: git@github.com:status-im/infra-role-bootstrap.git
version: 03a7a07d06ba6b34e99c57b79a5767e9d2e10a1d
version: 9f82c62a4164041b9c87b9cb0807eb1657bf9277
scm: git
- name: oauth-proxy
@ -39,6 +39,16 @@
version: a14c9afe0293196f8b3cb45e86abcbaee3078d77
scm: git
- name: infra-role-beacon-node-windows
src: git@github.com:status-im/infra-role-beacon-node-windows.git
#version: a14c9afe0293196f8b3cb45e86abcbaee3078d77
scm: git
- name: infra-role-winsw
src: git@github.com:status-im/infra-role-winsw.git
#version: a14c9afe0293196f8b3cb45e86abcbaee3078d77
scm: git
- name: kibana
src: git@github.com:status-im/infra-role-kibana.git
version: 6c170c45c8776fcd1f9cef2274488519245cd35b
@ -71,7 +81,7 @@
- name: infra-role-geth
src: git@github.com:status-im/infra-role-geth.git
version: e85230e6d79b8ed757e5cb8fa5aed808f31eb8c1
version: 7b27e0f75aac29800c6d1a51a5f38ae7d2390aab
scm: git
- name: infra-role-geth-exporter