Skip to content

Commit

Permalink
Disable DAB RESOURCE_SYNC in oci-env profiles (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno authored Oct 10, 2024
1 parent 8d401e9 commit 04c022e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
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

0 comments on commit 04c022e

Please sign in to comment.