.gitchangelog.rc
.gitignore
LICENSE
MANIFEST.in
Makefile
README.rst
ceph-installer.spec.in
setup.py
tox.ini
bin/ceph-installer
bin/ceph-installer-celery
bin/ceph-installer-gunicorn
ceph_installer/__init__.py
ceph_installer/app.py
ceph_installer/async.py
ceph_installer/hooks.py
ceph_installer/process.py
ceph_installer/schemas.py
ceph_installer/tasks.py
ceph_installer/templates.py
ceph_installer/util.py
ceph_installer.egg-info/PKG-INFO
ceph_installer.egg-info/SOURCES.txt
ceph_installer.egg-info/dependency_links.txt
ceph_installer.egg-info/entry_points.txt
ceph_installer.egg-info/not-zip-safe
ceph_installer.egg-info/pbr.json
ceph_installer.egg-info/requires.txt
ceph_installer.egg-info/top_level.txt
ceph_installer/cli/__init__.py
ceph_installer/cli/constants.py
ceph_installer/cli/decorators.py
ceph_installer/cli/dev.py
ceph_installer/cli/log.py
ceph_installer/cli/main.py
ceph_installer/cli/task.py
ceph_installer/cli/util.py
ceph_installer/commands/__init__.py
ceph_installer/commands/populate.py
ceph_installer/controllers/__init__.py
ceph_installer/controllers/agent.py
ceph_installer/controllers/calamari.py
ceph_installer/controllers/errors.py
ceph_installer/controllers/mon.py
ceph_installer/controllers/osd.py
ceph_installer/controllers/rgw.py
ceph_installer/controllers/root.py
ceph_installer/controllers/setup.py
ceph_installer/controllers/status.py
ceph_installer/controllers/tasks.py
ceph_installer/models/__init__.py
ceph_installer/models/tasks.py
ceph_installer/tests/__init__.py
ceph_installer/tests/config.py
ceph_installer/tests/conftest.py
ceph_installer/tests/test_hooks.py
ceph_installer/tests/test_process.py
ceph_installer/tests/test_tasks.py
ceph_installer/tests/test_util.py
ceph_installer/tests/controllers/test_agent.py
ceph_installer/tests/controllers/test_calamari.py
ceph_installer/tests/controllers/test_errors.py
ceph_installer/tests/controllers/test_mon.py
ceph_installer/tests/controllers/test_osd.py
ceph_installer/tests/controllers/test_rgw.py
ceph_installer/tests/controllers/test_setup.py
ceph_installer/tests/controllers/test_status.py
ceph_installer/tests/controllers/test_tasks.py
config/config.py
deploy/playbooks/ansible.cfg
deploy/playbooks/deploy.yml
deploy/playbooks/roles/celery/tasks/main.yml
deploy/playbooks/roles/common/defaults/main.yml
deploy/playbooks/roles/common/handlers/main.yml
deploy/playbooks/roles/common/tasks/main.yml
deploy/playbooks/roles/common/tasks/systemd.yml
deploy/playbooks/roles/common/templates/ceph-installer-celery.service.j2
deploy/playbooks/roles/common/templates/ceph-installer.service.j2
deploy/playbooks/roles/common/templates/ceph-installer.sysconfig.j2
deploy/playbooks/roles/common/vars/main.yml
docs/Makefile
docs/source/changelog.rst
docs/source/cluster.rst
docs/source/conf.py
docs/source/contents.rst
docs/source/index.rst
docs/source/releasing.rst
docs/source/_static/.empty
docs/source/_themes/solarized.py
docs/source/_themes/solarized.pyc
docs/source/man/index.rst
firewalld/ceph-installer.xml
rpm/README.rst
rpm/ktdreyer-ceph-installer.cfg
selinux/ceph_installer.fc
selinux/ceph_installer.if
selinux/ceph_installer.te
systemd/80-ceph-installer.preset
systemd/ceph-installer-celery.service
systemd/ceph-installer.service
systemd/ceph-installer.sysconfig
tests/functional/.gitignore
tests/functional/Vagrantfile
tests/functional/requirements.txt
tests/functional/tox.ini
tests/functional/nightly-centos7/Vagrantfile
tests/functional/nightly-centos7/hosts
tests/functional/nightly-centos7/test.yml
tests/functional/nightly-centos7/vagrant_variables.yml
tests/functional/nightly-centos7/group_vars/all
tests/functional/nightly-xenial/Vagrantfile
tests/functional/nightly-xenial/hosts
tests/functional/nightly-xenial/test.yml
tests/functional/nightly-xenial/vagrant_variables.yml
tests/functional/nightly-xenial/group_vars/all
tests/functional/playbooks/setup.yml
tests/functional/playbooks/roles/installer/defaults/main.yml
tests/functional/playbooks/roles/installer/tasks/main.yml
tests/functional/playbooks/roles/installer/templates/dev_repos.j2
tests/functional/scripts/generate_ssh_config.sh