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

Automate tenant resource provisioning #197

Merged
merged 72 commits into from
Jul 4, 2023
Merged

Conversation

ferrarimarco
Copy link
Member

@ferrarimarco ferrarimarco commented Jun 23, 2023

This PR does the following:

  • Provision a Cloud Source Repository to store cluster configuration.
  • Use a service account and workload identity to authorize Config Sync to access the provisioned Cloud Source Repository.
  • Automatically generate tenant configuration from the Kpt template package, according to the tenants that the blueprint user specified.
  • Remove the fltenant1 package because we generate it dynamically.
  • Update related comments and documentation.
  • Fix an issue with setting firewall rules that were using destination_ranges instead of ranges. It worked because the resulting resource defaults to 0.0.0.0/0, but it causes diffs and potential issues after the first terraform apply.
  • Use the right istio.io/rev label value to configure a managed ASM control plane.

Dependencies:

@ferrarimarco ferrarimarco added documentation Improvements or additions to documentation enhancement New feature or request terraform Pull requests that update Terraform code labels Jun 23, 2023
@ferrarimarco ferrarimarco self-assigned this Jun 23, 2023
@ferrarimarco ferrarimarco marked this pull request as ready for review July 4, 2023 14:35
@ferrarimarco ferrarimarco merged commit 3785968 into main Jul 4, 2023
6 checks passed
@ferrarimarco ferrarimarco deleted the multi-tenant-refactor branch July 4, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant