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

Feat: Add Terraform modules #554

Merged
merged 7 commits into from
Sep 26, 2024
Merged

Feat: Add Terraform modules #554

merged 7 commits into from
Sep 26, 2024

Conversation

mvlassis
Copy link
Contributor

@mvlassis mvlassis commented Sep 23, 2024

Ref: #552 and #530.

This PR creates a terraform/ directory in each charm that hosts the Terraform module. It follows the structure proposed in this spec.

To test the module:

  • Clone the repository and switch to this branch.
  • First run tox -e tflint to ensure that linting is correct
  • Change to the terraform/ directory and run terraform init.
  • Run terraform apply -var "channel=latest/edge" -var "model_name=kubeflow" --auto-approve and wait until the charm is Active and Idle.

@mvlassis mvlassis requested a review from a team as a code owner September 23, 2024 09:56
Copy link
Contributor

@orfeas-k orfeas-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job, left 1 comment

.github/workflows/integrate.yaml Outdated Show resolved Hide resolved
orfeas-k
orfeas-k previously approved these changes Sep 24, 2024
Copy link
Contributor

@orfeas-k orfeas-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's backport

@mvlassis mvlassis merged commit 50a332c into main Sep 26, 2024
25 checks passed
@mvlassis mvlassis deleted the kf-6164-terraform-module branch September 26, 2024 11:14
mvlassis added a commit that referenced this pull request Sep 26, 2024
* Add Terraform charms

* Update format

* Update action

* Update README.md

* Remove channel from terraform action

* Update default Terraform channel

* Update default Terraform channel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants