Skip to content

Commit

Permalink
Adding unity-sps/0.2
Browse files Browse the repository at this point in the history
adding initial 0.2 version of unity-sps (sps w/airflow), pre-testing
  • Loading branch information
jpl-btlunsfo committed Mar 29, 2024
1 parent fd70eec commit ec47396
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions applications/unity-sps/0.2/metadata.json
Original file line number Diff line number Diff line change
@@ -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::<account_id>: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"
}
}

}
}
}
}

0 comments on commit ec47396

Please sign in to comment.