Juju Charm - Designate
Go to file
Corey Bryant a971729627 Enable functional tests for train
This patch also updates the smoke test to run train.

Update designate.conf template to switch to use listen
configuration stanza for Rocky and later; api_host/api_port
have been dropped in Train.

Depends-On: https://review.opendev.org/#/c/678249/
Change-Id: I1b7c4120a5942a9799de1e72ea55464fd27c76c0
2019-10-14 10:54:59 +01:00
src Enable functional tests for train 2019-10-14 10:54:59 +01:00
unit_tests Enable default certificates handler 2019-09-03 09:06:03 +02: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 layer-openstack 2019-08-22 09:00:19 +02: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 Sync charm/ceph helpers, tox, and requirements 2019-10-01 12:57:32 -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 py34  # or py27 or py35
tox -e build

Contact Information

Freenode IRC: #openstack-charms