Skip to content

Commit

Permalink
Drop local-charm-overlay.yaml.j2 and add ZAZA_FEATURE_BUG472=1
Browse files Browse the repository at this point in the history
The overlay duplicates what is already in focal.yaml, and it is
causing the gate deployment to fail as follows:

ERROR cannot deploy bundle: the provided bundle has the
  following errors:
charm path in application "ceph-dashboard" does not exist:
  /ceph-dashboard.charm

Additionally this sets ZAZA_FEATURE_BUG472=1 for test runs as
deployments cannot get a public address otherwise:
  openstack-charmers/zaza#472

Depends-On: https://review.opendev.org/c/openstack/charm-ceph-dashboard/+/830967
Change-Id: I2b65cbb9c8d5c8b978b1474ac216a527bea09cb5
  • Loading branch information
Corey Bryant committed Mar 15, 2022
1 parent 011733c commit 8c8d4dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions tests/bundles/overlays/local-charm-overlay.yaml.j2

This file was deleted.

1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ minversion = 3.2.0
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
CHARM_DIR={envdir}
ZAZA_FEATURE_BUG472=1
install_command =
pip install {opts} {packages}
commands = stestr run --slowest {posargs}
Expand Down

0 comments on commit 8c8d4dd

Please sign in to comment.