~dannf/charms/+source/scalebot-jenkins:charm-build-warnings

Last commit made on 2017-09-29
Get this branch:
git clone -b charm-build-warnings 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 merges

Branch information

Name:
charm-build-warnings
Repository:
lp:~dannf/charms/+source/scalebot-jenkins

Recent commits

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

36ce18b... by dann frazier

Improve config descriptions

581d7c6... by dann frazier

Add support for model defaults config (for proxies)

80c9558... by dann frazier

Add support for configuring juju and bootstrapping a controller

This previously had to be done manually after deploy.

b51ba8d... by Sean Feole

-- Added async-timeout to wheelhouse required for updates to scalebot tests
-- Fixed the reactive script which required explictily setting "True"
   to the git_clone function since my git_pull function will take
   action depending on the return of git_clone()

ef7d42f... by Sean Feole

- Cleaned up leftover code that was not required