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

OCPBUGSM-30853: Change default telemeter server of installed clusters to prod. #1988

Merged
merged 1 commit into from
Jun 14, 2021

Commits on Jun 14, 2021

  1. OCPBUGSM-30853: Change default telemeter server of installed clusters…

    … to prod.
    
    Until now, in the service, we changed the default behavior of openshift,
    which is to always send cluster metrics to prod-telemeter-server unless
    changed by the user, and we:
        * left untouched clusters created by cloud prod env
        * redirected to telemeter-stage stage clusters
        * redirected to dummy-url all other clusters
    
    The issue with this approach is that all prod clusters that aren't
    created in the cloud, operator clusters for example,  will fail to
    deliver telemetry.
    
    Instead, we will now default to prod-telemeter instead of dummy-url
    unless we know better:
        * left untouched clusters created by ALL prod envs (not just cloud)
        * redirect to telemeter-stage stage clusters
        * redirect to dummy-url integration clusters
    
    Signed-off-by: Yoni Bettan <ybettan@redhat.com>
    ybettan committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    5740ac0 View commit details
    Browse the repository at this point in the history