~ibmcharmers/charms/trusty/ibm-platform-rtm/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
options:
 accept-ibm-prtm-license:
    type: boolean
    default: False 
    description: |
        The IBM Platform RTM software can only be used by
        accepting the terms and conditions for IBM Platform RTM License.
        Setting this option to True
        indicates that you have read and accepted the IBM Platform RTM terms and
        conditions found in the license file. The details about accessing
        the license(s) can be found in the README.  
 prtm_datapoller_pkg_sha:
    type: string
    default: ""
    description: |
        Checksum value to check integrity of IBM Platform RTM datapoller package. The Charm uses 
        sha1sum to check the integrity. If empty, it does not carry out the 
        integrity check.The command to find the checksum is
        sha1sum <Package Name> | cut -d" " -f1
 prtm_server_pkg_sha:
    type: string
    default: ""
    description: |
        Checksum value to check integrity of IBM Platform RTM server package. The Charm uses
        sha1sum to check the integrity. If empty, it does not carry out the
        integrity check.The command to find the checksum is
        sha1sum <Package Name> | cut -d" " -f1