-
Notifications
You must be signed in to change notification settings - Fork 11
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 module for mlflow-server #267
Conversation
This commit adds the terraform/ directory to the root of the repository to host the Terraform module of this charm. This follows the standard set in CC006. For more information please also refer to canonical/argo-operators/pull/198. Fixes #266
17eb6e7
to
6d3ae20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the PR is working but we 'll need to file and issue and skip the apply
job. The charm isn't going to blocked, rather it stays in waiting
Model Controller Cloud/Region Version SLA Timestamp
kubeflow microk8s microk8s/localhost 3.4.5 unsupported 12:39:00+03:00
App Version Status Scale Charm Channel Rev Address Exposed Message
mlflow-server waiting 1 mlflow-server latest/edge 696 10.152.183.70 no installing agent
Unit Workload Agent Address Ports Message
mlflow-server/0* waiting idle 10.1.217.9 Waiting for object-storage relation data
This is not the same for other relations where e.g. it goes to blocked when there's no database related
mlflow-server/0* blocked idle 10.1.217.9 Please add relation to the database
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: add Terraform module for mlflow-server This commit adds the terraform/ directory to the root of the repository to host the Terraform module of this charm. This follows the standard set in CC006. For more information please also refer to canonical/argo-operators/pull/198. Fixes #266
* feat: add Terraform module for mlflow-server This commit adds the terraform/ directory to the root of the repository to host the Terraform module of this charm. This follows the standard set in CC006. For more information please also refer to canonical/argo-operators/pull/198. Fixes #266
This commit adds the terraform/ directory to the root of the repository to host the Terraform module of this charm. This follows the standard set in CC006. For more information please also refer to canonical/argo-operators/pull/198.
Fixes #266
Testing instructions
tox -e tflint
terraform apply -var "channel=latest/edge" -var "model_name=kubeflow" --auto-approve
For reviewers
This module must expose all the information in the
metadata.yaml
of this charm, make sure you review it by comparing that file to the Tf files in this PR.