Merge lp:~thedac/charm-helpers/dnsha into lp:charm-helpers
| Status: | Merged |
|---|---|
| Merged at revision: | 584 |
| Proposed branch: | lp:~thedac/charm-helpers/dnsha |
| Merge into: | lp:charm-helpers |
| Diff against target: |
546 lines (+393/-19) 6 files modified
charmhelpers/contrib/hahelpers/cluster.py (+59/-10) charmhelpers/contrib/openstack/ha/utils.py (+111/-0) charmhelpers/contrib/openstack/ip.py (+7/-4) tests/contrib/hahelpers/test_cluster_utils.py (+110/-5) tests/contrib/openstack/ha/test_ha_utils.py (+98/-0) tests/contrib/openstack/test_ip.py (+8/-0) |
| To merge this branch: | bzr merge lp:~thedac/charm-helpers/dnsha |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Alex Kavanagh | Approve on 2016-06-14 | ||
| charmers | 2016-06-09 | Pending | |
|
Review via email:
|
|||
Commit Message
DNS HA Helpers
Start the process of moving HA helpers into the openstack contrib area
Add the helper for API charms to use DNS HA
Add validation for new DNS config options in HA
Allow resolve_address to override with DNS or not
Description of the Change
DNS HA Helpers
Start the process of moving HA helpers into the openstack contrib area
Add the helper for API charms to use DNS HA
Add validation for new DNS config options in HA
Allow resolve_address to override with DNS or not
- 582. By Ryan Beisner on 2016-06-13
-
[jamespage,
r=1chb1n] Update amulet helpers to deploy charms from the charm store As part of the migration to git/gerrit and with the introduction of
layered charms, the charm store really needs to be the definative
source of truth for all charms during test.Switch the charm resolver code to pick the correct charms from the
charm store for amulet tests.This does change behaviour in that base charms are deployed aligned
to the test series where possible; otherwise the most recent Ubuntu
series is used instead - results in mysql/trusty + keystone/xenial
for example. - 583. By James Page on 2016-06-14
-
Enable default git repo generation if a default openstack-
origin- git value is specified.
| Alex Kavanagh (ajkavanagh) wrote : | # |
| David Ames (thedac) wrote : | # |
Response inline
| David Ames (thedac) wrote : | # |
As per request, Exceptions are now thrown immediately for Incomplete or Incorrect HA configurations to avoid confusion.
- 584. By David Ames on 2016-06-14
-
[thedac, r=tinwood] DNS HA Helpers
Start the process of moving HA helpers into the openstack contrib area
Add the helper for API charms to use DNS HA
Add validation for new DNS config options in HA
Allow resolve_address to override with DNS or not


Just some discussion on status_set() - see inline comments.