~lazypower/charms/trusty/nexentaedge-swift-gw/metadata-typo

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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
options:
  replicast_eth:
    type: string
    default: "eth1"
    description: "Network interface name of dedicated storage network for cluster communication."
  profile:
    type: string
    default: "balanced"
    description: "Used to specify profile: capacity, balanced or performance. Balanced is a default"
  nodocker:
    type: boolean 
    default: True
    description: |
      Do not perform docker preparation on server node.
  exclude:
    type: string
    default: ''
    description: |
      Used to specify comma separated exclude disks list. Exclude
      disks list persistently stored and it tells system never use
      and always skip it during automated disk layouting. Most common
      use case here is to exclude disk(s) used by "other" application.

      Note that automated layouting will skip all partitioned and/or
      mounted disks by default.

      Example:  sdd,sde
  reserved:
    type: string
    default: ''
    description: |
      Used to specify comma separated reserved disks list. Reserved
      disks list is used to skip disks from automated disk layouting.
      Most common use case is to reserve disks for future use.

      Example: sdg,sdk
  operator-roles:
    default: "Member,Admin"
    type: string
    description: |
      Comma-separated list of Swift operator roles; used when integrating with OpenStack Keystone.
  region:
    default: RegionOne
    type: string
    description: |
      OpenStack region that the NEDGE gateway supports; used when integrating with OpenStack Keystone.