New Charm: Discourse
Bug #1370242 reported by
Nate Finch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juju Charms Collection |
Incomplete
|
Undecided
|
Nate Finch |
Bug Description
This charm uses the new official docker image to install discourse.
Please find the code here:
https:/
To post a comment you must log in.
Hey, Nate!
First of all, thanks for submitting a Discourse charm to the Charm Store. I believe it will be a great addition to the current collection of charms.
I have taken a first look at the branch and have found a couple things:
* It does not have tests. Currently, charms proposed for trusty need to have tests in order to be included on the charm store.
* config.yaml values don't contain a default value. In order for `charm proof`, our linting tool, to pass, all values in config.yaml must contain a default. You can use `default: "" ` for blank and `default:` for a NoneType value.
* It needs to contain a copyright file, and needs to be licensed under an open source license
Based on that, I am moving this bug to 'Incomplete'. Please move it to New or Fix Committed once it's ready for another review. Thanks again for your efforts in the Discourse charm!