ACCESS-NRI / model-config-inputs

Repo for remote modification of model configuration inputs and storage of their metadata
Apache License 2.0
0 stars 0 forks source link

Create User-Dispatchable Workflow to Move Config Inputs #1

Closed CodeGat closed 2 weeks ago

CodeGat commented 1 month ago

Currently, we require someone to login as tm70_ci to move configuration inputs into /g/data/vk83/configurations/inputs since it is restricted.

This is a bit painful, so create a workflow that takes in:

Require sign off by developers, and log the inputs so we have visibility.

The workflow should copy source to target as tm70_ci and set appropriate ACLs.

Tasks

CodeGat commented 3 weeks ago

Per a conversation with @aidanheerdegen:

We should tack on the ability to store modified (created/updated/deleted) inputs on tape, in a structure like so:

input_backup/
├── 20240228/
│   ├── manifest.yaml
│   └── <update 1>
└── 20250101/
    ├── manifest.yaml
    └── <update 2> 

In which the datestamp subdirectory format is yet to be determined.

CodeGat commented 3 weeks ago

@aidanheerdegen I might need a hand regarding the commands for putting something on tape storage...