Skip to content

updates for deployment via Unity Marketplace #181

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

Merged
merged 27 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e590901
rename venue_prefix to deployment_name
pymonger Nov 20, 2024
104702f
remove symlinking
pymonger Nov 20, 2024
44f7f60
add
pymonger Nov 20, 2024
16c3547
add variables passed in by MC
pymonger Nov 20, 2024
3ac70bd
undo symlinking
pymonger Nov 20, 2024
493cdb8
add variables passed in by MC
pymonger Nov 26, 2024
1c9778c
sync module versions and remove explicit provider
pymonger Nov 26, 2024
bb446d8
loosen constraint
pymonger Nov 26, 2024
f58d08c
increment version
pymonger Nov 26, 2024
fcc484b
update version
pymonger Nov 26, 2024
c4e14eb
update version
pymonger Nov 26, 2024
8ed93f8
sync versions
pymonger Nov 26, 2024
37ab30e
sync versions
pymonger Nov 27, 2024
47ad2fb
pin terraform-aws-modules/eks to handle unity-proxy pin
pymonger Dec 3, 2024
46bb2ed
interpolate path to script
pymonger Dec 5, 2024
c24ca34
interpolate path to script
pymonger Dec 5, 2024
7458b09
specify gp3
pymonger Dec 5, 2024
76dccc8
add explicit dependencies to help with destroy
pymonger Dec 6, 2024
aa85ed7
add more explicit dependencies to help with destroy
pymonger Dec 6, 2024
e673a63
add deps
pymonger Dec 6, 2024
0d8f62a
fix
pymonger Dec 6, 2024
b78e01c
update dependencies
pymonger Dec 16, 2024
99f3496
Merge branch 'origin-main'
pymonger Jan 7, 2025
121ad64
handle deployment from non-AWS environments
pymonger Jan 9, 2025
16492aa
updates to address terraform destroy failure
pymonger Jan 15, 2025
dc45013
remove finalizers from EFS PVCs
pymonger Jan 15, 2025
b9a4954
test @mcduffie's mods
pymonger Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add variables passed in by MC
  • Loading branch information
pymonger committed Nov 26, 2024
commit 493cdb8001833e78a1aca86dd655d7f84ca92c0c
10 changes: 10 additions & 0 deletions dev_env/jupyterhub/common_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ variable "efs_identifier" {
type = string
# Example value:uads-development-efs-fs"
}

variable "installprefix" {
description = "Installation prefix"
type = string
default = ""
}

variable "tags" {
type = map(string)
}