Skip to content

Commit

Permalink
Merge pull request #109 from weaviate/disable-ci-telemetry
Browse files Browse the repository at this point in the history
Disable telemetry in test docker compose files
  • Loading branch information
dirkkul authored Feb 15, 2024
2 parents 3386c1e + ef40f57 commit ac788af
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker-compose-azure-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ services:
AUTHENTICATION_OIDC_GROUPS_CLAIM: 'groups'
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
AUTHORIZATION_ADMINLIST_USERS: 'b6bf8e1d-d398-4e5d-8f1b-50fda9146a64'
DISABLE_TELEMETRY: 'true'
...
2 changes: 2 additions & 0 deletions ci/docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
ENABLE_MODULES: text2vec-contextionary
CLUSTER_GOSSIP_BIND_PORT: "7110"
CLUSTER_DATA_BIND_PORT: "7111"
DISABLE_TELEMETRY: 'true'

weaviate-node-2:
init: true
Expand Down Expand Up @@ -42,4 +43,5 @@ services:
CLUSTER_GOSSIP_BIND_PORT: '7112'
CLUSTER_DATA_BIND_PORT: '7113'
CLUSTER_JOIN: 'weaviate-node-1:7110'
DISABLE_TELEMETRY: 'true'
...
1 change: 1 addition & 0 deletions ci/docker-compose-okta-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ services:
AUTHENTICATION_OIDC_GROUPS_CLAIM: 'groups'
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
AUTHORIZATION_ADMINLIST_USERS: '0oa7e9ipdkVZRUcxo5d7'
DISABLE_TELEMETRY: 'true'
...
1 change: 1 addition & 0 deletions ci/docker-compose-okta-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ services:
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
AUTHORIZATION_ADMINLIST_USERS: '[email protected]'
AUTHENTICATION_OIDC_SCOPES: 'openid,email'
DISABLE_TELEMETRY: 'true'
...
1 change: 1 addition & 0 deletions ci/docker-compose-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ services:
DEFAULT_VECTORIZER_MODULE: 'text2vec-openai'
ENABLE_MODULES: 'text2vec-openai,generative-openai'
CLUSTER_HOSTNAME: 'node1'
DISABLE_TELEMETRY: 'true'
...
1 change: 1 addition & 0 deletions ci/docker-compose-wcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ services:
AUTHENTICATION_APIKEY_ENABLED: 'true'
AUTHENTICATION_APIKEY_ALLOWED_KEYS: 'my-secret-key'
AUTHENTICATION_APIKEY_USERS: '[email protected]'
DISABLE_TELEMETRY: 'true'
...
1 change: 1 addition & 0 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
BACKUP_FILESYSTEM_PATH: "/tmp/backups"
CLUSTER_GOSSIP_BIND_PORT: "7100"
CLUSTER_DATA_BIND_PORT: "7101"
DISABLE_TELEMETRY: 'true'
contextionary:
image: semitechnologies/contextionary:en0.16.0-v1.2.1
ports:
Expand Down

0 comments on commit ac788af

Please sign in to comment.