Ensure all information of run is kept in cache (save whole runtime in cache) #220

Closed
opened 2021-11-20 15:21:46 +00:00 by ungleich-gitea · 1 comment

Created by: telmich

So that at some point in the future a "replay" or "reconfigure" or "report" or "diff" is possible.

Proposed solution:

- missing items
    - initial manifest may be specified on commandline
        - always save the initial manifest to $__global/initial-manifest
            - currently it is a lost tempfile
    - remote exec / remote copy
        - save to $__global/remote_exec 
        - save to $__global/remote_copy
- stdout and stderr of everything
    - need to implement Steven's patch of stderr/stdout capturing
- exit code of cdist
- if it is complete, we can use it for replay / reconfigure
*Created by: telmich* So that at some point in the future a "replay" or "reconfigure" or "report" or "diff" is possible. Proposed solution: ``` - missing items - initial manifest may be specified on commandline - always save the initial manifest to $__global/initial-manifest - currently it is a lost tempfile - remote exec / remote copy - save to $__global/remote_exec - save to $__global/remote_copy - stdout and stderr of everything - need to implement Steven's patch of stderr/stdout capturing - exit code of cdist - if it is complete, we can use it for replay / reconfigure ```
ungleich-gitea added the
feature
documentation
Stale
labels 2021-11-20 15:21:46 +00:00
Author
Owner

closed

closed
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#220
No description provided.