lp:charm-masakari

Get this repository:
git clone https://git.launchpad.net/charm-masakari

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://opendev.org/openstack/charm-masakari.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-02-24 19:54:24 UTC
Updates for caracal testing support

Author: Alex Kavanagh
Author Date: 2024-02-09 18:15:47 UTC

Updates for caracal testing support

These updates, on the master branch, are to support testing the caracal
packages and support of the charms for caracal. They do NOT lock the charms
down, and don't change the testing branches to stable branches.

Change-Id: I75d4112af25ae1980e9901b35325c798040e7294

stable/2024.1 2024-02-24 19:54:24 UTC
Updates for caracal testing support

Author: Alex Kavanagh
Author Date: 2024-02-09 18:15:47 UTC

Updates for caracal testing support

These updates, on the master branch, are to support testing the caracal
packages and support of the charms for caracal. They do NOT lock the charms
down, and don't change the testing branches to stable branches.

Change-Id: I75d4112af25ae1980e9901b35325c798040e7294

stable/2023.2 2023-11-02 18:28:29 UTC
Updates for testing period for 23.10 release

Author: Alex Kavanagh
Author Date: 2023-10-17 17:03:39 UTC

Updates for testing period for 23.10 release

* charm-helpers sync for classic charms
* build.lock file for reactive charms
* ensure tox.ini is from release-tools
* Locked requirements using pip-compile:
  * existing (test-)requirements.txt ->
    (test-)requirements.in
  * pip-compile to *-py3[8|10].txt using python3.8
    and python3.10.
  * Updated tox.ini to use the appropriate merged
    requirements-*.txt files.
* Removal of lunar from metadata, charmcraft.yaml
  osci.yaml, tests.yaml and associated bundles.
* Locked libs and tests to stable/bobcat branches for:
  * charm-helpers
  * charms.openstack
  * zaza
  * zaza-openstack-tests

Change-Id: I1e1d865d7ace920be89b616df81eff2531df40f5

stable/train 2023-09-20 22:33:47 UTC
[train] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-18 14:04:43 UTC

[train] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/832
Closes-Bug: #2028683

Change-Id: I6e735e30ec7ba3edc85a1873569d2d98d286beb7

stable/victoria 2023-09-12 17:41:18 UTC
[victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete rela...

Author: Alex Kavanagh
Author Date: 2023-08-17 19:43:26 UTC

[victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

Update bundles so that pacemaker-remote uses focal/edge rather than the
(non-existent) victoria/edge channel.

[1] https://github.com/juju/charm-helpers/pull/830
Closes-Bug: #2028683

Change-Id: I27a0acbfc53941a24d8cd852ea31673762d7779a

stable/zed 2023-09-07 02:14:44 UTC
[zed] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-18 16:39:31 UTC

[zed] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/826
Closes-Bug: #2028683

Change-Id: Ie32bf3d425f0f9fab5737f39c55a497581398d6a

stable/wallaby 2023-09-06 13:07:10 UTC
[wallaby] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-17 15:28:50 UTC

[wallaby] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/829
Closes-Bug: #2028683

Change-Id: Idd192f1f96551abe301fd5b1dd5823a47a823d00

stable/xena 2023-09-06 12:45:05 UTC
[xena] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-17 12:55:52 UTC

[xena] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/828
Closes-Bug: #2028683

Change-Id: I3ff6b70ac9505da457d6f25899b5d373016b73d0

stable/ussuri 2023-08-18 11:16:54 UTC
[ussuri] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-18 11:14:31 UTC

[ussuri] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/831
Closes-Bug: #2028683

Change-Id: I4fb5c6dd294b60d48adfb232dcabaa1ef5de4f5a

stable/2023.1 2023-08-17 10:24:46 UTC
[2023.1] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-15 21:22:12 UTC

[2023.1] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/825
Closes-Bug: #2028683

Change-Id: I5f342692a6e70fb4b3c9fbc27e39a2afed90e4ba

stable/yoga 2023-08-17 10:19:16 UTC
[yoga] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

Author: Alex Kavanagh
Author Date: 2023-08-15 14:13:22 UTC

[yoga] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/827
Closes-Bug: #2028683

Change-Id: Ia9b78bd0710297342fee994776840557e809789e

stable/21.10 2021-10-21 14:01:20 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:41 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I2247659630e684e2d18b59d5b3cbf2b3ea5128df

stable/queens 2021-10-21 14:01:20 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:41 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I2247659630e684e2d18b59d5b3cbf2b3ea5128df

stable/rocky 2021-10-21 14:01:20 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:41 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I2247659630e684e2d18b59d5b3cbf2b3ea5128df

stable/stein 2021-10-21 14:01:20 UTC
21.10 - Release

Author: Alex Kavanagh
Author Date: 2021-10-21 13:49:41 UTC

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I2247659630e684e2d18b59d5b3cbf2b3ea5128df

stable/21.04 2021-08-26 12:13:18 UTC
Fix wrong series in hirsute test bundle

Author: Aurelien Lourot
Author Date: 2021-06-21 09:57:59 UTC

Fix wrong series in hirsute test bundle

Without this fix deployment fails with
ERROR cannot deploy bundle: cannot add unit for
application "masakari": acquiring machine to host
unit "masakari/0": cannot assign unit "masakari/0"
to machine 12: series does not match

Change-Id: Ib436e8916cb31fe049bc0a641fbd29fda2e0f260
(cherry picked from commit 737cea6409dbf9899e9ba985bbfa87232ddb3854)

stable/21.01 2021-02-10 19:11:56 UTC
Updates for stable branch creation 21.01

Author: Aurelien Lourot
Author Date: 2021-02-10 19:11:45 UTC

Updates for stable branch creation 21.01

Set default branch for git review/gerrit.
Switch tests to stable.
Switch to using stable charm-helpers branch.
Switch to using stable charm.openstack branch.
Switch to using stable zaza branch.
Switch to using stable zaza-openstack-tests branch.

Change-Id: I546a0b01fb41dd46837b299663b9f7ed8c5281e6

stable/20.10 2021-01-15 09:18:39 UTC
Fix install hook on Groovy

Author: Aurelien Lourot
Author Date: 2020-11-05 11:49:23 UTC

Fix install hook on Groovy

python-apt has been replaced by python3-apt on Groovy.
Also add Groovy to the test gate.

Closes-Bug: #1911884
Change-Id: I69d97400aa59cd8f3dfe73ae869a611225e35c5f
(cherry picked from commit dd3e2fb901e1369dae857269e329c85e8373ca33)

stable/20.08 2020-09-15 16:48:20 UTC
Add TLS Support

Author: Márton Kiss
Author Date: 2020-08-06 10:15:02 UTC

Add TLS Support

The Masakari API service need to be TLS-terminated. This patch applies the
ssl_ options in render_config function.

Change-Id: I0acdaaf4ab6eb150d0d562cd978601726456d035
Closes-Bug: #1889787
(cherry picked from commit 2a901dc9cb2a21c1d7fe87f240e554fbc9ea88e7)

stable/20.05 2020-06-11 10:31:18 UTC
Add missing taskflow section

Author: Liam Young
Author Date: 2020-06-09 08:48:39 UTC

Add missing taskflow section

The 'taskflow' section was missing from the masakari config file *1.
Without this notification details cannot be retrieved. The 'taskflow'
section was introduced in stein *2

Adding the taskflow section causes masakari db sync to initialize new
tables which have exposed a missing dep on sqlalchemy-utils (Bug 1882900). So
until that is fixed ensure sqlalchemy-utils is installed too.

*1 https://docs.openstack.org/masakari/latest/configuration/sample_config.html
*2 https://docs.openstack.org/releasenotes/masakari/stein.html#new-features

Change-Id: I850b9978d879cecbcfd2b03491779d31c676b235
Closes-Bug: #1882656
(cherry picked from commit f051c76cf3971b08bd561b5256812fe09d45d14b)

stable/20.02 2020-04-28 21:18:11 UTC
Rebuild reactive APIs for layer-basic regression

Author: David Ames
Author Date: 2020-04-28 21:18:06 UTC

Rebuild reactive APIs for layer-basic regression

Fix regression in layer-basic which failed to unpack new dependencies
properly during the upgrade-charm hook.

Github Issue: #166
Closes Bug: #1875496

Change-Id: I4937150fc2d86bf9c8703ab19e749eb23e8b9889

stable/19.10 2019-10-24 19:25:24 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2019-10-24 19:25:19 UTC

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: I19fb51dbf526749e5f19342f163c076d47c59b2b

stable/19.07 2019-08-12 16:41:07 UTC
Updates for stable branch creation

Author: David Ames
Author Date: 2019-08-12 16:41:02 UTC

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: Ife4d5280e4f6b7a42ac8ff9c4549ddf1eab02cfa

stable/19.04 2019-03-28 18:27:36 UTC
Switch to SSL testing

Author: Liam Young
Author Date: 2019-03-28 18:27:36 UTC

Switch to SSL testing

124 of 24 results
This repository contains Public information 
Everyone can see this information.