diff --git a/applications/unity-sps/0.2/metadata.json b/applications/unity-sps/0.2/metadata.json new file mode 100644 index 0000000..da84a3a --- /dev/null +++ b/applications/unity-sps/0.2/metadata.json @@ -0,0 +1,59 @@ +{ + "Name": "unity-sps", + "DisplayName": "Unity SPS", + "Version": "0.2", + "Channel": "beta", + "Owner": "Bradley Lunsford", + "Description": "The Unity SPS package", + "Repository": "https://github.com/unity-sds/unity-sps", + "Tags": [ + "sps", + "data processing" + ], + "Category": "data processing", + "IamRoles": { + "Statement": [{ + "Effect": "Allow", + "Action": [ + "iam:CreateInstanceProfile" + ], + "Resource": [ + "arn:aws:iam:::instance-profile/eksctl*" + ] + }] + }, + "Package": "https://github.com/unity-sds/unity-sps@60cb758c9a4222c50a3d08b15df255ba23dfc7db", + "WorkDirectory": "terraform-unity", + "PreInstall": "scripts/preinstall.sh", + "ManagedDependencies": { + "efs":{ + + } + }, + "Backend": "terraform", + "DefaultDeployment": { + "Variables": { + "Values": { + "release": "23.1", + "cluster_version": "1.27", + "eks_cluster_name": "*unity-eks", + "kubeconfig_filepath": "", + "uads_development_efs_fsmt_id": "", + "default_group_node_group_name": "UnityNodeGroup", + "default_group_node_group_launch_template_name": "" + }, + "AdvancedValues": { + "nodegroups": { + "UnityNodeGroup": { + "min_size": 1, + "max_size": 10, + "desired_size": 1, + "instance_types": ["t3.large"], + "capacity_type": "SPOT" + } + } + + } + } + } +}