5be4dae...
by
David Ames
on 2019-10-24
Updates for stable branch creation
Set default branch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.
Change-Id: Id59409022bd7c1 3ba83673fd16ac3 cbeba036242
6660558...
by
Felipe Reyes
on 2019-10-10
Stop resource before deleting it.
Pacemaker will refuse to delete a resource that it's running, so it needs
to be stopped always before deleting it.
Change-Id: I3c6acdef401e9e c18fedc65e9c77d b4719fe60ec
Closes-Bug: #1838528
66d5bfb...
by
Ryan Beisner
on 2019-09-30
Sync charm/ceph helpers, tox, and requirements
Change-Id: I4b121d65211622 a8a1ff36c553376 d1cc5ad89d7
6ed2bb0...
by
Ryan Beisner
on 2019-09-12
Standardize auxiliary file location across os-charms
Change-Id: Ifaa5453bc0703c 77184184e05c53d 21649f6b92e
Closes-Bug: #1843826
8767086...
by
Camille Rodriguez
on 2019-08-26
Add disco-stein bundle to gate tests
The bundle disco-stein was in the dev bundles because
a bug with the Python 3.7 syntax prevented the success of
the deployment of HA clusters. This bug is fixed, we can
reintegrate disco-stein in the gate bundles.
Other small additions:
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_ interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.
LP Related-Bug: #1823718
Change-Id: Icc28a2fcecc41b 7479d62fd6e3bed 8e53d89299b
f71fe59...
by
Alex Kavanagh
on 2019-07-23
Fix log update-status error
This patch adds a dummy update_status function so that the update-status
hook 'has' a function to run and thus silence the log error.
Change-Id: Ia0ed9367809fd4 7c10ad6a5701155 5589a7d940c
Closes-bug: #1837639
4391170...
by
Chris MacNaughton
on 2019-08-15
Update series metadata
Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata. Dev release tests are enabled separately
because of chickens and eggs.
Change-Id: I97d1a1381314ce 6dc0952ef75f793 6ccc9fcf212
9660cb5...
by
Zuul <email address hidden>
on 2019-08-13
Merge "Add Python 3 Train unit tests"
bef29dd...
by
Corey Bryant
on 2019-07-12
Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.
See the Train python3-updates goal document for details:
https:/ /governance. openstack. org/tc/ goals/train/ python3- updates. html
Note that python35-charm-jobs is retained since this charm is supported
on Xenial.
Change-Id: I63d7a250d2f1e3 6d072eb00c277a7 04a2fb5ff9d
Story: #2005924
Task: #34228
ccb44ce...
by
Chris MacNaughton
on 2019-07-22
Add logging when a resource is not running
Change-Id: I34ca8068b5e373 c6e0374d61656a7 e3cb22ce901
Partial-Bug: #1837401