Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple local path snaps to be installed #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

claudiubelu
Copy link
Contributor

@claudiubelu claudiubelu commented Feb 13, 2025

In airgapped environments, multiple snaps may be downloaded and then installed from local paths. The k8s snap depends on core20 snap.

With this change, /capi/etc/snap-local-path may be a folder containing local snaps to install. This change preserved the old behaviour.

Fixes: #104

Copy link
Contributor

@bschimke95 bschimke95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What else is required for #104 to be resolved? Can we just add it here?

@claudiubelu claudiubelu force-pushed the install-multiple-local-path-snaps branch from cedbd8c to 6c3b35b Compare February 19, 2025 15:27
@claudiubelu claudiubelu marked this pull request as ready for review February 19, 2025 15:33
@claudiubelu claudiubelu requested a review from a team as a code owner February 19, 2025 15:33
@claudiubelu claudiubelu marked this pull request as draft February 19, 2025 15:58
In airgapped environments, multiple snaps may be downloaded and then
installed from local paths. The k8s snap depends on core20 snap.

With this change, /capi/etc/snap-local-path may be a folder containing
local snaps to install. This change preserved the old behaviour.
@claudiubelu claudiubelu force-pushed the install-multiple-local-path-snaps branch from 6c3b35b to d335d05 Compare February 25, 2025 14:26
@claudiubelu claudiubelu marked this pull request as ready for review February 25, 2025 14:26
@claudiubelu
Copy link
Contributor Author

What else is required for #104 to be resolved? Can we just add it here?

I think this should be enough.

Copy link
Contributor

@bschimke95 bschimke95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Airgapped installation using LocalPath is incomplete
2 participants