mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-22 10:28:09 +00:00
drop config for nimbus.pyrmont fleet
The testnet has been discontinued. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c0630aeb00
commit
c85d852e9c
@ -48,8 +48,8 @@ There's a dedicated Kibana dashboard for Nimbus fleet logs: https://nimbus-logs.
|
|||||||
|
|
||||||
There are explorers available for various testnets:
|
There are explorers available for various testnets:
|
||||||
|
|
||||||
* https://pyrmont.beaconcha.in/
|
|
||||||
* https://prater.beaconcha.in/
|
* https://prater.beaconcha.in/
|
||||||
|
* https://beaconchain.kiln.themerge.dev/
|
||||||
|
|
||||||
# Details
|
# Details
|
||||||
|
|
||||||
|
@ -34,7 +34,6 @@ open_ports_default_comment: 'Geth API'
|
|||||||
open_ports_default_chain: 'VPN'
|
open_ports_default_chain: 'VPN'
|
||||||
open_ports_list:
|
open_ports_list:
|
||||||
- { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq', comment: 'Geth Metrics' }
|
- { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq', comment: 'Geth Metrics' }
|
||||||
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.pyrmont' }
|
|
||||||
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.prater' }
|
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.prater' }
|
||||||
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.eth1' }
|
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.eth1' }
|
||||||
- { port: '{{ geth_rpc_port }}' , ipset: 'nimbus.eth1' }
|
- { port: '{{ geth_rpc_port }}' , ipset: 'nimbus.eth1' }
|
||||||
|
@ -27,11 +27,9 @@ open_ports_default_chain: 'VPN'
|
|||||||
open_ports_list:
|
open_ports_list:
|
||||||
- { port: '{{ openethereum_p2p_port }}', chain: 'SERVICES' }
|
- { port: '{{ openethereum_p2p_port }}', chain: 'SERVICES' }
|
||||||
- { port: '{{ openethereum_metrics_port }}', ipset: 'metrics.hq' }
|
- { port: '{{ openethereum_metrics_port }}', ipset: 'metrics.hq' }
|
||||||
- { port: '{{ openethereum_rpc_port }}', ipset: 'nimbus.pyrmont' }
|
|
||||||
- { port: '{{ openethereum_rpc_port }}', ipset: 'nimbus.prater' }
|
- { port: '{{ openethereum_rpc_port }}', ipset: 'nimbus.prater' }
|
||||||
- { port: '{{ openethereum_rpc_port }}', ipset: 'nimbus.eth1' }
|
- { port: '{{ openethereum_rpc_port }}', ipset: 'nimbus.eth1' }
|
||||||
- { port: '{{ openethereum_rpc_port }}', ipset: 'rocket.prod' }
|
- { port: '{{ openethereum_rpc_port }}', ipset: 'rocket.prod' }
|
||||||
- { port: '{{ openethereum_websocket_port }}', ipset: 'nimbus.pyrmont' }
|
|
||||||
- { port: '{{ openethereum_websocket_port }}', ipset: 'nimbus.prater' }
|
- { port: '{{ openethereum_websocket_port }}', ipset: 'nimbus.prater' }
|
||||||
- { port: '{{ openethereum_websocket_port }}', ipset: 'nimbus.eth1' }
|
- { port: '{{ openethereum_websocket_port }}', ipset: 'nimbus.eth1' }
|
||||||
- { port: '{{ openethereum_websocket_port }}', ipset: 'rocket.prod' }
|
- { port: '{{ openethereum_websocket_port }}', ipset: 'rocket.prod' }
|
||||||
|
@ -1,47 +0,0 @@
|
|||||||
---
|
|
||||||
beacon_node_network: 'pyrmont'
|
|
||||||
beacon_node_repo_branch: '{{ node.branch is search("libp2p") | ternary("nim-libp2p-auto-bump-unstable", node.branch) }}'
|
|
||||||
# TODO Simplify this, maybe change branch name.
|
|
||||||
beacon_node_log_level: 'INFO'
|
|
||||||
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.branch }}'
|
|
||||||
# Ports
|
|
||||||
beacon_node_discovery_port: '{{ 9000 + port_offset }}'
|
|
||||||
beacon_node_listening_port: '{{ 9000 + port_offset }}'
|
|
||||||
beacon_node_metrics_port: '{{ 9200 + port_offset }}'
|
|
||||||
beacon_node_rest_port: '{{ 9300 + port_offset }}'
|
|
||||||
# Tuning
|
|
||||||
beacon_node_max_peers: 250
|
|
||||||
beacon_node_threads: '{{ (node.branch == "testing") | ternary(4, 1) }}'
|
|
||||||
# Monitoring
|
|
||||||
beacon_node_validator_monitor_auto: '{{ node.branch == "unstable" }}'
|
|
||||||
beacon_node_validator_monitor_totals: >-
|
|
||||||
{{ node.branch == "unstable" and
|
|
||||||
((node.public_api is defined and node.public_api)
|
|
||||||
or
|
|
||||||
(node.end is defined and (node.end - node.start) > 64)) }}
|
|
||||||
# Builds
|
|
||||||
beacon_node_build_frequency: '{{ node.build_frequency }}'
|
|
||||||
# Validators from nimbus-private repo
|
|
||||||
beacon_node_dist_validators_enabled: '{{ node.start is defined and node.end is defined }}'
|
|
||||||
beacon_node_dist_validators_start: '{{ node.start | mandatory }}'
|
|
||||||
beacon_node_dist_validators_end: '{{ node.end | mandatory }}'
|
|
||||||
# HTTP RPC support is unstable
|
|
||||||
beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://") }}'
|
|
||||||
# Light client data
|
|
||||||
beacon_node_light_client_data_enabled: '{{ node.branch in ["unstable", "libp2p"] }}'
|
|
||||||
# Other
|
|
||||||
beacon_node_proposer_boosting_debug: '{{ node.branch == "unstable" }}'
|
|
||||||
|
|
||||||
# Split by hostname and branch for more central location.
|
|
||||||
nodes_layout:
|
|
||||||
'metal-01.he-eu-hel1.nimbus.pyrmont': # 4000 validators each
|
|
||||||
- { branch: 'stable', start: 0, end: 4000, build_frequency: '*-*-* 11:00:00' }
|
|
||||||
- { branch: 'unstable', start: 4000, end: 8000, build_frequency: '*-*-* 13:00:00', public_api: true }
|
|
||||||
- { branch: 'testing', start: 8000, end: 12000, build_frequency: '*-*-* 15:00:00' }
|
|
||||||
- { branch: 'libp2p', start: 12000, end: 16000, build_frequency: '*-*-* 17:00:00' }
|
|
||||||
|
|
||||||
'metal-02.he-eu-hel1.nimbus.pyrmont': # 1000 validators each
|
|
||||||
- { branch: 'stable', start: 16000, end: 17000, build_frequency: '*-*-* 11:00:00' }
|
|
||||||
- { branch: 'unstable', start: 17000, end: 18000, build_frequency: '*-*-* 13:00:00' }
|
|
||||||
- { branch: 'testing', start: 18000, end: 19000, build_frequency: '*-*-* 15:00:00' }
|
|
||||||
- { branch: 'libp2p', start: 19000, end: 20000, build_frequency: '*-*-* 17:00:00' }
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
# Communityu test REST API endpoint.
|
|
||||||
beacon_node_rest_address: '0.0.0.0'
|
|
||||||
|
|
||||||
# WARNING: This will change if number of nodes changes.
|
|
||||||
redirect_ports:
|
|
||||||
# beacon-node-pyrmont-unstable-01
|
|
||||||
- { src: 80, dst: 9301, comment: 'Test Beacon API (80->9301/tcp)' }
|
|
||||||
|
|
||||||
# Open Ports
|
|
||||||
open_ports_default_comment: 'Test Beacon API'
|
|
||||||
open_ports_list:
|
|
||||||
- { port: 80 }
|
|
||||||
|
|
@ -10,11 +10,9 @@ metal-01.he-eu-hel1.nimbus.fluffy hostname=metal-01.he-eu-hel1.nimbus.fluffy ans
|
|||||||
metal-01.he-eu-hel1.nimbus.kiln hostname=metal-01.he-eu-hel1.nimbus.kiln ansible_host=65.21.89.157 env=nimbus stage=kiln data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-01.he-eu-hel1.nimbus.kiln.statusim.net
|
metal-01.he-eu-hel1.nimbus.kiln hostname=metal-01.he-eu-hel1.nimbus.kiln ansible_host=65.21.89.157 env=nimbus stage=kiln data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-01.he-eu-hel1.nimbus.kiln.statusim.net
|
||||||
metal-01.he-eu-hel1.nimbus.mainnet hostname=metal-01.he-eu-hel1.nimbus.mainnet ansible_host=95.217.87.121 env=nimbus stage=mainnet data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-01.he-eu-hel1.nimbus.mainnet.statusim.net
|
metal-01.he-eu-hel1.nimbus.mainnet hostname=metal-01.he-eu-hel1.nimbus.mainnet ansible_host=95.217.87.121 env=nimbus stage=mainnet data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-01.he-eu-hel1.nimbus.mainnet.statusim.net
|
||||||
metal-01.he-eu-hel1.nimbus.prater hostname=metal-01.he-eu-hel1.nimbus.prater ansible_host=65.21.73.183 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-01.he-eu-hel1.nimbus.prater.statusim.net
|
metal-01.he-eu-hel1.nimbus.prater hostname=metal-01.he-eu-hel1.nimbus.prater ansible_host=65.21.73.183 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-01.he-eu-hel1.nimbus.prater.statusim.net
|
||||||
metal-01.he-eu-hel1.nimbus.pyrmont hostname=metal-01.he-eu-hel1.nimbus.pyrmont ansible_host=65.21.196.45 env=nimbus stage=pyrmont data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-01.he-eu-hel1.nimbus.pyrmont.statusim.net
|
|
||||||
metal-02.he-eu-hel1.nimbus.fluffy hostname=metal-02.he-eu-hel1.nimbus.fluffy ansible_host=65.108.42.174 env=nimbus stage=fluffy data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-02.he-eu-hel1.nimbus.fluffy.statusim.net
|
metal-02.he-eu-hel1.nimbus.fluffy hostname=metal-02.he-eu-hel1.nimbus.fluffy ansible_host=65.108.42.174 env=nimbus stage=fluffy data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-02.he-eu-hel1.nimbus.fluffy.statusim.net
|
||||||
metal-02.he-eu-hel1.nimbus.mainnet hostname=metal-02.he-eu-hel1.nimbus.mainnet ansible_host=135.181.0.33 env=nimbus stage=mainnet data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-02.he-eu-hel1.nimbus.mainnet.statusim.net
|
metal-02.he-eu-hel1.nimbus.mainnet hostname=metal-02.he-eu-hel1.nimbus.mainnet ansible_host=135.181.0.33 env=nimbus stage=mainnet data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-02.he-eu-hel1.nimbus.mainnet.statusim.net
|
||||||
metal-02.he-eu-hel1.nimbus.prater hostname=metal-02.he-eu-hel1.nimbus.prater ansible_host=65.108.5.45 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-02.he-eu-hel1.nimbus.prater.statusim.net
|
metal-02.he-eu-hel1.nimbus.prater hostname=metal-02.he-eu-hel1.nimbus.prater ansible_host=65.108.5.45 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-02.he-eu-hel1.nimbus.prater.statusim.net
|
||||||
metal-02.he-eu-hel1.nimbus.pyrmont hostname=metal-02.he-eu-hel1.nimbus.pyrmont ansible_host=65.21.196.46 env=nimbus stage=pyrmont data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-02.he-eu-hel1.nimbus.pyrmont.statusim.net
|
|
||||||
metal-03.he-eu-hel1.nimbus.mainnet hostname=metal-03.he-eu-hel1.nimbus.mainnet ansible_host=135.181.60.170 env=nimbus stage=mainnet data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-03.he-eu-hel1.nimbus.mainnet.statusim.net
|
metal-03.he-eu-hel1.nimbus.mainnet hostname=metal-03.he-eu-hel1.nimbus.mainnet ansible_host=135.181.60.170 env=nimbus stage=mainnet data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-03.he-eu-hel1.nimbus.mainnet.statusim.net
|
||||||
metal-03.he-eu-hel1.nimbus.prater hostname=metal-03.he-eu-hel1.nimbus.prater ansible_host=65.21.196.47 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-03.he-eu-hel1.nimbus.prater.statusim.net
|
metal-03.he-eu-hel1.nimbus.prater hostname=metal-03.he-eu-hel1.nimbus.prater ansible_host=65.21.196.47 env=nimbus stage=prater data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-03.he-eu-hel1.nimbus.prater.statusim.net
|
||||||
metal-04.he-eu-hel1.nimbus.mainnet hostname=metal-04.he-eu-hel1.nimbus.mainnet ansible_host=65.21.193.229 env=nimbus stage=mainnet data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-04.he-eu-hel1.nimbus.mainnet.statusim.net
|
metal-04.he-eu-hel1.nimbus.mainnet hostname=metal-04.he-eu-hel1.nimbus.mainnet ansible_host=65.21.193.229 env=nimbus stage=mainnet data_center=he-eu-hel1 region=eu-hel1 dns_entry=metal-04.he-eu-hel1.nimbus.mainnet.statusim.net
|
||||||
@ -54,11 +52,9 @@ metal-01.he-eu-hel1.nimbus.fluffy
|
|||||||
metal-01.he-eu-hel1.nimbus.kiln
|
metal-01.he-eu-hel1.nimbus.kiln
|
||||||
metal-01.he-eu-hel1.nimbus.mainnet
|
metal-01.he-eu-hel1.nimbus.mainnet
|
||||||
metal-01.he-eu-hel1.nimbus.prater
|
metal-01.he-eu-hel1.nimbus.prater
|
||||||
metal-01.he-eu-hel1.nimbus.pyrmont
|
|
||||||
metal-02.he-eu-hel1.nimbus.fluffy
|
metal-02.he-eu-hel1.nimbus.fluffy
|
||||||
metal-02.he-eu-hel1.nimbus.mainnet
|
metal-02.he-eu-hel1.nimbus.mainnet
|
||||||
metal-02.he-eu-hel1.nimbus.prater
|
metal-02.he-eu-hel1.nimbus.prater
|
||||||
metal-02.he-eu-hel1.nimbus.pyrmont
|
|
||||||
metal-03.he-eu-hel1.nimbus.mainnet
|
metal-03.he-eu-hel1.nimbus.mainnet
|
||||||
metal-03.he-eu-hel1.nimbus.prater
|
metal-03.he-eu-hel1.nimbus.prater
|
||||||
metal-04.he-eu-hel1.nimbus.mainnet
|
metal-04.he-eu-hel1.nimbus.mainnet
|
||||||
@ -137,10 +133,6 @@ unstable-large-01.aws-eu-central-1a.nimbus.prater
|
|||||||
[nimbus-prater-windows]
|
[nimbus-prater-windows]
|
||||||
windows-01.he-eu-hel1.nimbus.prater
|
windows-01.he-eu-hel1.nimbus.prater
|
||||||
|
|
||||||
[nimbus-pyrmont-metal]
|
|
||||||
metal-01.he-eu-hel1.nimbus.pyrmont
|
|
||||||
metal-02.he-eu-hel1.nimbus.pyrmont
|
|
||||||
|
|
||||||
[nimbus.eth1]
|
[nimbus.eth1]
|
||||||
metal-01.he-eu-hel1.nimbus.eth1
|
metal-01.he-eu-hel1.nimbus.eth1
|
||||||
|
|
||||||
@ -181,7 +173,3 @@ testing-large-01.aws-eu-central-1a.nimbus.prater
|
|||||||
unstable-large-01.aws-eu-central-1a.nimbus.prater
|
unstable-large-01.aws-eu-central-1a.nimbus.prater
|
||||||
windows-01.he-eu-hel1.nimbus.prater
|
windows-01.he-eu-hel1.nimbus.prater
|
||||||
|
|
||||||
[nimbus.pyrmont]
|
|
||||||
metal-01.he-eu-hel1.nimbus.pyrmont
|
|
||||||
metal-02.he-eu-hel1.nimbus.pyrmont
|
|
||||||
|
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Verify Ansible versions
|
|
||||||
hosts: all
|
|
||||||
tags: always
|
|
||||||
become: false
|
|
||||||
run_once: true
|
|
||||||
gather_facts: false
|
|
||||||
tasks:
|
|
||||||
- local_action: command ./versioncheck.py
|
|
||||||
changed_when: false
|
|
||||||
|
|
||||||
- name: Deploy pyrmont Metal beacon nodes
|
|
||||||
become: true
|
|
||||||
serial: '{{ serial|default(4) }}'
|
|
||||||
hosts:
|
|
||||||
- nimbus-pyrmont-metal
|
|
||||||
roles:
|
|
||||||
- { role: redirect-ports, tags: redirect-ports }
|
|
||||||
- { role: get-geth-api-urls, tags: get-geth-api-urls }
|
|
||||||
tasks:
|
|
||||||
- include_role: name=infra-role-beacon-node-linux
|
|
||||||
tags: [ beacon-node, infra-role-beacon-node-linux ]
|
|
||||||
with_items: '{{ nodes_layout[hostname] }}'
|
|
||||||
loop_control:
|
|
||||||
loop_var: node
|
|
||||||
index_var: port_offset
|
|
@ -2,7 +2,6 @@
|
|||||||
- name: Start rebuilds of all nodes
|
- name: Start rebuilds of all nodes
|
||||||
hosts:
|
hosts:
|
||||||
- nimbus.mainnet
|
- nimbus.mainnet
|
||||||
- nimbus.pyrmont
|
|
||||||
- nimbus.prater
|
- nimbus.prater
|
||||||
become: false
|
become: false
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -36,12 +36,12 @@
|
|||||||
|
|
||||||
- name: oauth-proxy
|
- name: oauth-proxy
|
||||||
src: git@github.com:status-im/infra-role-oauth-proxy.git
|
src: git@github.com:status-im/infra-role-oauth-proxy.git
|
||||||
version: 4dd42c56a40b0fe002ccc810fe48b982de805d27
|
version: b551ae21261775bd68ba59af0ccb8b11dcef962e
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: consul-service
|
- name: consul-service
|
||||||
src: git@github.com:status-im/infra-role-consul-service.git
|
src: git@github.com:status-im/infra-role-consul-service.git
|
||||||
version: 7ee51839e6a032e6ca27dfb00951e897b5385609
|
version: 2b3d4e53856d6cc91ae5c5a342fd12f2bb96aa88
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-beacon-node-linux
|
- name: infra-role-beacon-node-linux
|
||||||
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
- name: infra-role-beacon-node-windows
|
- name: infra-role-beacon-node-windows
|
||||||
src: git@github.com:status-im/infra-role-beacon-node-windows.git
|
src: git@github.com:status-im/infra-role-beacon-node-windows.git
|
||||||
version: eb51f129e13509517207f9763c3522ed5fcba7be
|
version: 8599494a48d0b1f7c3da0d338088e7c895737b80
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-beacon-node-macos
|
- name: infra-role-beacon-node-macos
|
||||||
@ -86,12 +86,12 @@
|
|||||||
|
|
||||||
- name: kibana
|
- name: kibana
|
||||||
src: git@github.com:status-im/infra-role-kibana.git
|
src: git@github.com:status-im/infra-role-kibana.git
|
||||||
version: c996858afae7effa7984403917827e79c732b957
|
version: 7ea3e3b48bde0c582abdba59e3e0e418a3d2d89d
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
src: git@github.com:status-im/infra-role-elasticsearch.git
|
src: git@github.com:status-im/infra-role-elasticsearch.git
|
||||||
version: 18503666d0ec23b0f03328575531cd8ce8dce9db
|
version: d759410f171fb742c63163f8f3095a8a2d97f5ed
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: elasticsearch-lb
|
- name: elasticsearch-lb
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
- name: Restart all nodes on all hosts
|
- name: Restart all nodes on all hosts
|
||||||
hosts:
|
hosts:
|
||||||
- nimbus.mainnet
|
- nimbus.mainnet
|
||||||
- nimbus.pyrmont
|
|
||||||
- nimbus.prater
|
- nimbus.prater
|
||||||
become: false
|
become: false
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
eth2_to_eth1_map:
|
eth2_to_eth1_map:
|
||||||
pyrmont: 'goerli'
|
|
||||||
prater: 'goerli'
|
prater: 'goerli'
|
||||||
mainnet: 'mainnet'
|
mainnet: 'mainnet'
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ output "hosts" {
|
|||||||
module.nimbus_geth_mainnet.hosts,
|
module.nimbus_geth_mainnet.hosts,
|
||||||
module.nimbus_nodes_mainnet_hetzner.hosts,
|
module.nimbus_nodes_mainnet_hetzner.hosts,
|
||||||
module.nimbus_nodes_mainnet_stable_small.hosts,
|
module.nimbus_nodes_mainnet_stable_small.hosts,
|
||||||
module.nimbus_nodes_pyrmont_hetzner.hosts,
|
|
||||||
module.nimbus_nodes_prater_stable_large.hosts,
|
module.nimbus_nodes_prater_stable_large.hosts,
|
||||||
module.nimbus_nodes_prater_testing_large.hosts,
|
module.nimbus_nodes_prater_testing_large.hosts,
|
||||||
module.nimbus_nodes_prater_unstable_large.hosts,
|
module.nimbus_nodes_prater_unstable_large.hosts,
|
||||||
|
29
pyrmont.tf
29
pyrmont.tf
@ -1,29 +0,0 @@
|
|||||||
/* Hetzner AX41-NVMe
|
|
||||||
* AMD Ryzen 5 3600 Hexa-Core
|
|
||||||
* 64 GB DDR4 RAM
|
|
||||||
* 2 x 512 GB NVMe SSD */
|
|
||||||
module "nimbus_nodes_pyrmont_hetzner" {
|
|
||||||
source = "./modules/dummy-module"
|
|
||||||
|
|
||||||
name = "metal"
|
|
||||||
env = "nimbus"
|
|
||||||
stage = "pyrmont"
|
|
||||||
group = "nimbus-pyrmont-metal"
|
|
||||||
region = "eu-hel1"
|
|
||||||
prefix = "he"
|
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
|
||||||
"65.21.196.45", # metal-01.he-eu-hel1.nimbus.pyrmont
|
|
||||||
"65.21.196.46", # metal-02.he-eu-hel1.nimbus.pyrmont
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Community test REST API endpoints. */
|
|
||||||
resource "cloudflare_record" "unstable_pyrmont_beacon_api" {
|
|
||||||
zone_id = local.zones["nimbus.team"]
|
|
||||||
name = "insecura"
|
|
||||||
value = module.nimbus_nodes_pyrmont_hetzner.public_ips[0]
|
|
||||||
type = "A"
|
|
||||||
proxied = false
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user