Skip to content

Revert change to use the PSC for ClickHouse Cloud

Gonzalo Servat requested to merge revert-c72572e7 into master

What does this MR do?

Revert "Merge branch 'gprd-update-clickhouse-use-psc' into 'master'"

This reverts merge request !3145 (merged) because:

irb(main):001:0> ClickHouse::Client.select('SELECT 1', :main)
/srv/gitlab/lib/gitlab/http_connection_adapter.rb:60:in `rescue in validate_url_with_proxy!': URL is blocked: Requests to the local network are not allowed (Gitlab::HTTP_V2::BlockedUrlError)
/srv/gitlab/lib/gitlab/url_blocker.rb:327:in `validate_local_network': Requests to the local network are not allowed (Gitlab::HTTP_V2::UrlBlocker::BlockedUrlError)

Issue: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/24569

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Check if all of the following apply:
    • Assign to the correct reviewer per the contributing document
    • Apply the correct metadata per the contributing document
    • Link to related MRs for applying the changes on other environments
    • Link to related Chef changes
    • If necessary link to a Criticality 4 Change Request issue

Reviewer Check-list

  • Check if all of the following apply:
    • Reviewed the diff jobs to confirm changes are as expected
    • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation

Applier Check-list

  • Make sure there is no ongoing deployment for the affected envs before merging (see #announcements slack channel)
Edited by Nick Duff

Merge request reports