Skip to content

Commit

Permalink
Merge pull request #25 from unity-sds/24.4-stable
Browse files Browse the repository at this point in the history
Creates 24.4-stable versions of core MC install apps.
  • Loading branch information
jdrodjpl authored Feb 19, 2025
2 parents 0595fd8 + 84d5841 commit cb9189b
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 0 deletions.
24 changes: 24 additions & 0 deletions applications/unity-apigateway/24.4-stable/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"DisplayName": "Unity API Gateway",
"Name": "unity-apigateway",
"Version": "0.4",
"Channel": "beta",
"Owner": "U-CS Team",
"Description": "A package to install and configure an API gateway for your Unity Venue",
"Repository": "https://github.com/unity-sds/unity-cs-infra/",
"Tags": ["api", "http", "rest"],
"Category": "system",
"IamRoles": {
"Statement": [
{
"Effect": "Allow",
"Action": ["iam:CreateInstanceProfile"],
"Resource": ["arn:aws:iam::<account_id>:instance-profile/eksctl*"]
}
]
},
"Package": "https://github.com/unity-sds/unity-cs-infra@0595fd83e05561a17734ba71c4f36bc0d89143fe",
"Backend": "terraform",
"WorkDirectory": "terraform-project-api-gateway_module",
"DefaultDeployment": {}
}
17 changes: 17 additions & 0 deletions applications/unity-cs-monitoring-lambda/24.4-stable/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"DisplayName": "Unity Health Status Monitoring",
"Name": "unity-cs-monitoring-lambda",
"Version": "0.1",
"Channel": "beta",
"Owner": "Brandon Hargitay",
"Description": "Monitor the health of various Unity resources",
"Repository": "https://github.com/unity-sds/unity-cs-monitoring-lambda",
"Tags": ["monitor", "health"],
"Category": "system",
"IamRoles": {},
"Package": "https://github.com/unity-sds/unity-cs-monitoring-lambda@0595fd83e05561a17734ba71c4f36bc0d89143fe",
"Backend": "terraform",
"ManagedDependencies": {},
"DefaultDeployment": {},
"WorkDirectory": "terraform-unity"
}
17 changes: 17 additions & 0 deletions applications/unity-proxy/24.4-stable/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"DisplayName": "Unity Proxy",
"Name": "unity-proxy",
"Version": "0.14",
"Channel": "beta",
"Owner": "Tom Barber",
"Description": "The Unity HTTPD Proxy package",
"Repository": "https://github.com/unity-sds/unity-proxy",
"Tags": ["proxy", "httpd"],
"Category": "system",
"IamRoles": {},
"Package": "https://github.com/unity-sds/unity-proxy@0595fd83e05561a17734ba71c4f36bc0d89143fe",
"Backend": "terraform",
"ManagedDependencies": {},
"DefaultDeployment": {},
"WorkDirectory": "terraform-unity"
}
23 changes: 23 additions & 0 deletions applications/unity-ui/24.4-stable/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"DisplayName": "Unity-UI-Application",
"Name": "unity-ui",
"Version": "0.8.0",
"Channel": "beta",
"Owner": "UI/UX Team",
"Description": "A package to install and configure the Unity UI Application for your Unity Venue",
"Repository": "https://github.com/unity-sds/unity-ui-infra",
"Tags": ["ui", "navigation"],
"Category": "ui",
"IamRoles": {},
"Package": "https://github.com/unity-sds/unity-ui-infra@0595fd83e05561a17734ba71c4f36bc0d89143fe",
"ManagedDependencies": {},
"Backend": "terraform",
"WorkDirectory": "terraform-unity-ui",
"DefaultDeployment": {
"Variables": {
"Values": {
"app_count": "2"
}
}
}
}

0 comments on commit cb9189b

Please sign in to comment.