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

« back to all changes in this revision

Viewing changes to charms/trusty/nedge-swift-gw/config.yaml

  • Committer: anton.skriptsov at nexenta
  • Date: 2015-11-11 22:13:28 UTC
  • Revision ID: anton.skriptsov@nexenta.com-20151111221328-78ddkdelwzq5e410
nedge-swift-gw initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  replicast_eth:
 
3
    type: string
 
4
    default: "eth2"
 
5
    description: "Network interface name for replicast traffic"
 
6
  profile:
 
7
    type: string
 
8
    default: "capacity"
 
9
    description: "Used to specify profile: capacity, balanced or performance. Capacity is a default"
 
10
  nodocker:
 
11
    type: boolean 
 
12
    default: False
 
13
    description: |
 
14
      Do not perform docker preparation on server node.
 
15
  exclude:
 
16
    type: string
 
17
    default: ''
 
18
    description: |
 
19
      Used to specify comma separated exclude disks list. Exclude
 
20
      disks list persistently stored and it tells system never use
 
21
      and always skip it during automated disk layouting. Most common
 
22
      use case here is to exclude disk(s) used by "other" application.
 
23
 
 
24
      Note that automated layouting will skip all partitioned and/or
 
25
      mounted disks by default.
 
26
 
 
27
      Example:  sdd,sde
 
28
  reserved:
 
29
    type: string
 
30
    default: ''
 
31
    description: |
 
32
      Used to specify comma separated reserved disks list. Reserved
 
33
      disks list is used to skip disks from automated disk layouting.
 
34
      Most common use case is to reserve disks for future use.
 
35
 
 
36
      Example: sdg,sdk
 
37