~ibmcharmers/charms/xenial/ibm-db2/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Ankammarao Chittet
  • Date: 2017-02-22 09:10:29 UTC
  • Revision ID: achittet@in.ibm.com-20170222091029-tquu7bjhik7i9pxa
2nd checkin for IBM-DB2 charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"options":
 
2
  "extra_packages":
 
3
    "description": "Space separated list of extra deb packages to install.\n"
 
4
    "type": "string"
 
5
    "default": ""
 
6
  "package_status":
 
7
    "default": "install"
 
8
    "type": "string"
 
9
    "description": "The status of service-affecting packages will be set to this value\
 
10
      \ in the dpkg database. Valid values are \"install\" and \"hold\".\n"
 
11
  "install_sources":
 
12
    "description": "List of extra apt sources, per charm-helpers standard format (a\
 
13
      \ yaml list of strings encoded as a string). Each source may be either a line\
 
14
      \ that can be added directly to sources.list(5), or in the form ppa:<user>/<ppa-name>\
 
15
      \ for adding Personal Package Archives, or a distribution component to enable.\n"
 
16
    "type": "string"
 
17
    "default": ""
 
18
  "install_keys":
 
19
    "description": "List of signing keys for install_sources package sources, per\
 
20
      \ charmhelpers standard format (a yaml list of strings encoded as a string).\
 
21
      \ The keys should be the full ASCII armoured GPG public keys. While GPG key\
 
22
      \ ids are also supported and looked up on a keyserver, operators should be aware\
 
23
      \ that this mechanism is insecure. null can be used if a standard package signing\
 
24
      \ key is used that will already be installed on the machine, and for PPA sources\
 
25
      \ where the package signing key is securely retrieved from Launchpad.\n"
 
26
    "type": "string"
 
27
    "default": ""
2
28
  "curl_url":
3
29
    "type": "string"
4
30
    "default": ""
27
53
      can proceed. If required, setting this option to True indicates that you
28
54
      have read and accepted the IBM terms and conditions found in the license
29
55
      file referenced by the charm.
30
 
  "extra_packages":
31
 
    "description": "Space separated list of extra deb packages to install.\n"
32
 
    "type": "string"
33
 
    "default": ""
34
 
  "package_status":
35
 
    "default": "install"
36
 
    "type": "string"
37
 
    "description": "The status of service-affecting packages will be set to this value\
38
 
      \ in the dpkg database. Valid values are \"install\" and \"hold\".\n"
39
 
  "install_sources":
40
 
    "description": "List of extra apt sources, per charm-helpers standard format (a\
41
 
      \ yaml list of strings encoded as a string). Each source may be either a line\
42
 
      \ that can be added directly to sources.list(5), or in the form ppa:<user>/<ppa-name>\
43
 
      \ for adding Personal Package Archives, or a distribution component to enable.\n"
44
 
    "type": "string"
45
 
    "default": ""
46
 
  "install_keys":
47
 
    "description": "List of signing keys for install_sources package sources, per\
48
 
      \ charmhelpers standard format (a yaml list of strings encoded as a string).\
49
 
      \ The keys should be the full ASCII armoured GPG public keys. While GPG key\
50
 
      \ ids are also supported and looked up on a keyserver, operators should be aware\
51
 
      \ that this mechanism is insecure. null can be used if a standard package signing\
52
 
      \ key is used that will already be installed on the machine, and for PPA sources\
53
 
      \ where the package signing key is securely retrieved from Launchpad.\n"
54
 
    "type": "string"
55
 
    "default": ""
56
56
  "dftdbpath":
57
57
    "type": "string"
58
58
    "default": "/tmp"