Permalink
Fetching contributors…
Cannot retrieve contributors at this time
50 lines (47 sloc) 1.22 KB
name: conjure-up
version: 2.0.0.7
summary: Package runtime for conjure-up spells
description: >
This package provides conjure-up, an interface to installing spells that
provide the user with an end to end walkthrough experience for installing and
using big software.
confinement: strict
apps:
conjure-up:
command: conjure-up -c $SNAP/etc/conjure-up.conf --spell-dir $HOME/spells --spell-definitions $SNAP/spell-definitions.yaml
plugs: [home]
python3:
command: python3
shell:
command: bash
parts:
conjure:
plugin: python3
source: https://github.com/ubuntu/conjure-up.git
source-type: git
requirements: parts/conjure/src/requirements.txt
stage-packages:
- bsdtar
- coreutils
- lxd-client
- lxd
- jq
- charm-tools
- charm
- python3-glanceclient
- python3-neutronclient
- python3-openstackclient
juju:
plugin: nil
stage-packages:
- juju
snap:
- usr/bin/juju*
- usr/lib/juju*
conjure-configs:
plugin: copy
source: https://github.com/ubuntu/conjure-up.git
source-type: git
files:
etc/conjure-up.conf: etc/conjure-up.conf
share/spell-definitions.yaml: spell-definitions.yaml