~openstack-charm-testers/+junk/keystone-ssl

« back to all changes in this revision

Viewing changes to bundles/dev/storage-ceph-az.yaml

  • Committer: Ryan Beisner
  • Date: 2016-03-17 21:23:20 UTC
  • Revision ID: ryan.beisner@canonical.com-20160317212320-uztw7l3xgyy0bp8h
Update ceph az dev bundle

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
series: trusty
2
 
services: 
3
 
  "ceph-osd":
4
 
    branch: https://review.openstack.org/openstack/charm-ceph-osd#changeref=293694/4
5
 
    num_units: 3
6
 
    options: 
7
 
      "ephemeral-unmount": /mnt
8
 
      "osd-devices": /dev/vdb
9
 
  "ceph-mon":
10
 
    branch: https://review.openstack.org/openstack/charm-ceph-mon#changeref=293982/2
11
 
    num_units: 3
12
 
    options: 
13
 
      "customize-failure-domain": true
14
 
relations: 
15
 
  - - "ceph-osd:mon"
16
 
    - "ceph-mon:osd"
 
 
b'\\ No newline at end of file'
 
1
base:
 
2
  services:
 
3
    ceph-osd:
 
4
      branch: https://review.openstack.org/openstack/charm-ceph-osd#changeref=293694/4
 
5
      num_units: 3
 
6
      constraints: tags=netspaces
 
7
      options:
 
8
        ephemeral-unmount: /mnt
 
9
        osd-devices: /dev/vdb /dev/sdb
 
10
    ceph-mon:
 
11
      branch: https://review.openstack.org/openstack/charm-ceph-mon#changeref=293982/2
 
12
      num_units: 3
 
13
      options:
 
14
        customize-failure-domain: true
 
15
      to:
 
16
        - "lxc:ceph-osd=0"
 
17
        - "lxc:ceph-osd=1"
 
18
        - "lxc:ceph-osd=2"
 
19
  relations:
 
20
    - - "ceph-osd:mon"
 
21
      - "ceph-mon:osd"
 
22
precise:
 
23
  inherits: base
 
24
  series: precise
 
25
trusty:
 
26
  inherits: base
 
27
  series: trusty
 
28
wily:
 
29
  inherits: base
 
30
  series: wily
 
31
xenial:
 
32
  inherits: base
 
33
  series: xenial