Skip to content

Commit

Permalink
Moved tf to main deploy directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Jan 13, 2025
1 parent 90ee99e commit 53389ea
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion gfts-track-reconstruction/jupyterhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Initial manual steps:
1. create bucket for storing tofu state. Create user and store in `secrets/ovh-creds.sh`, and put bucket name in s3 backend configuration
2. create API token for OVH API, store in `secrets/ovh-creds.sh`

Next, run tofu, which will create the kubernetes cluster
Next, run tofu within the `/deploy/tf` directory, which will create the kubernetes cluster

```bash
tofu init
Expand Down
2 changes: 1 addition & 1 deletion gfts-track-reconstruction/jupyterhub/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import click

jupyterhub = Path(__file__).parent.absolute()
tofu = jupyterhub / "tofu"
tofu = jupyterhub.parent.parent / "deploy" / "tf"
kube_config = jupyterhub / "secrets" / "kubeconfig.yaml"


Expand Down

0 comments on commit 53389ea

Please sign in to comment.