Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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
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:
- juju
- bsdtar
- coreutils
- lxd-client
- lxd
- jq
- charm-tools
- charm
- python3-glanceclient
- python3-neutronclient
- python3-openstackclient
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/keyword-definitions.yaml: usr/share/conjure-up/keyword-definitions.yaml
share/hooklib: usr/share/conjure-up/hooklib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment