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

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