Skip to content

Commit ac788af

Browse files
authored
Merge pull request #109 from weaviate/disable-ci-telemetry
Disable telemetry in test docker compose files
2 parents 3386c1e + ef40f57 commit ac788af

7 files changed

+8
-0
lines changed

ci/docker-compose-azure-cc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ services:
2424
AUTHENTICATION_OIDC_GROUPS_CLAIM: 'groups'
2525
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
2626
AUTHORIZATION_ADMINLIST_USERS: 'b6bf8e1d-d398-4e5d-8f1b-50fda9146a64'
27+
DISABLE_TELEMETRY: 'true'
2728
...

ci/docker-compose-cluster.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
ENABLE_MODULES: text2vec-contextionary
1616
CLUSTER_GOSSIP_BIND_PORT: "7110"
1717
CLUSTER_DATA_BIND_PORT: "7111"
18+
DISABLE_TELEMETRY: 'true'
1819

1920
weaviate-node-2:
2021
init: true
@@ -42,4 +43,5 @@ services:
4243
CLUSTER_GOSSIP_BIND_PORT: '7112'
4344
CLUSTER_DATA_BIND_PORT: '7113'
4445
CLUSTER_JOIN: 'weaviate-node-1:7110'
46+
DISABLE_TELEMETRY: 'true'
4547
...

ci/docker-compose-okta-cc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ services:
2424
AUTHENTICATION_OIDC_GROUPS_CLAIM: 'groups'
2525
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
2626
AUTHORIZATION_ADMINLIST_USERS: '0oa7e9ipdkVZRUcxo5d7'
27+
DISABLE_TELEMETRY: 'true'
2728
...

ci/docker-compose-okta-users.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ services:
2525
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
2626
AUTHORIZATION_ADMINLIST_USERS: '[email protected]'
2727
AUTHENTICATION_OIDC_SCOPES: 'openid,email'
28+
DISABLE_TELEMETRY: 'true'
2829
...

ci/docker-compose-openai.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ services:
2020
DEFAULT_VECTORIZER_MODULE: 'text2vec-openai'
2121
ENABLE_MODULES: 'text2vec-openai,generative-openai'
2222
CLUSTER_HOSTNAME: 'node1'
23+
DISABLE_TELEMETRY: 'true'
2324
...

ci/docker-compose-wcs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ services:
2828
AUTHENTICATION_APIKEY_ENABLED: 'true'
2929
AUTHENTICATION_APIKEY_ALLOWED_KEYS: 'my-secret-key'
3030
AUTHENTICATION_APIKEY_USERS: '[email protected]'
31+
DISABLE_TELEMETRY: 'true'
3132
...

ci/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
BACKUP_FILESYSTEM_PATH: "/tmp/backups"
1717
CLUSTER_GOSSIP_BIND_PORT: "7100"
1818
CLUSTER_DATA_BIND_PORT: "7101"
19+
DISABLE_TELEMETRY: 'true'
1920
contextionary:
2021
image: semitechnologies/contextionary:en0.16.0-v1.2.1
2122
ports:

0 commit comments

Comments
 (0)