~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
download:
  description: Download install packages from sftp server.
  params:
    username:
      type: string
      description: Username of the sftp server.
    password:
      type: string
      description: Password of the sftp server.
    host:
      type: string
      description: Hostname of the sftp server.
    packagedir:
      type: string
      description: The full path  on the sftp server containing the install packages. The  directory path should end with the charm name.e.g, ibm-platform-rtm

  required: [username,password,host,packagedir]
  additionalProperties: false