.coveragerc
.git-blame-ignore-revs
.gitignore
.gitreview
.mailmap
.wmfconfig
CHANGELOG.rst
COPYRIGHT
LICENSE
README.rst
prospector.yaml
pyproject.toml
setup.cfg
setup.py
tox.ini
doc/Makefile
doc/examples/config.yaml
doc/source/conf.py
doc/source/configuration.rst
doc/source/cookbook.rst
doc/source/development.rst
doc/source/docutils.conf
doc/source/index.rst
doc/source/installation.rst
doc/source/introduction.rst
doc/source/release.rst
doc/source/_static/theme_overrides.css
doc/source/api/index.rst
doc/source/api/spicerack.administrative.rst
doc/source/api/spicerack.alerting.rst
doc/source/api/spicerack.alertmanager.rst
doc/source/api/spicerack.apiclient.rst
doc/source/api/spicerack.apt.rst
doc/source/api/spicerack.confctl.rst
doc/source/api/spicerack.constants.rst
doc/source/api/spicerack.cookbook.rst
doc/source/api/spicerack.dbctl.rst
doc/source/api/spicerack.debmonitor.rst
doc/source/api/spicerack.decorators.rst
doc/source/api/spicerack.dhcp.rst
doc/source/api/spicerack.dnsdisc.rst
doc/source/api/spicerack.elasticsearch_cluster.rst
doc/source/api/spicerack.exceptions.rst
doc/source/api/spicerack.ganeti.rst
doc/source/api/spicerack.hosts.rst
doc/source/api/spicerack.icinga.rst
doc/source/api/spicerack.interactive.rst
doc/source/api/spicerack.ipmi.rst
doc/source/api/spicerack.k8s.rst
doc/source/api/spicerack.kafka.rst
doc/source/api/spicerack.locking.rst
doc/source/api/spicerack.mediawiki.rst
doc/source/api/spicerack.mysql.rst
doc/source/api/spicerack.netbox.rst
doc/source/api/spicerack.orchestrator.rst
doc/source/api/spicerack.peeringdb.rst
doc/source/api/spicerack.puppet.rst
doc/source/api/spicerack.redfish.rst
doc/source/api/spicerack.redis_cluster.rst
doc/source/api/spicerack.remote.rst
doc/source/api/spicerack.reposync.rst
doc/source/api/spicerack.service.rst
doc/source/api/spicerack.toolforge.etcdctl.rst
doc/source/api/spicerack.toolforge.rst
doc/source/api/spicerack.typing.rst
spicerack/__init__.py
spicerack/_cookbook.py
spicerack/_log.py
spicerack/_menu.py
spicerack/_module_api.py
spicerack/administrative.py
spicerack/alerting.py
spicerack/alertmanager.py
spicerack/apiclient.py
spicerack/apt.py
spicerack/confctl.py
spicerack/constants.py
spicerack/cookbook.py
spicerack/dbctl.py
spicerack/debmonitor.py
spicerack/decorators.py
spicerack/dhcp.py
spicerack/dnsdisc.py
spicerack/elasticsearch_cluster.py
spicerack/exceptions.py
spicerack/ganeti.py
spicerack/hosts.py
spicerack/icinga.py
spicerack/interactive.py
spicerack/ipmi.py
spicerack/k8s.py
spicerack/kafka.py
spicerack/locking.py
spicerack/mediawiki.py
spicerack/mysql.py
spicerack/netbox.py
spicerack/orchestrator.py
spicerack/peeringdb.py
spicerack/puppet.py
spicerack/py.typed
spicerack/redfish.py
spicerack/redis_cluster.py
spicerack/remote.py
spicerack/reposync.py
spicerack/service.py
spicerack/typing.py
spicerack/tests/__init__.py
spicerack/tests/sphinx_checker.py
spicerack/tests/vulture_whitelist.py
spicerack/tests/fixtures/config.yaml
spicerack/tests/fixtures/config_bad_external_modules.yaml
spicerack/tests/fixtures/config_empty_base_dirs.yaml
spicerack/tests/fixtures/config_external_modules.yaml
spicerack/tests/fixtures/config_multiple_base_dirs.yaml
spicerack/tests/fixtures/config_wrong_overrides.yaml
spicerack/tests/fixtures/alertmanager/config.yaml
spicerack/tests/fixtures/confctl/config.yaml
spicerack/tests/fixtures/confctl/schema.yaml
spicerack/tests/fixtures/config/valid.yaml
spicerack/tests/fixtures/cookbook/cookbooks/__do_not_add_init_py_file_here__
spicerack/tests/fixtures/cookbook/cookbooks/cookbook.py
spicerack/tests/fixtures/cookbook/cookbooks/multiple.py
spicerack/tests/fixtures/cookbook/cookbooks/root.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/__init__.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/call_another_cookbook.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/example.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/get_runner_raise.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/init_abort.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/lock_args.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/multiple.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/rollback.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/rollback_raise.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/runtime_description.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/runtime_description_raise.py
spicerack/tests/fixtures/cookbook/cookbooks/class_api/use_external_modules.py
spicerack/tests/fixtures/cookbook/cookbooks/group1/__init__.py
spicerack/tests/fixtures/cookbook/cookbooks/group1/cookbook1.py
spicerack/tests/fixtures/cookbook/cookbooks/group2/__init__.py
spicerack/tests/fixtures/cookbook/cookbooks/group2/cookbook2.py
spicerack/tests/fixtures/cookbook/cookbooks/group2/zcookbook4.py
spicerack/tests/fixtures/cookbook/cookbooks/group2/subgroup1/__init__.py
spicerack/tests/fixtures/cookbook/cookbooks/group2/subgroup1/cookbook3.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/__init__.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/argparse_ok.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/argument_parser_raise_system_exit.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/get_argument_parser_raise.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/get_argument_parser_raise_system_exit_str.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/invalid_syntax.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/keyboard_interrupt.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/missing_run_function.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/non_zero_exit.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/raise_exception.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/raise_system_exit_0.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/raise_system_exit_9.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/raise_system_exit_str.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/empty_subgroup/__init__.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/invalid_subgroup/__init__.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/invalid_subgroup/skipped.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/subgroup3/__init__.py
spicerack/tests/fixtures/cookbook/cookbooks/group3/subgroup3/cookbook4.py
spicerack/tests/fixtures/debmonitor/config.ini
spicerack/tests/fixtures/discovery/authdns.yaml
spicerack/tests/fixtures/elasticsearch/config.yaml
spicerack/tests/fixtures/external_cookbook/cookbooks/__do_not_add_init_py_file_here__
spicerack/tests/fixtures/external_cookbook/cookbooks/external_cookbook.py
spicerack/tests/fixtures/external_cookbook/cookbooks/external_group/__init__.py
spicerack/tests/fixtures/external_cookbook/cookbooks/external_group/cookbook1.py
spicerack/tests/fixtures/external_modules/__init__.py
spicerack/tests/fixtures/external_modules/spicerack_extender.py
spicerack/tests/fixtures/external_modules/spicerack_ext/__init__.py
spicerack/tests/fixtures/external_modules/spicerack_ext/cool_feature.py
spicerack/tests/fixtures/ganeti/404.json
spicerack/tests/fixtures/ganeti/bogus.json
spicerack/tests/fixtures/ganeti/config.yaml
spicerack/tests/fixtures/ganeti/groups.json
spicerack/tests/fixtures/ganeti/groups_bulk.json
spicerack/tests/fixtures/ganeti/info.json
spicerack/tests/fixtures/ganeti/instance.json
spicerack/tests/fixtures/ganeti/nodes.json
spicerack/tests/fixtures/ganeti/nodes_bulk.json
spicerack/tests/fixtures/icinga/status_downtimed.json
spicerack/tests/fixtures/icinga/status_invalid.json
spicerack/tests/fixtures/icinga/status_missing.json
spicerack/tests/fixtures/icinga/status_valid.json
spicerack/tests/fixtures/icinga/status_with_acknowledged_failures.json
spicerack/tests/fixtures/icinga/status_with_acknowledged_warnings.json
spicerack/tests/fixtures/icinga/status_with_all_acknowledged_failures.json
spicerack/tests/fixtures/icinga/status_with_empty_failed_services.json
spicerack/tests/fixtures/icinga/status_with_failed_services.json
spicerack/tests/fixtures/icinga/status_with_failed_services_downtimed.json
spicerack/tests/fixtures/icinga/status_with_failed_services_partially_downtimed.json
spicerack/tests/fixtures/icinga/status_with_no_matching_services.json
spicerack/tests/fixtures/icinga/status_with_services.json
spicerack/tests/fixtures/icinga/status_with_services_downtimed.json
spicerack/tests/fixtures/kafka/config.yaml
spicerack/tests/fixtures/locking/config.yaml
spicerack/tests/fixtures/mysql/single_show_slave_status.json
spicerack/tests/fixtures/mysql/single_show_slave_status.out
spicerack/tests/fixtures/netbox/config.yaml
spicerack/tests/fixtures/peeringdb/asn.json
spicerack/tests/fixtures/peeringdb/ixlan.json
spicerack/tests/fixtures/phabricator/valid.conf
spicerack/tests/fixtures/redis_cluster/cluster.yaml
spicerack/tests/fixtures/remote/config.yaml
spicerack/tests/fixtures/remote/config_installer.yaml
spicerack/tests/fixtures/reposync/config.yaml
spicerack/tests/fixtures/service/service.yaml
spicerack/tests/unit/__init__.py
spicerack/tests/unit/conftest.py
spicerack/tests/unit/test__cookbook.py
spicerack/tests/unit/test__log.py
spicerack/tests/unit/test_administrative.py
spicerack/tests/unit/test_alerting.py
spicerack/tests/unit/test_alertmanager.py
spicerack/tests/unit/test_apiclient.py
spicerack/tests/unit/test_apt.py
spicerack/tests/unit/test_confctl.py
spicerack/tests/unit/test_cookbook.py
spicerack/tests/unit/test_dbctl.py
spicerack/tests/unit/test_debmonitor.py
spicerack/tests/unit/test_decorators.py
spicerack/tests/unit/test_dhcp.py
spicerack/tests/unit/test_dnsdisc.py
spicerack/tests/unit/test_elasticsearch_cluster.py
spicerack/tests/unit/test_ganeti.py
spicerack/tests/unit/test_hosts.py
spicerack/tests/unit/test_icinga.py
spicerack/tests/unit/test_init.py
spicerack/tests/unit/test_interactive.py
spicerack/tests/unit/test_ipmi.py
spicerack/tests/unit/test_k8s.py
spicerack/tests/unit/test_kafka.py
spicerack/tests/unit/test_locking.py
spicerack/tests/unit/test_mediawiki.py
spicerack/tests/unit/test_mysql.py
spicerack/tests/unit/test_netbox.py
spicerack/tests/unit/test_orchestrator.py
spicerack/tests/unit/test_peeringdb.py
spicerack/tests/unit/test_puppet.py
spicerack/tests/unit/test_redfish.py
spicerack/tests/unit/test_redis_cluster.py
spicerack/tests/unit/test_remote.py
spicerack/tests/unit/test_reposync.py
spicerack/tests/unit/test_service.py
spicerack/tests/unit/toolforge/test_etcdctl.py
spicerack/toolforge/__init__.py
spicerack/toolforge/etcdctl.py
utils/check-style.sh
utils/format-code.sh
wikimedia_spicerack.egg-info/PKG-INFO
wikimedia_spicerack.egg-info/SOURCES.txt
wikimedia_spicerack.egg-info/dependency_links.txt
wikimedia_spicerack.egg-info/entry_points.txt
wikimedia_spicerack.egg-info/not-zip-safe
wikimedia_spicerack.egg-info/requires.txt
wikimedia_spicerack.egg-info/top_level.txt