~thedac/openstack-mojo-specs/ha-automation

« back to all changes in this revision

Viewing changes to helper/bundles/haphase1-next.yaml

  • Committer: Ryan Beisner
  • Date: 2017-09-05 21:37:34 UTC
  • Revision ID: ryan.beisner@canonical.com-20170905213734-teort9zfs0b5k26l
Update swift-proxy-* collect names

Collect names must match application names for the stable-to-next
specs, because in Juju 2, the upgrade charm command requires a path
to the checked out charm, not just the base path containing all
charms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    swift-proxy-hacluster:
94
94
      charm: hacluster
95
95
    swift-storage-z1:
96
 
      charm: swift-storage
 
96
      charm: swift-storage-z1
97
97
      constraints: mem=1G
98
98
      options:
99
99
        zone: 1
100
100
        block-device: vdb
101
101
        overwrite: "true"
102
102
    swift-storage-z2:
103
 
      charm: swift-storage
 
103
      charm: swift-storage-z2
104
104
      constraints: mem=1G
105
105
      options:
106
106
        zone: 2
107
107
        block-device: vdb
108
108
        overwrite: "true"
109
109
    swift-storage-z3:
110
 
      charm: swift-storage
 
110
      charm: swift-storage-z3
111
111
      constraints: mem=1G
112
112
      options:
113
113
        zone: 3