~fginther/charms/trusty/jenkaas/add-default-user

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Francis Ginther
  • Date: 2015-06-19 02:59:34 UTC
  • Revision ID: francis.ginther@canonical.com-20150619025934-xsgeqrfe2e1k0lbg
Add support for default security and a default jenkins user.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    type: string
5
5
    description: |
6
6
      Environment (devel, staging, production, etc.) that we're running.
 
7
  username:
 
8
    default: "admin"
 
9
    type: string
 
10
    description: |
 
11
      Default jenkins account username.
 
12
  password:
 
13
    default: "admin"
 
14
    type: string
 
15
    description: |
 
16
      Default jenkins account password.
7
17
  config-file:
8
18
    type: string
9
19
    description: |