Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable DAB RESOURCE_SYNC in oci-env profiles #2303

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions profiles/base/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ HUB_TEST_MARKS=deployment_standalone or all

# role content workaround ..
PULP_ANSIBLE_BASE_ROLES_REQUIRE_VIEW=false

# Disable DAB RESOURCE SYNC to avoid debugging messages
PULP_RESOURCE_SERVER_SYNC_ENABLED=false
3 changes: 3 additions & 0 deletions profiles/community/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ PULP_GALAXY_CONTAINER_SIGNING_SERVICE='@none None'
# Integration test settings
HUB_TEST_AUTHENTICATION_BACKEND="community"
HUB_TEST_MARKS="deployment_community"

# Disable DAB RESOURCE SYNC to avoid debugging messages
PULP_RESOURCE_SERVER_SYNC_ENABLED=false
3 changes: 3 additions & 0 deletions profiles/dab/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ PULP_ALLOW_LOCAL_RESOURCE_MANAGEMENT=false

# role content workaround ..
PULP_ANSIBLE_BASE_ROLES_REQUIRE_VIEW=false

# Disable DAB RESOURCE SYNC to avoid debugging messages
PULP_RESOURCE_SERVER_SYNC_ENABLED=false
3 changes: 3 additions & 0 deletions profiles/dab_jwt/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ PULP_ALLOW_LOCAL_RESOURCE_MANAGEMENT=false

# role content workaround ..
PULP_ANSIBLE_BASE_ROLES_REQUIRE_VIEW=false

# Disable DAB RESOURCE SYNC to avoid debugging messages
PULP_RESOURCE_SERVER_SYNC_ENABLED=false
3 changes: 3 additions & 0 deletions profiles/insights/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ HUB_AUTH_URL={API_PROTOCOL}://{API_HOST}:{INSIGHTS_PROXY_PORT}/auth/realms/redha
HUB_API_ROOT={API_PROTOCOL}://{API_HOST}:{INSIGHTS_PROXY_PORT}{PULP_GALAXY_API_PATH_PREFIX}
HUB_LOCAL=0
HUB_TEST_MARKS=deployment_cloud or all

# Disable DAB RESOURCE SYNC to avoid debugging messages
PULP_RESOURCE_SERVER_SYNC_ENABLED=false
3 changes: 3 additions & 0 deletions profiles/keycloak/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ KEYCLOAK_REDIRECT_URL="{API_PROTOCOL}://{API_HOST}:{API_PORT}/"
# Integration test settings
HUB_TEST_AUTHENTICATION_BACKEND="keycloak"
HUB_TEST_MARKS=deployment_standalone or all or keycloak

# Disable DAB RESOURCE SYNC to avoid debugging messages
PULP_RESOURCE_SERVER_SYNC_ENABLED=false
3 changes: 3 additions & 0 deletions profiles/ldap/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ PULP_GALAXY_LDAP_LOGGING=true
# Integration test settings
HUB_TEST_AUTHENTICATION_BACKEND="ldap"
HUB_TEST_MARKS=(deployment_standalone or all or ldap) and not iqe_ldap

# Disable DAB RESOURCE SYNC to avoid debugging messages
PULP_RESOURCE_SERVER_SYNC_ENABLED=false
Loading