~yrrsinn/charms/trusty/quobyte-registry/trunk

1 by Bruno Ranieri
Initial charm
1
options:
2
  repo_id:
3
    type: string
4
    default: ''
5
    description: 'Set to customer repository id.'
6
  oracle-java-license-accepted:
7
    default: false
8
    type: boolean
9
    description: "Quobyte depends on an Oracle Java 8 Installation. Set parameter to accept the Java License, obtainable at http://java.com/license"
10
  overwrite:
11
    default: false
12
    type: boolean
13
    description: "If 'true', charm will attempt to overwrite storage containing previous filesystem, assuming it is not in use."