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

retest: Implement VPC peering for Cloud Cluster with private network #12918

Merged
merged 8 commits into from
Aug 23, 2023

Commits on Aug 22, 2023

  1. rptest: Update CloudCluster to use unified data storage

     In order not to have long list of arguments in each internal
     functions, use self.current as a data store. Each of
     the _*_payload functions and _get_* will use it as a source
     of data to create proper body for REST request
    savex committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    84777cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2ffff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ea07b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79580ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35bd983 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43ecacd View commit details
    Browse the repository at this point in the history
  7. rptest: Support BYOC in VPC Peering (part 3)

        BYOC cloud is created in Operator's provider account. Due
        to this, CloudV2 API can't be used for Peering creation.
        I.e. we will not be able to put routes and acccess data. So,
        BYOC required separate workflow.
    
        Functions broken down to steps and each workflow uses
        common set of routines as well as own specific ones.
    savex committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    accbff0 View commit details
    Browse the repository at this point in the history
  8. rptest: Fixes after Regression tests with new changes from dev

      Includes fixes for findings when running against GCP provider
    savex committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4ab3b17 View commit details
    Browse the repository at this point in the history