adjutant/adjutant
Adrian Turjak c750fd6d6c Rework Adjutant's config system to use CONFspirator
CONFspirator was written to just specifically for Adjutant
and it allows us to do oslo.config style config management
and definition with nested groups and for yaml.

This is a major change that touches vast amounts of the
code simply because of how much the config touches.

Actions, Tasks, DelegateAPIs, and Notification Handlers
now can define config in their own class and this will
be added to the config.

All the other config is located in `adjutant.config`,
with everything now registed nicely on the config tree,
and grouped in much saner ways.

CONFspirator will also now allow Adjutant to be entirely
configured via environment variables.

We have removed `modify_dict_settings` because that is
now entirely handled by CONFspirator's test utils.

`NotificationEngine`s are now `NotificationHandler`s.

`test_settings.py` is gone! And we now have better ways
to define test settings and defaults.

Project line length bumped to 88, and bugbear added to enforce
that instead.

Story: 2004488

Change-Id: I1d97d72d06b3a3a5df90355d3a4b4fe414381424
2020-02-05 19:07:04 +13:00
..
actions Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
api Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
commands Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
common Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
config Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
notifications Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
startup Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
tasks Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
__init__.py Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
exceptions.py Major refactor of the Adjutant task layer 2019-12-04 14:24:57 +13:00
middleware.py Renaming StackTask to Adjutant 2017-05-17 12:25:45 +12:00
plugins.py Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
settings.py Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00
urls.py Renaming StackTask to Adjutant 2017-05-17 12:25:45 +12:00
version.py Convert setup to use pbr 2019-05-17 11:56:30 +12:00
wsgi.py Rework Adjutant's config system to use CONFspirator 2020-02-05 19:07:04 +13:00