lp:~dbuliga/charm-helpers/charm-helpers
- Get this branch:
- bzr branch lp:~dbuliga/charm-helpers/charm-helpers
Branch merges
- Marco Ceppi: Approve on 2016-08-30
- Alex Kavanagh: Approve on 2016-08-12
-
Diff: 3240 lines (+1863/-724)19 files modifiedcharmhelpers/core/host.py (+28/-59)
charmhelpers/core/host_factory/centos.py (+56/-0)
charmhelpers/core/host_factory/ubuntu.py (+56/-0)
charmhelpers/core/kernel.py (+21/-15)
charmhelpers/core/kernel_factory/centos.py (+17/-0)
charmhelpers/core/kernel_factory/ubuntu.py (+13/-0)
charmhelpers/fetch/__init__.py (+28/-299)
charmhelpers/fetch/bzrurl.py (+4/-3)
charmhelpers/fetch/centos.py (+171/-0)
charmhelpers/fetch/giturl.py (+4/-3)
charmhelpers/fetch/ubuntu.py (+313/-0)
charmhelpers/osplatform.py (+19/-0)
tests/__init__.py (+4/-0)
tests/core/test_host.py (+200/-44)
tests/core/test_kernel.py (+89/-43)
tests/fetch/test_archiveurl.py (+2/-1)
tests/fetch/test_bzrurl.py (+2/-1)
tests/fetch/test_fetch.py (+830/-253)
tests/fetch/test_giturl.py (+6/-3)
Branch information
Recent revisions
- 619. By Denis Buliga on 2016-08-10
-
Added Support for CentOS and unit tests. Addressed review comments
- 618. By James Page on 2016-08-02
-
Set a minimum PG count of 2, to avoid math domain errors in small OSD setups
- 616. By Liam Young on 2016-08-01
-
[ajkavanagh r=gnuoy] Add a v3 version of service catalog checking
This adds a keystone v3 version of service catalog checking to the
contrib/openstack/ amulet/ utils.py file. - 615. By Stuart Bishop on 2016-07-29
-
[axino, r=stub] nrpe: make add_init_
service_ checks support systemd - 614. By Liam Young on 2016-07-21
-
[corey.bryant, r=gnuoy] Install networking-hyperv when deploying neutron-api from source.
- 612. By Liam Young on 2016-07-21
-
[gnuoy, r=jamespage] Only write out CA cert if it has changed
Only write out CA cert and run the update-
ca-certificates if the cert has
actually changed. This reduces the risk of certs being pulled from under services
which are trying to do client side certificate validation on remote https
endpoints.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:charm-helpers

