codex.test: avoid clashes of Codex discovery port
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
879af5e2e9
commit
09b819f4a4
|
@ -20,6 +20,7 @@ geth_bootnodes:
|
||||||
nim_codex_service_name: 'nim-codex-{{ "%02d"|format(idx|int+1) }}'
|
nim_codex_service_name: 'nim-codex-{{ "%02d"|format(idx|int+1) }}'
|
||||||
nim_codex_rest_port: '{{ 5052 + idx|int }}'
|
nim_codex_rest_port: '{{ 5052 + idx|int }}'
|
||||||
nim_codex_listening_port: '{{ 9000 + idx|int }}'
|
nim_codex_listening_port: '{{ 9000 + idx|int }}'
|
||||||
|
nim_codex_discovery_port: '{{ 9000 + idx|int }}'
|
||||||
nim_codex_repo_branch: 'main'
|
nim_codex_repo_branch: 'main'
|
||||||
nim_codex_eth_public_key: '{{ eth_public_keys[node["pubkey"]] }}'
|
nim_codex_eth_public_key: '{{ eth_public_keys[node["pubkey"]] }}'
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
- name: infra-role-nim-codex
|
- name: infra-role-nim-codex
|
||||||
src: git@github.com:status-im/infra-role-nim-codex.git
|
src: git@github.com:status-im/infra-role-nim-codex.git
|
||||||
version: de582958d9dfa4663b8f56b0770a6326c52d98b6
|
version: 6d14fb1c3b4cb4db4eba212c8a9d2391a3b1d5e3
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: systemd-timer
|
- name: systemd-timer
|
||||||
|
|
Loading…
Reference in New Issue