~dannf/charms/+source/scalebot-jenkins:quickstart

Last commit made on 2017-10-12
Get this branch:
git clone -b quickstart https://git.launchpad.net/~dannf/charms/+source/scalebot-jenkins
Only dann frazier can upload to this branch. If you are dann frazier please log in for upload directions.

Branch information

Name:
quickstart
Repository:
lp:~dannf/charms/+source/scalebot-jenkins

Recent commits

c1ed91a... by dann frazier

Add a quickstart section to README.md

6595bcf... by dann frazier

Fix typo (s/iamge/image/)

fd6a1f2... by dann frazier

Change comment syntax to stop comments from being rendered on jujucharms.com

bdba1b9... by dann frazier

Make lp_ssh_key config optional

An ssh key is only needed when your scalebot config repo has a git+ssh://
URI. If you're accessing a public repo anonymously (git://), you should
be able to leave this empty.

4ddd2a3... by dann frazier

Destroy the lab controller on charm stop hook

0f1b609... by dann frazier

Add empty default settings for config

Fixes the following warnings from 'charm build':

proof: W: config.yaml: option scalebot_juju_bootstrap_constraints does not have the keys: default
proof: W: config.yaml: option scalebot_repo does not have the keys: default
proof: W: config.yaml: option scalebot_juju_model_defaults does not have the keys: default
proof: W: config.yaml: option scalebot_juju_credentials does not have the keys: default
proof: W: config.yaml: option lp_ssh_key does not have the keys: default
proof: W: config.yaml: option scalebot_juju_clouds does not have the keys: default
proof: W: config.yaml: option scalebot_branch does not have the keys: default

5d8fd80... by dann frazier

metadata.yaml: add tags list

Fixes the following warning during charm build:

proof: W: Metadata missing required field "tags"

6ec1fdb... by dann frazier

Add links to referenced projects

6bdb582... by dann frazier

Add README.md

f178a11... by dann frazier

 Add config to allow passing in constraints for scalebot's juju controller