Juju Charm - Placement
Go to file
Felipe Reyes 97223f60ac Prevent update-status to run unrequired handlers
Before the update-status hook would run handlers that are expected to
run when the configuration changes or relations added/removed.

The update-status hook doesn't hold the machine lock which makes
concurrent hook executions possible and seen in the gate where for
example multiple "apt-get" executions trying to acquire dpkg's lock.

Closes-Bug: #2016893
Change-Id: I63bfd9903057cbea2db8de4f1b612601aacb568d
2023-04-24 13:37:45 +00:00
src Prevent update-status to run unrequired handlers 2023-04-24 13:37:45 +00:00
unit_tests Prevent update-status to run unrequired handlers 2023-04-24 13:37:45 +00:00
.gitignore Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
.gitreview Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
.stestr.conf Initial Commit 2019-10-15 18:13:51 +00:00
.zuul.yaml Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
LICENSE Initial Commit 2019-10-15 18:13:51 +00:00
README.md Moving IRC network reference to OFTC 2021-07-08 18:30:52 -05:00
bindep.txt Add bindep.txt 2023-04-24 09:37:14 -04:00
build-requirements.txt Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
charmcraft.yaml Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
metadata.yaml Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
osci.yaml Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
pip.sh Add xena bundles 2021-09-29 09:38:17 +00:00
rebuild Add xena bundles 2021-09-29 09:38:17 +00:00
rename.sh Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
requirements.txt Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
test-requirements.txt Charmhub migration for stable/train (bionic-only) 2022-06-23 12:18:03 +01:00
tox.ini Pin tox to < 4.0.0 2023-01-13 15:23:57 -05:00

README.md

Overview

This is a "source" charm, which is intended to be strictly the top layer of a built charm. This structure declares that any included layer assets are not intended to be consumed as a layer from a functional or design standpoint.

Test and Build

Building, pushing and publishing to the charm store is automated by CI to ensure consistent flow. Manually building is useful for development and testing, however.

tox -e pep8
tox -e py37
tox -e build

Contact Information

OFTC IRC: #openstack-charms