~codersquid/layer-snap:handle-empty-resources

Last commit made on 2016-12-14
Get this branch:
git clone -b handle-empty-resources https://git.launchpad.net/~codersquid/layer-snap
Only Sheila Miguez can upload to this branch. If you are Sheila Miguez please log in for upload directions.

Branch merges

Branch information

Name:
handle-empty-resources
Repository:
lp:~codersquid/layer-snap

Recent commits

03d2687... by Sheila Miguez

check file size before attempting to install resource

1dbef3c... by Stuart Bishop

Ensure snapd is installed, for Trusty deployments.

e2add22... by Stuart Bishop

Restart the snapd service after hacking its environment

A restart is required after the daemon-reload in our hack to
add proxy support to snapd.

c6dd6b3... by Stuart Bishop

Prefer using the newly renamed --dangerous flag

The --force-dangerous flag has been renamed to --dangerous
(with the old flag still working for backwards compatibility).
Switch to using the preferred and documented variant.

23281ee... by Stuart Bishop

Connect plugs and slots and store connections via web proxy

Slots and plugs to connect together can now be declared in
layer.yaml, along with the channel and confinement options.

A snap_proxy config option has been added, and if set Snappy
will be reconfigured to use it. This provides an alternative
to resources for network restricted deployments.

e6032cf... by Stuart Bishop

Support Juju 1.25 in store-only mode.

Charms that need to support both Juju 1.25 and Juju 2.0+
cannot declare the snap resource in metadata.yaml. They will
only be able to install and update from the snap store.

hookenv.resource_get() fails hard if called from a Juju 1.25
deploy. We can fix this problem there, but need to work around
it in this layer until that fix is released.

d6ad15f... by Stuart Bishop

Fix README.md formatting

59ecdc9... by Stuart Bishop

Snap layer