.travis.yml
AUTHORS
ChangeLog
LICENSE
Makefile
README.rst
docker-compose.yml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.rkd/makefile.py
.travis/main.sh
docs/Makefile
docs/requirements.txt
docs/source/conf.py
docs/source/first-steps.rst
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/_static/env-differences.png
docs/source/_static/portainer.png
docs/source/_static/services-dashboard.png
docs/source/_static/uptime-board.png
docs/source/_static/wp-logo.png
src/__init__.py
src/harbor/__init__.py
src/harbor/__main__.py
src/harbor/cached_loader.py
src/harbor/driver.py
src/harbor/exception.py
src/harbor/expressions.py
src/harbor/formatting.py
src/harbor/interface.py
src/harbor/service.py
src/harbor/test.py
src/harbor/deployment/examples/deployment.yml
src/harbor/deployment/files/Vagrantfile
src/harbor/deployment/files/ansible.cfg
src/harbor/deployment/files/harbor.inventory.cfg.j2
src/harbor/deployment/files/harbor.playbook.yml.j2
src/harbor/deployment/files/requirements.yml
src/harbor/deployment/files/roles/.gitkeep
src/harbor/internal/makefile.yaml
src/harbor/internal/schema/org.riotkit.harbor-deployment-v1.json
src/harbor/project/.env-default
src/harbor/project/.gitignore
src/harbor/project/apps/README.md
src/harbor/project/apps/conf/README.md
src/harbor/project/apps/conf/infrastructure.health.yml
src/harbor/project/apps/conf/infrastructure.service-discovery.yml
src/harbor/project/apps/conf/infrastructure.smtp.yml
src/harbor/project/apps/conf/infrastructure.ssl.yml
src/harbor/project/apps/conf.dev/README.md
src/harbor/project/apps/continuous-deployment/deployer.yml
src/harbor/project/apps/healthchecks/checks/.gitkeep
src/harbor/project/apps/healthchecks/configured/disk-space.json
src/harbor/project/apps/healthchecks/configured/docker-health.json
src/harbor/project/apps/healthchecks/configured/smtp_is_listening.json
src/harbor/project/apps/profile/gateway.profile.py
src/harbor/project/apps/repos-enabled/.gitkeep
src/harbor/project/apps/repos-enabled/some-app.sh
src/harbor/project/apps/www-data/.gitkeep
src/harbor/project/bin/backup
src/harbor/project/containers/.gitkeep
src/harbor/project/containers/README.md
src/harbor/project/containers/auth/technical.htpasswd
src/harbor/project/containers/backup/bahub.conf.yaml
src/harbor/project/containers/backup/cron
src/harbor/project/containers/nginx/nginx.tmpl
src/harbor/project/containers/nginx/maintenance/bg.jpg
src/harbor/project/containers/nginx/maintenance/host-not-connected.html
src/harbor/project/containers/nginx/maintenance/index.html
src/harbor/project/containers/nginx/vhost.d/.gitkeep
src/harbor/project/containers/nginx/vhost.d/README.md
src/harbor/project/containers/nginx/vhost.d/all
src/harbor/project/containers/nginx/vhost.d/include/README.md
src/harbor/project/containers/nginx/vhost.d/include/security.conf.example
src/harbor/project/containers/nginx/vhost.d/include/http.d/.gitkeep
src/harbor/project/containers/nginx/vhost.d/include/http.d/example.conf
src/harbor/project/containers/templates/.gitkeep
src/harbor/project/containers/templates/compiled/.gitkeep
src/harbor/project/containers/templates/source/.gitkeep
src/harbor/project/data/.gitkeep
src/harbor/project/data/README.md
src/harbor/project/data/maintenance-mode/.gitkeep
src/harbor/project/hooks.d/post-down/.gitkeep
src/harbor/project/hooks.d/post-start/.gitkeep
src/harbor/project/hooks.d/post-upgrade/.gitkeep
src/harbor/project/hooks.d/pre-upgrade/.gitkeep
src/harbor/tasks/__init__.py
src/harbor/tasks/base.py
src/harbor/tasks/configsmanagement.py
src/harbor/tasks/deployment.py
src/harbor/tasks/diagnostic.py
src/harbor/tasks/gateway.py
src/harbor/tasks/listing.py
src/harbor/tasks/maintenance.py
src/harbor/tasks/repositories.py
src/harbor/tasks/running.py
src/harbor/tasks/service.py
src/rkd_harbor.egg-info/PKG-INFO
src/rkd_harbor.egg-info/SOURCES.txt
src/rkd_harbor.egg-info/dependency_links.txt
src/rkd_harbor.egg-info/entry_points.txt
src/rkd_harbor.egg-info/not-zip-safe
src/rkd_harbor.egg-info/pbr.json
src/rkd_harbor.egg-info/requires.txt
src/rkd_harbor.egg-info/top_level.txt
test/test_cachedloader.py
test/test_composedriver.py
test/test_configsmanagement.py
test/test_expressions.py
test/test_feature_hooks.py
test/test_forcereloadssltask.py
test/test_maintenance.py
test/test_redirecttowww.py
test/test_repositories.py
test/test_running.py
test/test_serviceanalyzeservicetask.py
test/test_servicedeclaration.py
test/test_serviceexectask.py
test/test_servicelocator.py
test/test_servicelogstask.py
test/test_serviceremovetask.py
test/test_serviceselector.py
test/test_servicestoptask.py
test/test_serviceuptask.py
test/test_servicewaitforservicetask.py
test/testdata/env_simple/.env
test/testdata/env_simple/README.md
test/testdata/env_simple/docker-compose.yml
test/testdata/env_simple/apps/conf/apps.lightweight_container.yml
test/testdata/env_simple/apps/conf/apps.website.yml
test/testdata/env_simple/apps/conf/infrastructure.health.yml
test/testdata/env_simple/apps/conf/infrastructure.service-discovery.yml
test/testdata/env_simple/apps/conf/infrastructure.ssl.yml
test/testdata/env_simple/apps/conf.dev/.gitkeep
test/testdata/env_simple/apps/profile/profile1.profile.py
test/testdata/env_simple/apps/repos-enabled/example.sh
test/testdata/env_simple/apps/repos-enabled/second.sh
test/testdata/env_simple/apps/www-data/.gitkeep
test/testdata/env_simple/hooks.d/pre-upgrade/.gitkeep