Adding S3 storage for Signoz.
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 11s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 2m23s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 3m3s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 2m14s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 9s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 2m47s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 2m28s

This commit is contained in:
2025-09-21 08:11:22 -04:00
parent 4063853b95
commit 7d669a8026
6 changed files with 15 additions and 3 deletions
@@ -1,3 +1,5 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
<?xml version="1.0"?> <?xml version="1.0"?>
<clickhouse> <clickhouse>
<!-- ZooKeeper is used to store metadata about replicas, when using Replicated tables. <!-- ZooKeeper is used to store metadata about replicas, when using Replicated tables.
@@ -1,3 +1,5 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
<?xml version="1.0"?> <?xml version="1.0"?>
<clickhouse> <clickhouse>
<!-- ZooKeeper is used to store metadata about replicas, when using Replicated tables. <!-- ZooKeeper is used to store metadata about replicas, when using Replicated tables.
@@ -1,3 +1,5 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
NOTE: User and query level settings are set up in "users.xml" file. NOTE: User and query level settings are set up in "users.xml" file.
@@ -1,3 +1,5 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
<functions> <functions>
<function> <function>
<type>executable</type> <type>executable</type>
@@ -1,3 +1,5 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
<?xml version="1.0"?> <?xml version="1.0"?>
<clickhouse> <clickhouse>
<storage_configuration> <storage_configuration>
@@ -13,9 +15,9 @@
For GCS cold storage, For GCS cold storage,
endpoint should be https://storage.googleapis.com/<bucket-name>/data/ endpoint should be https://storage.googleapis.com/<bucket-name>/data/
--> -->
<endpoint>https://BUCKET-NAME.s3-REGION-NAME.amazonaws.com/data/</endpoint> <endpoint>http://minio:9000/signoz/data</endpoint>
<access_key_id>ACCESS-KEY-ID</access_key_id> <access_key_id>{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['SIGNOZ_S3_ACCESS_KEY'] }}</access_key_id>
<secret_access_key>SECRET-ACCESS-KEY</secret_access_key> <secret_access_key>{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['SIGNOZ_S3_SECRET_KEY'] }}</secret_access_key>
<!-- In case of S3, uncomment the below configuration in case you want to read <!-- In case of S3, uncomment the below configuration in case you want to read
AWS credentials from the Environment variables if they exist. --> AWS credentials from the Environment variables if they exist. -->
<!-- <use_environment_credentials>true</use_environment_credentials> --> <!-- <use_environment_credentials>true</use_environment_credentials> -->
@@ -1,3 +1,5 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
<?xml version="1.0"?> <?xml version="1.0"?>
<clickhouse> <clickhouse>
<!-- See also the files in users.d directory where the settings can be overridden. --> <!-- See also the files in users.d directory where the settings can be overridden. -->