Juju Charm - Designate
Go to file
Camille Rodriguez f10f67473d 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: I323b079ec538ebc2184724325fad00bbe2092e9b
2019-09-04 14:48:57 -04:00
src Add disco-stein bundle to gate tests 2019-09-04 14:48:57 -04:00
unit_tests Ensure pool manager is restarted when pools change 2019-04-09 06:34:03 +00:00
.gitignore Enable designate to list on all interfaces 2017-11-29 11:58:36 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:27:49 +00:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:11:03 -05:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-30 10:19:41 -04:00
LICENSE Add License info 2016-07-13 14:02:28 +00:00
README.md Add .gitreview and clean up repo 2016-07-22 12:01:10 +00:00
rebuild Rebuild for sync charms.openstack 2019-08-02 10:55:06 -07:00
requirements.txt Update requirements 2018-10-04 10:51:40 -05:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:11:03 -05:00
tox.ini Add disco-stein bundle to gate tests 2019-09-04 14:48:57 -04:00

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 py34  # or py27 or py35
tox -e build

Contact Information

Freenode IRC: #openstack-charms