Skip to main content

Uplink Task

Task type: dphi.space.cg2.uplink

Purpose

Uplink files from namespace storage to a specific volume and file path onboard Clustergate-2.

Definition

  - id: [task name]
type: dphi.space.cg2.uplink
description: [task description]
source:
- config.yaml
- /tests/calibration.json
destination: /data/config
volume: payload
warning

Uplink volume on the Flight Model (FM) is limited, you can only upload 5Mb at a time per operation.

Inputs

  • id: Name of the task.
  • description: Description of the task.
  • source: List of file paths to uplink from the namespace storage.
  • destination: Folder onboard Clustergate-2 where to uplink all of the files, within the volume.
  • volume: Required volume name to uplink the files to.

Outputs

  • status: Boolean success flag.
  • message: Error message, if any.

Common failure reasons

  • One or more source files are missing on the ground storage.
  • Remote destination is invalid.