You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[SPS Deployment with Terraform](https://unity-sds.gitbook.io/docs/developer-docs/science-processing/docs/admin-guide/sps-deployment-with-terraform)
93
+
-[Interacting with an Existing SPS Deployment](https://unity-sds.gitbook.io/docs/developer-docs/science-processing/docs/admin-guide/interacting-with-an-existing-sps-deployment)
-[SPS Post Deployment Operations](https://unity-sds.gitbook.io/docs/developer-docs/science-processing/docs/admin-guide/sps-post-deployment-operations)
96
+
-[SPS Deployment with Marketplace](https://unity-sds.gitbook.io/docs/developer-docs/science-processing/docs/admin-guide/sps-deployment-with-marketplace)
97
+
- For Deverlopers:
98
+
-[OGC Processes API Overview](https://unity-sds.gitbook.io/docs/developer-docs/science-processing/docs/developers-guide/ogc-processes-api-overview)
99
+
-[Tutorial: Using the OGC Processes API with CURL](https://unity-sds.gitbook.io/docs/developer-docs/science-processing/docs/developers-guide/tutorial-using-the-ogc-processes-api-with-curl)
100
+
-[Tutorial: Using the OGC processes API with Python](https://unity-sds.gitbook.io/docs/developer-docs/science-processing/docs/developers-guide/tutorial-using-the-ogc-processes-api-with-python)
101
+
- For Users:
102
+
-[Tutorial: Register and Execute a CWL Workflow](https://unity-sds.gitbook.io/docs/developer-docs/science-processing/docs/users-guide/tutorial-register-and-execute-a-cwl-workflow)
103
+
8
104
# [Unity Release 24.4] - 2025-01-02
9
105
10
106
## Tags
@@ -41,6 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
| <aname="input_airflow_docker_images"></a> [airflow\_docker\_images](#input\_airflow\_docker\_images)| Docker images for the associated Airflow services. | <pre>object({<br> airflow = object({<br> name = string<br> tag = string<br> })<br> })</pre> | <pre>{<br> "airflow": {<br> "name": "ghcr.io/unity-sds/unity-sps/sps-airflow",<br> "tag": "2.5.8"<br> }<br>}</pre> | no |
191
+
| <aname="input_airflow_docker_images"></a> [airflow\_docker\_images](#input\_airflow\_docker\_images)| Docker images for the associated Airflow services. | <pre>object({<br> airflow = object({<br> name = string<br> tag = string<br> })<br> })</pre> | <pre>{<br> "airflow": {<br> "name": "ghcr.io/unity-sds/unity-sps/sps-airflow",<br> "tag": "2.6.0"<br> }<br>}</pre> | no |
192
192
| <aname="input_airflow_webserver_password"></a> [airflow\_webserver\_password](#input\_airflow\_webserver\_password)| The password for the Airflow webserver and UI. |`string`| n/a | yes |
193
193
| <aname="input_airflow_webserver_username"></a> [airflow\_webserver\_username](#input\_airflow\_webserver\_username)| The username for the Airflow webserver and UI. |`string`|`"admin"`| no |
194
-
| <aname="input_dag_catalog_repo"></a> [dag\_catalog\_repo](#input\_dag\_catalog\_repo)| Git repository that stores the catalog of Airflow DAGs. | <pre>object({<br> url = string<br> ref = string<br> dags_directory_path = string<br> })</pre> | <pre>{<br> "dags_directory_path": "airflow/dags",<br> "ref": "develop",<br> "url": "https://github.com/unity-sds/unity-sps.git"<br>}</pre> | no |
194
+
| <aname="input_dag_catalog_repo"></a> [dag\_catalog\_repo](#input\_dag\_catalog\_repo)| Git repository that stores the catalog of Airflow DAGs. | <pre>object({<br> url = string<br> ref = string<br> dags_directory_path = string<br> })</pre> | <pre>{<br> "dags_directory_path": "airflow/dags",<br> "ref": "main",<br> "url": "https://github.com/unity-sds/unity-sps.git"<br>}</pre> | no |
195
195
| <aname="input_deployment_name"></a> [deployment\_name](#input\_deployment\_name)| The name of the deployment. |`string`|`""`| no |
| <aname="input_mcp_ami_owner_id"></a> [mcp\_ami\_owner\_id](#input\_mcp\_ami\_owner\_id)| The owner ID of the MCP AMIs |`string`|`"794625662971"`| no |
202
202
| <aname="input_ogc_processes_docker_images"></a> [ogc\_processes\_docker\_images](#input\_ogc\_processes\_docker\_images)| Docker images for the associated OGC Processes API services. | <pre>object({<br> ogc_processes_api = object({<br> name = string<br> tag = string<br> })<br> git_sync = object({<br> name = string<br> tag = string<br> })<br> redis = object({<br> name = string<br> tag = string<br> })<br> })</pre> | <pre>{<br> "git_sync": {<br> "name": "registry.k8s.io/git-sync/git-sync",<br> "tag": "v4.2.4"<br> },<br> "ogc_processes_api": {<br> "name": "ghcr.io/unity-sds/unity-sps-ogc-processes-api/unity-sps-ogc-processes-api",<br> "tag": "2.0.0"<br> },<br> "redis": {<br> "name": "redis",<br> "tag": "7.4.0"<br> }<br>}</pre> | no |
203
203
| <aname="input_project"></a> [project](#input\_project)| The project or mission deploying Unity SPS. |`string`|`"unity"`| no |
204
-
| <aname="input_release"></a> [release](#input\_release)| The software release version. |`string`|`"24.4"`| no |
204
+
| <aname="input_release"></a> [release](#input\_release)| The software release version. |`string`|`"25.1"`| no |
205
205
| <aname="input_service_area"></a> [service\_area](#input\_service\_area)| The service area owner of the resources being deployed. |`string`|`"sps"`| no |
206
206
| <aname="input_tags"></a> [tags](#input\_tags)| Tags for the deployment (unused) |`map(string)`| <pre>{<br> "empty": ""<br>}</pre> | no |
207
207
| <aname="input_venue"></a> [venue](#input\_venue)| The MCP venue in which the resources will be deployed. |`string`| n/a | yes |
0 commit comments