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
Copy file name to clipboardExpand all lines: README.md
+64Lines changed: 64 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,3 +266,67 @@ See the [`workflow.scenario.preparation` README](https://github.com/RMI-PACTA/wo
266
266
The required files are:
267
267
268
268
- dependent on what sceanrios are meant to be included
269
+
270
+
## Promotion of Datasets to PROD
271
+
272
+
### `workflow.transiton.monitor`
273
+
274
+
Data sets to prepare images from [`workflow.transition.monitor`](https://github.com/RMI-PACTA/workflow.transition.monitor/) are stored in the `pactadatadev` Storage Account (`RMI-SP-PACTA-DEV` Resource Group), in the file share `workflow-data-preparation-outputs`.
275
+
The dataset used is defined by the directory name in the build config foreach image (`build/config/rmi_pacta_YYYYqX_ZZZZ.json`),in the `data_share_path` key.
276
+
277
+
### `workflow.pacta.webapp` and `workflow.pacta.dashboard`
278
+
279
+
For the [workflow.pacta.webapp](https://github.com/RMI-PACTA/workflow.pacta.webapp/) and [workflow.pacta.dashboard](https://github.com/RMI-PACTA/workflow.pacta.dashboard/) images, the PACTA data is expected as a bind mount to the docker image (rather than "baked in", as with `workflow.transition.monitor`).
280
+
For Azure Container Instances running on our tenant, the expected file share to mount is `pacta_data`, in the `rmipactawebappdata` Storage Account (in the `RMI-SP-PACTA-WEU-PAT-DEV` Resource Group).
281
+
The top level directories in that File Share correspond to the directories in the `pactadatadev/workflow-data-preparation-outputs` file share, and should be passed as environment variables to the docker image (see workflow repos for more detail).
282
+
283
+
### Transferring from `pactadatadev` to `rmipactawebappdata`
284
+
285
+
Prepared datasets can be copied from `pactadatadev` to `rmipactawebappdata` with the following commands:
286
+
287
+
```sh
288
+
289
+
DIRNAME="2023Q4_20240718T150252Z"# Change as needed.
0 commit comments