~jose/charms/precise/juju/fix-proof-errors

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2011-09-22 14:46:56 UTC
  • Revision ID: james.page@canonical.com-20110922144656-d04vkiqxabbubjwa
Various feature implementations including using upstream archives

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    type: string
4
4
    default: git gcc make bzr
5
5
    description: Tooling to deploy alongside jenkins
6
 
 
 
6
  release:
 
7
    type: string
 
8
    default: distro
 
9
    description: |
 
10
     Source of Jenkins, options include:
 
11
     - distro: only use the Ubuntu distribution - this
 
12
       is the default and only works on Oneiric.
 
13
     - lts: use the most recent Jenkins LTS release.
 
14
     - trunk: use the most recent Jenkins release.
 
15
  username:
 
16
    type: string
 
17
    default: admin
 
18
    description: Admin user username - used to manage
 
19
      slave nodes so please don't change in Jenkins.
 
20
  password:
 
21
    type: string
 
22
    default: admin
 
23
    description: Admin user password - used to manage
 
24
      slave nodes so please don't change in Jenkins.