Skip to content

Commit 88b37f7

Browse files
committed
disable pulpcore analytics
1 parent 177348f commit 88b37f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

roles/pulp/defaults/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ pulp_volumes:
1212
pulp_api_container_name: pulp-api
1313
pulp_content_container_name: pulp-content
1414
pulp_worker_container_name: pulp-worker
15+
pulp_enable_analytics: false

roles/pulp/templates/settings.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ DATABASES = {
1717
AUTHENTICATION_BACKENDS=['pulpcore.app.authentication.PulpNoCreateRemoteUserBackend']
1818
REMOTE_USER_ENVIRON_NAME="HTTP_REMOTE_USER"
1919
REST_FRAMEWORK__DEFAULT_AUTHENTICATION_CLASSES=('rest_framework.authentication.SessionAuthentication', 'pulpcore.app.authentication.PulpRemoteUserAuthentication')
20+
ENABLE_ANALYTICS = {{ pulp_enable_analytics | default(false) }}

0 commit comments

Comments
 (0)