Skip to content

Commit

Permalink
airflow: Fix software migration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Nov 15, 2024
1 parent 657b012 commit 308abd4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "honeybee_task_get_software",
"description": "Get saved software information by honeybee.",
"api_connection_id": "honeybee_api",
"swagger_yaml_endpoint": "/honeybee/api/doc.yaml",
"endpoint": "/source_group/{sgId}/software"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"sgId": "ddcfa917-17e0-4718-a878-f1e99f97ed6d"
}
},
{
"name": "get_software",
"task_component": "honeybee_task_get_software",
"path_params": {
"sgId": "ddcfa917-17e0-4718-a878-f1e99f97ed6d"
}
},
{
"name": "software_migration_nfs_server",
"task_component": "grasshopper_task_software_migration",
Expand Down

0 comments on commit 308abd4

Please sign in to comment.