Uploaded image for project: 'OpenShift Installer'
  1. OpenShift Installer
  2. CORS-3908

Use custom endpoints in Cluster GCP Provider

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 4.19.0
    • openshift/installer
    • None
    • Installer Sprint 268

      User Story:

      As a (user persona), I want to be able to:

      • Use custom endpoints through out all cluster components
      • Capability 2
      • Capability 3

      so that I can achieve

      • Using the same api endpoints through the cluster
      • Outcome 2
      • Outcome 3

      Acceptance Criteria:

      Description of criteria:

      • Upstream documentation
      • Point 1
      • Point 2
      • Point 3

      (optional) Out of Scope:

      Detail about what is specifically not being delivered in the story

      Engineering Details:

      •  
      providers/gce/gce_fake.go:	service, err := compute.NewService(context.Background(), option.WithoutAuthentication())
      
      providers/gce/gce.go:	service, err := compute.NewService(context.Background(), option.WithTokenSource(config.TokenSource))
      
      providers/gce/gce.go:	serviceBeta, err := computebeta.NewService(context.Background(), option.WithTokenSource(config.TokenSource))
      
      providers/gce/gce.go:	serviceAlpha, err := computealpha.NewService(context.Background(), option.WithTokenSource(config.TokenSource))
      
      providers/gce/gce.go:	containerService, err := container.NewService(context.Background(), option.WithTokenSource(config.TokenSource))
      
      providers/gce/gce_tpu.go:	s, err := tpuapi.NewService(context.Background())
      • Each time the service is created New, the the option for `withEndpoint` should be issued when applicable.

      This requires/does not require a design proposal.
      This requires/does not require a feature gate.

              rh-ee-bbarbach Brent Barbachem
              rh-ee-bbarbach Brent Barbachem
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: