An open API service indexing awesome lists of open source software.

https://github.com/mconf/charms


https://github.com/mconf/charms

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Mconftec Juju charms

Juju is an open source, application and service modelling tool from Ubuntu that
helps you deploy, manage and scale your applications on any cloud.

Charms are sets of scripts for deploying and operating software. With event
handling built in, they can declare interfaces that fit charms for other
services, so relationships can be formed.

## Install Juju

[Juju reference install](https://docs.jujucharms.com/2.3/en/reference-install)

## Get these charms

```shell
git clone https://github.com/mconftec/charms
```

## Or write your own

[Juju charm writing](https://docs.jujucharms.com/2.3/en/authors-charm-writing)

## Run Juju's charm

Juju offers a bootstrap interface for running charms in several cloud services.
We will explore LXD for local testing the scripts and Amazon Web Service
for running the tests.

[Juju in cloud](https://docs.jujucharms.com/2.3/en/clouds)

### Locally

[Running Juju with LXD](https://docs.jujucharms.com/2.3/en/clouds-LXD)

*notice that LXD environment can be tricky when trying to run other
containerized applications*

### AWS Cloud

[Running Juju with AWS](https://docs.jujucharms.com/2.3/en/help-aws)