charm-helpers:stable/queens

Last commit made on 2022-03-14
Get this branch:
git clone -b stable/queens https://git.launchpad.net/charm-helpers

Branch merges

Branch information

Name:
stable/queens
Repository:
lp:charm-helpers

Recent commits

a911964... by Billy Olsen <email address hidden>

Merge pull request #686 from ajkavanagh/queens-tempita

Remove tempita as it doesn't seem to be required anymore

2521ba0... by Alex Kavanagh <email address hidden>

Remove tempita as it doesn't seem to be required anymore

Cherry-pick from #674.

b332795... by Aurelien Lourot

Merge pull request #660 from ajkavanagh/stable/21.10

Fix get_mon_map() for octopus and later

4fd5aab... by Alex Kavanagh

Fix get_mon_map() for octopus and later

The "ceph mon_status" command seems to have disappeared on octopus and
later, and is replaced by "ceph quorum_status". This changes the
get_mon_map() function to detect the underlying ceph version and do the
right thing.

Cherry-picked from: 1cf0226b
Related-Bug: https://bugs.launchpad.net/charm-ceph-mon/+bug/1951094

26efcd0... by Brett <email address hidden>

Added watermark_scale_factor tuning (#609)

* Added watermark_scale_factor tuning

Adds a method for determining an appropriate vm.watermark_scale_factor
value for baremetal systems.

Implements: spec memory-fragmentation-tuning

* WIP: Added watermark_scale_factor tuning

- improving tests
- implemented suggested changes

* Changes based on feedback

* Working tests

* pep8 fixes

* py2.7 fixes

* py2.7 fixes

* watermark as const

* Reuse get_total_ram from core.host

Removed get_memtotal implementation and tests

* const WMARK_MAX

Co-authored-by: Brett Milford <email address hidden>

b5725ac... by Aurelien Lourot

Merge pull request #641 from jtroup/spelling-fixes

Spelling fixes.

c25951d... by James Troup

Spelling fixes.

f9d6d2f... by Aurelien Lourot

Merge pull request #637 from javacruft/impish-enablement

Add impish to the list of Ubuntu releases.

b38f6aa... by Aurelien Lourot

Merge pull request #638 from javacruft/fixup-failing-tests

Fix failing unit tests

1e7143e... by James Page

Merge pull request #620 from juju/dependabot/pip/jinja2-2.11.3

Bump jinja2 from 2.11 to 2.11.3