update Codex role variable prefixes to include nim_

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-04-12 12:50:56 +02:00
parent 99ecb359a6
commit be79fbf95c
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 6 additions and 6 deletions

View File

@ -31,11 +31,11 @@ nodes_eth_public_keys:
# codex
codex_service_name: 'codex-node-{{ "%02d"|format(idx|int+1) }}'
codex_rest_port: '{{ 5052 + idx|int }}'
codex_listening_port: '{{ 9000 + idx|int }}'
codex_repo_branch: 'main'
codex_eth_public_key: '{{ nodes_eth_public_keys[node["pubkey"]] }}'
nim_codex_service_name: 'codex-node-{{ "%02d"|format(idx|int+1) }}'
nim_codex_rest_port: '{{ 5052 + idx|int }}'
nim_codex_listening_port: '{{ 9000 + idx|int }}'
nim_codex_repo_branch: 'main'
nim_codex_eth_public_key: '{{ nodes_eth_public_keys[node["pubkey"]] }}'
# Layout
nodes_layout:

View File

@ -31,7 +31,7 @@
- name: infra-role-nim-codex
src: git@github.com:status-im/infra-role-nim-codex.git
version: 7353484dcf2c436dad2fe95e77630e0998e8aae2
version: d9e29e70dcea8e45857f37441de4b5195efe3e8f
scm: git
- name: systemd-timer