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

Add Terraform module #134

Merged
merged 9 commits into from
Sep 26, 2024
Merged

Add Terraform module #134

merged 9 commits into from
Sep 26, 2024

Conversation

mvlassis
Copy link
Contributor

@mvlassis mvlassis commented Sep 19, 2024

Ref: #131

This PR creates a terraform/ directory that hosts the Terraform module for this charm. 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.
  • Run terraform apply -var "channel=latest/edge" -var "model_name=kubeflow" --auto-approve and wait until the charm is Active and Idle.

Copy link
Contributor

@NohaIhab NohaIhab left a comment

Choose a reason for hiding this comment

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

thx @mvlassis , 2 small comments

terraform/outputs.tf Outdated Show resolved Hide resolved
.github/workflows/integrate.yaml Outdated Show resolved Hide resolved
NohaIhab
NohaIhab previously approved these changes Sep 20, 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.

one comment.

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

Let's ensure we backport this

@mvlassis mvlassis merged commit 4e1f3bd into main Sep 26, 2024
10 checks passed
@mvlassis mvlassis deleted the kf-6163-terraform-module branch September 26, 2024 11:11
mvlassis added a commit that referenced this pull request Sep 26, 2024
* Add Terraform module

* Update formatting

* Update terraform/outputs.tf

Co-authored-by: Noha Ihab <[email protected]>

* Change model name

* Change name of model for testing

* Update README.md

* Remove channel from terraform action

* Update default Terraform channel

* Update default Terraform channel

---------

Co-authored-by: Noha Ihab <[email protected]>
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.

3 participants