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

Pass Region Param to External Connection #1188

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

shirady
Copy link
Contributor

@shirady shirady commented Aug 6, 2023

Explain the changes

  1. Pass region param to connection.

Issues: Fixed #xxx / Gap #xxx

  1. none.

Testing Instructions:

Need to build with noobaa change noobaa/noobaa-core#7433.

  1. Deploy noobaa on MInikube or Rancher Desktop (see guide).
    Note: nb is an alias that runs the local operator from build/_output/bin (alias created by devenv).
  2. Create namespacestore/backingstore and pass the region explicitly:
    nb namespacestore create aws-s3 <namespace-store-name> --region=<target-bucket-region>.
    nb backingstore create aws-s3 <backingstore-store-name> --region=<target-bucket-region>.
  3. Add printings to check_external_connection, check_aws_connection and see that the region passed.
    Note: test on buckets in the regions 'us-east-1' and 'us-west-1'.
  • Doc added/updated
  • Tests added

pass region to update external connection

Signed-off-by: shirady <[email protected]>
@shirady shirady merged commit a288995 into noobaa:master Aug 14, 2023
14 checks passed
@shirady shirady self-assigned this Aug 14, 2023
@shirady shirady deleted the add-region-to-schema branch August 14, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants