diff --git a/profiles/base/pulp_config.env b/profiles/base/pulp_config.env index bc7f7aaa1d..ba8a425220 100644 --- a/profiles/base/pulp_config.env +++ b/profiles/base/pulp_config.env @@ -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 diff --git a/profiles/community/pulp_config.env b/profiles/community/pulp_config.env index 72c1baf130..a8ba7c8245 100644 --- a/profiles/community/pulp_config.env +++ b/profiles/community/pulp_config.env @@ -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 diff --git a/profiles/dab/pulp_config.env b/profiles/dab/pulp_config.env index 74dca7af4c..27d8fd8fea 100644 --- a/profiles/dab/pulp_config.env +++ b/profiles/dab/pulp_config.env @@ -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 diff --git a/profiles/dab_jwt/pulp_config.env b/profiles/dab_jwt/pulp_config.env index d7765d668e..b354e7307c 100644 --- a/profiles/dab_jwt/pulp_config.env +++ b/profiles/dab_jwt/pulp_config.env @@ -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 diff --git a/profiles/insights/pulp_config.env b/profiles/insights/pulp_config.env index 5bae6eff7a..26356916ee 100644 --- a/profiles/insights/pulp_config.env +++ b/profiles/insights/pulp_config.env @@ -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 diff --git a/profiles/keycloak/pulp_config.env b/profiles/keycloak/pulp_config.env index ba7d8edf04..2079a949a0 100644 --- a/profiles/keycloak/pulp_config.env +++ b/profiles/keycloak/pulp_config.env @@ -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 diff --git a/profiles/ldap/pulp_config.env b/profiles/ldap/pulp_config.env index f18119e197..45d39fd0f9 100644 --- a/profiles/ldap/pulp_config.env +++ b/profiles/ldap/pulp_config.env @@ -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