Skip to content

Commit 84ed87f

Browse files
committed
Changed variables to fit mainnet.
1 parent bd7e1df commit 84ed87f

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

infra/ansible/README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -180,28 +180,29 @@ The `config-telemetry.ini` contains the variables to run the Telemetry in Aligne
180180

181181
| Variable | Description | Testnet | Stage | Mainnet
182182
|-------------------------------|---------------------------------------------------|-----------------------------------------------|----------------------------------------------------|------------------------------------|
183-
| caddy_metrics_url | Public URL for Grafana Metrics | `holesky.metrics.alignedlayer.com` | `stage1.metrics.alignedlayer.com` | TBD
184-
| caddy_jaeger_url | Tailscale URL for Jaeger | `aligned-holesky-metrics.tail665ae.ts.net` | `aligned-holesky-stage-1-metrics.tail665ae.ts.net` | TBD
183+
| caddy_metrics_url | Public URL for Grafana Metrics | `holesky.metrics.alignedlayer.com` | `stage1.metrics.alignedlayer.com` | mainnet.metrics.alignedlayer.com
184+
| caddy_telemetry_url | Public URL for Telemetry API | `holesky.metrics.alignedlayer.com` | `stage1.telemetry.alignedlayer.com` | mainnet.telemetry.alignedlayer.com
185+
| caddy_jaeger_url | Tailscale URL for Jaeger | `aligned-holesky-metrics.tail665ae.ts.net` | `aligned-holesky-stage-1-metrics.tail665ae.ts.net` | aligned-mainnet-telemetry.tail665ae.ts.net
185186
| grafana_admin_password | Password for Grafana's admin user | <your_grafana_admin_password> | <your_grafana_admin_password> | <your_grafana_admin_password>
186187
| grafana_prometheus_datasource | Prometheus location for Grafana to pull data from | localhost | localhost | localhost
187-
| grafana_domain | Public URL for Grafana Metrics | `holesky.metrics.alignedlayer.com` | `stage1.metrics.alignedlayer.com` | TBD
188+
| grafana_domain | Public URL for Grafana Metrics | `holesky.metrics.alignedlayer.com` | `stage1.metrics.alignedlayer.com` | mainnet.metrics.alignedlayer.com
188189
| grafana_oath_client_id | Generic OAuth Client ID | <your_oauth_client_id> | <your_oauth_client_id> | <your_oauth_client_id>
189190
| grafana_oath_client_secret | Generic OAuth Client Secret | <your_oauth_client_secret> | <your_oauth_client_secret> | <your_oauth_client_secret>
190191
| grafana_oath_auth_url | Generic OAuth Auth URL | <your_oauth_auth_url> | <your_oauth_auth_url> | <your_oauth_auth_url>
191192
| grafana_oath_token_url | Generic OAuth Token URL | <your_oauth_token_url> | <your_oauth_token_url> | <your_oauth_token_url>
192-
| grafana_oath_api_url | Generic OAuth API URL | <your_oauth_api_url> | <your_oauth_api_url> | <your_oauth_api_url>
193-
| prometheus_aggregator_ip | Aggregator IP+PORT location for prometheus | aligned-holesky-aggregator:9091 | aligned-holesky-stage-1-aggregator:9091 | TBD
194-
| prometheus_operator_ip | Operators IP+PORT location for prometheus | aligned-holesky-operator-1:9092 | aligned-holesky-stage-1-operator-1:9092 | TBD
195-
| prometheus_batcher_ip | Batcher IP+PORT location for prometheus | aligned-holesky-batcher:9093 | aligned-holesky-stage-1-batcher-1:9093 | TBD
196-
| prometheus_tracker_ip | Tracker IP+PORT location for prometheus | aligned-holesky-tracker:4001 | aligned-holesky-stage-1-tracker:4001 | TBD
193+
| grafana_oath_api_url | Generic OAuth API URL (User Info) | <your_oauth_api_url> | <your_oauth_api_url> | <your_oauth_api_url>
194+
| prometheus_aggregator_ip | Aggregator IP+PORT location for prometheus | aligned-holesky-aggregator:9091 | aligned-holesky-stage-1-aggregator:9091 | aligned-mainnet-aggregator:9091
195+
| prometheus_operator_ip | Operators IP+PORT location for prometheus | aligned-holesky-operator-1:9092 | aligned-holesky-stage-1-operator-1:9092 | aligned-mainnet-operator-1:9092
196+
| prometheus_batcher_ip | Batcher IP+PORT location for prometheus | aligned-holesky-batcher:9093 | aligned-holesky-stage-1-batcher-1:9093 | aligned-mainnet-batcher:9093
197+
| prometheus_tracker_ip | Tracker IP+PORT location for prometheus | aligned-holesky-tracker:4001 | aligned-holesky-stage-1-tracker:4001 | aligned-mainnet-telemetry:4001
197198
| postgresql_telemetry_db_name | Postgres Database Name | <your_postgres_db_name> | <your_postgres_db_name> | <your_postgres_db_name>
198199
| postgresql_telemetry_user | Postgres Username | <your_postgres_db_username> | <your_postgres_db_username> | <your_postgres_db_username>
199200
| postgresql_telemetry_pass | Postgres Username's Password | <your_postgres_db_password> | <your_postgres_db_password> | <your_postgres_db_password>
200201
| cassandra_telemetry_user | Cassandra Username | <your_cassandra_db_name> | <your_cassandra_db_name> | <your_cassandra_db_name>
201202
| cassandra_telemetry_pass | Cassandra Username's Password | <your_cassandra_db_password> | <your_cassandra_db_password> | <your_cassandra_db_password>
202-
| telemetry_aligned_rpc | HTTP ETH RPC URL | `https://aligned-rpc-node-2.tail665ae.ts.net` | `https://aligned-rpc-node-2.tail665ae.ts.net` | TBD
203-
| telemetry_api_phx_host | Telemetry API Elixir's Phoenix host for | `holesky.telemetry.alignedlayer.com` | `stage1.telemetry.alignedlayer.com` | TBD
204-
| telemetry_api_elixir_hostname | Telemetry API Server's Hostname | `aligned-holesky-metrics` | `aligned-holesky-stage-1-telemetry` | TBD
203+
| telemetry_aligned_rpc | HTTP ETH RPC URL | `https://aligned-rpc-node-2.tail665ae.ts.net` | `https://aligned-rpc-node-2.tail665ae.ts.net` | https://aligned-mainnet-rpc-1.tail665ae.ts.net
204+
| telemetry_api_phx_host | Telemetry API Elixir's Phoenix host for | `holesky.telemetry.alignedlayer.com` | `stage1.telemetry.alignedlayer.com` | mainnet.metrics.alignedlayer.com
205+
| telemetry_api_elixir_hostname | Telemetry API Server's Hostname | `aligned-holesky-metrics` | `aligned-holesky-stage-1-telemetry` | aligned-mainnet-telemetry
205206
| telemetry_api_secret_key_base | Telemetry API Secret Key Base | <your_secret_key_base> | <your_secret_key_base> | <your_secret_key_base>
206207
| pagerduty_routing_key | Pagerduty Routing Key | <your_pagerduty_routing_key> | <your_pagerduty_routing_key> | <your_pagerduty_routing_key>
207208

@@ -310,3 +311,4 @@ Public Key: E([...,...])
310311

311312
Refer to this link for more details about keystore creation https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation#create-keys
312313

314+

infra/ansible/playbooks/grafana.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
git:
6464
repo: https://github.com/yetanotherco/aligned_layer.git
6565
dest: /home/{{ ansible_user }}/repos/telemetry/aligned_layer
66-
#version: v0.12.0
67-
version: staging
66+
version: v0.12.1
6867
recursive: false
6968

7069
- name: Ensure /etc/grafana/provisioning directory exists

infra/ansible/playbooks/telemetry.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@
9393
ansible.builtin.git:
9494
repo: https://github.com/yetanotherco/aligned_layer.git
9595
dest: /home/{{ ansible_user }}/repos/telemetry/aligned_layer
96-
#version: v0.12.0
97-
version: staging
96+
version: v0.12.1
9897
recursive: false
9998

10099
- name: Run telemetry_compile_bls_verifier target

infra/ansible/playbooks/templates/telemetry_api/telemetry_env.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Network
22
export RPC_URL="{{ telemetry_aligned_rpc }}"
33
export ENVIRONMENT=holesky
4-
export ALIGNED_CONFIG_FILE="/home/{{ ansible_user }}/repos/telemetry/aligned_layer/contracts/script/output/holesky/alignedlayer_deployment_output.stage.json"
4+
export ALIGNED_CONFIG_FILE="/home/{{ ansible_user }}/repos/telemetry/aligned_layer/contracts/script/output/mainnet/alignedlayer_deployment_output.json"
55
# Elixir
66
export PHX_HOST="{{ telemetry_api_phx_host }}"
77
export ELIXIR_HOSTNAME="{{ telemetry_api_elixir_hostname }}"

0 commit comments

Comments
 (0)