.clouds.yml
.flake8
.markdownlint.json
.yamllint.yml
.zuul.yaml
AUTHORS
ChangeLog
Containerfile
Dockerfile
LICENSE
Pipfile
Pipfile.lock
README.md
_config.yml
clouds.yml.sample
openstack_image_manager
requirements.txt
secure.yml.sample
setup.cfg
setup.py
tox.ini
.github/renovate.json
.github/workflows/build-container-image.yml
.github/workflows/mirror-images.yml
.github/workflows/publish.yml
.github/workflows/run-unit-tests.yml
.github/workflows/test-python-setup.yml
.github/workflows/update-images.yml
.github/workflows/validate-configuration.yml
crawler/LICENSE
crawler/README.md
crawler/git_ssh_command.sh
crawler/historian.py
crawler/image-crawler.py
crawler/requirements.txt
crawler/setup.sh
crawler/crawler/__init__.py
crawler/crawler/core/__init__.py
crawler/crawler/core/config.py
crawler/crawler/core/database.py
crawler/crawler/core/exporter.py
crawler/crawler/core/main.py
crawler/crawler/git/__init__.py
crawler/crawler/git/base.py
crawler/crawler/updater/__init__.py
crawler/crawler/updater/service.py
crawler/crawler/web/__init__.py
crawler/crawler/web/directory.py
crawler/crawler/web/generic.py
crawler/docs/background.md
crawler/docs/git-handling.md
crawler/docs/templates.md
crawler/etc/config.yaml
crawler/etc/image-sources.yaml
crawler/lib/initialize-image-catalog.sql
crawler/lib/populate-catalog-test-data.sql
crawler/templates/almalinux.yml.j2
crawler/templates/debian.yml.j2
crawler/templates/header.yml
crawler/templates/ubuntu.yml.j2
crawler/templates/ubuntu_minimal.yml.j2
doc/conf.py
doc/configuration.md
doc/contribute.md
doc/getting_started.md
doc/overview.md
doc/quickstart.md
doc/requirements.md
doc/requirements.txt
doc/images/logo.png
etc/schema.yaml
etc/images/almalinux.yml
etc/images/centos.yml
etc/images/cirros.yml
etc/images/clearlinux.yml
etc/images/debian.yml
etc/images/fedora-coreos.yml
etc/images/fedora.yml
etc/images/flatcar.yml
etc/images/gardenlinux.yml
etc/images/kubernetes.yml
etc/images/opensense.yml
etc/images/opensuse.yml
etc/images/rockylinux.yml
etc/images/ubuntu.yml
openstack_image_manager/__init__.py
openstack_image_manager/manage.py
openstack_image_manager/mirror.py
openstack_image_manager/table.py
openstack_image_manager/update.py
openstack_image_manager.egg-info/PKG-INFO
openstack_image_manager.egg-info/SOURCES.txt
openstack_image_manager.egg-info/dependency_links.txt
openstack_image_manager.egg-info/entry_points.txt
openstack_image_manager.egg-info/not-zip-safe
openstack_image_manager.egg-info/pbr.json
openstack_image_manager.egg-info/requires.txt
openstack_image_manager.egg-info/top_level.txt
playbooks/integration-test.yml
playbooks/pre-integration-test.yml
playbooks/pre-real-world.yml
playbooks/real-world.yml
scripts/build.sh
scripts/push.sh
src/__init__.py
src/manage.py
src/mirror.py
src/table.py
src/update.py
test/__init__.py
test/integration/__init__.py
test/integration/test_manage_api.py
test/integration/fixtures/test_image.yml
test/unit/__init__.py
test/unit/test_manage.py