lp://staging/~freyes/charm-helpers/lp1642430
- Get this branch:
- bzr branch lp://staging/~freyes/charm-helpers/lp1642430
Branch merges
- Jorge Niedbalski (community): Approve
- Chris MacNaughton (community): Approve
-
Diff: 303 lines (+211/-14)2 files modifiedcharmhelpers/contrib/openstack/context.py (+9/-6)
tests/contrib/openstack/test_os_contexts.py (+202/-8)
Related bugs
Bug #1642430: cinder-ceph not using data from ceph-proxy relation | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 697. By Felipe Reyes
-
Make the list space separated instead of comma separated
This change is to make the list of the same format of the one defined in
the configuration of ceph-proxy, this avoids extra manipulation of the data - 695. By Felipe Reyes
-
Allow ceph-public-address to contain a list of IPs
Ceph relation allows units to hand off an IP different from the
public-address or private-address using the ceph-public-address key, that
key can hold a single IP address, this patch extends CephContext to be
able to handle a list of comma separated addresses.This is needed to let ceph-proxy hand off the IPs of the monitor hosts from
an external Ceph cluster (LP: #1642430) - 691. By Liam Young
-
[thedac, gnuoy, r=ajkavanagh] expect_ha function checks for VIP or dns-ha settings
In OpenStack charms that relate to hacluster it may take time for
hacluster to complete. In the meantime the charm needs a way to be
informed to wait for hacluster. Simply checking for the relation is
too racey. This function checks for tell tale configuration
parameters. The charm can then react accordingly.Partial-bug: #1661392
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charm-helpers