~ajkavanagh/openstack-mojo-specs/remove-cinder-from-vrrp-ha

« back to all changes in this revision

Viewing changes to helper/bundles/full-vrrpha-next.yaml

  • Committer: Alex Kavanagh
  • Date: 2017-09-14 13:15:50 UTC
  • Revision ID: alex.kavanagh@canonical.com-20170914131550-l8tq5vvo3vjnllay
Remove cinder from vrrp_ha bundle

Cinder isn't needed for the bundle, and since Ocata causes errors
due to cinder not being completely configured (missing backends).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      options:
38
38
        instance-mtu: 1300
39
39
        bridge-mappings: physnet1:br-ex
40
 
    cinder:
41
 
      charm: cinder
42
 
      options:
43
 
        block-device: "None"
44
 
        glance-api-version: 2
45
 
      constraints": mem=1G
46
40
    glance:
47
41
      charm: glance
48
42
      constraints: mem=1G
59
53
    - [ nova-compute, glance ]
60
54
    - [ glance, mysql ]
61
55
    - [ glance, keystone ]
62
 
    - [ glance, "cinder:image-service" ]
63
 
    - [ cinder, mysql ]
64
 
    - [ cinder, rabbitmq-server ]
65
 
    - [ cinder, nova-cloud-controller ]
66
 
    - [ cinder, keystone ]
67
56
    - [ neutron-gateway, nova-cloud-controller ]
68
57
    - [ openstack-dashboard, keystone ]
69
58
openstack-singlerabbit: