~openstack-charmers-archive/charms/trusty/ceph-osd/next

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2016-02-25 15:48:22 UTC
  • mfrom: (60.2.3 ceph-osd.lp1523871)
  • Revision ID: james.page@ubuntu.com-20160225154822-esdcm2vg0h4m7w2d
Add support for multiple l3 networks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
    description: |
108
108
      The IP address and netmask of the public (front-side) network (e.g.,
109
109
      192.168.0.0/24)
 
110
      .
 
111
      If multiple networks are to be used, a space-delimited list of a.b.c.d/x
 
112
      can be provided.
110
113
  ceph-cluster-network:
111
114
    type: string
112
115
    default:
113
116
    description: |
114
117
      The IP address and netmask of the cluster (back-side) network (e.g.,
115
118
      192.168.0.0/24)
 
119
      .
 
120
      If multiple networks are to be used, a space-delimited list of a.b.c.d/x
 
121
      can be provided.
116
122
  prefer-ipv6:
117
123
    type: boolean
118
124
    default: False