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

Comment out the snap interfaces till approved #13681

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,27 @@ apps:
# Make sure we access snap binaries first (i.e. juju-metadata lp:1759013)
PATH: "$SNAP/bin:$SNAP/usr/bin:/snap/bin:$PATH"
command: bin/juju
plugs:
- network
- ssh-keys
- lxd
# Even though the snap is being build as classic, the store still places the
# snap in a review queue despite these not being needed in classic.
# plugs:
# - network
# - ssh-keys
# - lxd
# Needed so that juju can still use the real ~/.local/share/juju.
- config-juju
# - config-juju
# Needed to read lxd config.
- config-lxd
# - config-lxd
# Needed to read ~/.kube, ~/.novarc, ~/.aws etc.
- cloud-credentials-juju
# - cloud-credentials-juju
# Needed so that arbitrary cloud/credential yaml files can be read.
- home
# - home
fetch-oci:
daemon: oneshot
command: wrappers/fetch-oci
start-timeout: 3m
stop-timeout: 35s
plugs:
- network
# plugs:
# - network

parts:
wrappers:
Expand Down