~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/app-bundles/reddit/reddit_store/precise/reddit/config.yaml

  • Committer: MMorana
  • Date: 2016-03-24 01:18:40 UTC
  • Revision ID: mass@ubuntu.com-20160324011840-blxydmf7ca4ggle0
Splitting out demos from install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Another nice option here would be to include the REVNO and REPO as a configuration option as I see you are using git based deployment. This would help alleviate the added stress on the charm author when the charm appears 'broken' due to a broken release being in -HEAD, or someone that wants to fork the reddit service and run their own patches.
2
 
 
3
 
 
4
 
options:
5
 
  revno:
6
 
    type: string
7
 
    default: ""
8
 
    description: "The revision number of the repository to pull."
9
 
  repo:
10
 
    type: string
11
 
    default: "https://github.com/reddit/reddit.git"
12
 
    description: "The git repository to pull the reddit codebase from."
13
 
  development-mode:
14
 
    type: boolean
15
 
    default: False
16
 
    description: "Populates the reddit database with test data."
17
 
  # int-option:
18
 
  #   type: int
19
 
  #   default: 9001
20
 
  #   description: "A short description of the configuration option"
21