From b6439e3cf7a4c495ecc6e26e316d6f9d7b6b1c4c Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Wed, 13 Mar 2024 09:45:23 -0700 Subject: [PATCH 1/2] Preliminary integration of configuration to support deployment of Unity UI application via Marketplace. --- applications/unity-ui/0.1/metadata.json | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 applications/unity-ui/0.1/metadata.json diff --git a/applications/unity-ui/0.1/metadata.json b/applications/unity-ui/0.1/metadata.json new file mode 100644 index 0000000..76dd665 --- /dev/null +++ b/applications/unity-ui/0.1/metadata.json @@ -0,0 +1,36 @@ +{ + "DisplayName": "Unity UI Application", + "Name": "unity-ui", + "Version": "0.0.1-beta", + "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.git", + "ManagedDependencies": {}, + "Backend": "terraform", + "WorkDirectory": "terraform-unity-ui", + "DefaultDeployment": { + "Variables": { + "some_terraform_variable": "some_value" + }, + "EksSpec": { + "NodeGroups": [ + { + "NodeGroup1": { + "MinNodes": 1, + "MaxNodes": 3, + "DesiredNodes": 2, + "InstanceType": "m4.large" + } + } + ] + } + } + } \ No newline at end of file From 89adfd3bfe64fcb9005aab47dbc1ad28ac80dd33 Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Thu, 14 Mar 2024 14:46:24 -0700 Subject: [PATCH 2/2] Updated Package path to point to a branch for quick iterative development. --- applications/unity-ui/0.1/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/unity-ui/0.1/metadata.json b/applications/unity-ui/0.1/metadata.json index 76dd665..4a0a3ac 100644 --- a/applications/unity-ui/0.1/metadata.json +++ b/applications/unity-ui/0.1/metadata.json @@ -12,7 +12,7 @@ ], "Category": "ui", "IamRoles": {}, - "Package": "https://github.com/unity-sds/unity-ui-infra.git", + "Package": "https://github.com/unity-sds/unity-ui-infra.git#initial-marketplace-integration", "ManagedDependencies": {}, "Backend": "terraform", "WorkDirectory": "terraform-unity-ui",