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
I'd love to have a concierge preset for packing charms, that:
sets up lxd without bootstrapping it;
installs charmcraft.
Currently, I could use the microk8s preset, but installing microk8s is unnecessary and slows things down by approximately 5 minutes every time.
Solutions
I have two ideas:
have a charmcraft preset that does what I wrote above;
have a craft preset that also installs the snapcraft and rockcraft snaps, following what's already done in the microk8s preset, but without juju and microk8s.
I can open a PR for this after I hear your thoughts; what do you think?
The text was updated successfully, but these errors were encountered:
Problem
Currently, when we pack charms in CI, we setup the environment with:
I'd love to have a concierge preset for packing charms, that:
lxd
without bootstrapping it;charmcraft
.Currently, I could use the
microk8s
preset, but installingmicrok8s
is unnecessary and slows things down by approximately 5 minutes every time.Solutions
I have two ideas:
charmcraft
preset that does what I wrote above;craft
preset that also installs thesnapcraft
androckcraft
snaps, following what's already done in themicrok8s
preset, but withoutjuju
andmicrok8s
.I can open a PR for this after I hear your thoughts; what do you think?
The text was updated successfully, but these errors were encountered: