airshipit / airshipctl

A CLI for managing declarative infrastructure.
Apache License 2.0
43 stars 49 forks source link

AiaP - Develop a method to support caching on a remote node #645

Closed eak13 closed 2 years ago

eak13 commented 2 years ago

Proposed change Airship in a Pod provides the ability for users to cache items like binaries, ISO images, manifests, etc. This allows users to skip time consuming steps like having to build the image each time AiaP is run.

The current mechanism only supports caching within the current node where AiaP is running. AiaP needs the ability to support caching outside of the local node so cached files are accessible on a remote node .

wahlstedtw commented 2 years ago

I'll work on this one.

wahlstedtw commented 2 years ago

Patchset was merged to solve this issue: https://review.opendev.org/c/airship/airshipctl/+/820580

eak13 commented 2 years ago

Thanks. we can close this one out