You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units
Sloane Hertel 9687879840
Fix inventory cache interface (#50446)
* Replace InventoryFileCacheModule with a better developer-interface

Use new interface for inventory plugins with backwards compatibility

Auto-update the backing cache-plugin if the cache has changed after parsing the inventory plugin

* Update CacheModules to use the config system and add a deprecation warning if they are being imported directly rather than using cache_loader

* Fix foreman inventory caching

* Add tests

* Add integration test to check that fact caching works normally with cache plugins using ansible.constants and inventory caching provides a helpful error for non-compatible cache plugins

* Add some developer documentation for inventory and cache plugins

* Add user documentation for inventory caching

* Add deprecation docs

* Apply suggestions from docs review

* Add changelog
6 years ago
..
cli
compat
config
contrib
errors
executor
inventory_test_data/group_vars
mock
module_utils Python 2: accept both long and int for type=int (module options) (#53289) 6 years ago
modules To fix bug on switch port issue of L3 interfaces. (#53267) 6 years ago
parsing
playbook
plugins Fix inventory cache interface (#50446) 6 years ago
regex Add toggle to control invalid character substitution in group names (#52748) 6 years ago
template
utils
vars Fix inventory cache interface (#50446) 6 years ago
__init__.py
ansible.cfg
conftest.py
test_constants.py
test_context.py