.bumpversion.cfg
.gitignore
LICENSE.txt
Makefile
README.md
VERSION
requirements.txt
setup.py
couchformation/__init__.py
couchformation/config.py
couchformation/constants.py
couchformation/deployment.py
couchformation/exception.py
couchformation/kvdb.py
couchformation/network.py
couchformation/null.py
couchformation/project.py
couchformation/restmgr.py
couchformation/retry.py
couchformation/ssh.py
couchformation/state.py
couchformation/util.py
couchformation.egg-info/PKG-INFO
couchformation.egg-info/SOURCES.txt
couchformation.egg-info/dependency_links.txt
couchformation.egg-info/entry_points.txt
couchformation.egg-info/requires.txt
couchformation.egg-info/top_level.txt
couchformation/aws/__init__.py
couchformation/aws/network.py
couchformation/aws/node.py
couchformation/aws/driver/__init__.py
couchformation/aws/driver/base.py
couchformation/aws/driver/constants.py
couchformation/aws/driver/cost.py
couchformation/aws/driver/dns.py
couchformation/aws/driver/gateway.py
couchformation/aws/driver/image.py
couchformation/aws/driver/instance.py
couchformation/aws/driver/machine.py
couchformation/aws/driver/network.py
couchformation/aws/driver/nsg.py
couchformation/aws/driver/route.py
couchformation/aws/driver/sshkey.py
couchformation/azure/__init__.py
couchformation/azure/network.py
couchformation/azure/node.py
couchformation/azure/driver/__init__.py
couchformation/azure/driver/base.py
couchformation/azure/driver/constants.py
couchformation/azure/driver/disk.py
couchformation/azure/driver/dns.py
couchformation/azure/driver/image.py
couchformation/azure/driver/instance.py
couchformation/azure/driver/machine.py
couchformation/azure/driver/network.py
couchformation/azure/driver/private_dns.py
couchformation/capella/node.py
couchformation/capella/driver/base.py
couchformation/capella/driver/cb_bucket.py
couchformation/capella/driver/cb_capella.py
couchformation/capella/driver/cb_capella_config.py
couchformation/cli/__init__.py
couchformation/cli/cli.py
couchformation/cli/cloudmgr.py
couchformation/cli/dbdump.py
couchformation/common/config/resources.py
couchformation/data/build_profiles.yaml
couchformation/data/cloud_profiles.yaml
couchformation/data/container_profiles.yaml
couchformation/data/node_profiles.yaml
couchformation/data/provisioner_profiles.yaml
couchformation/data/strategy_profiles.yaml
couchformation/data/target_profiles.yaml
couchformation/docker/__init__.py
couchformation/docker/network.py
couchformation/docker/node.py
couchformation/docker/util.py
couchformation/docker/driver/__init__.py
couchformation/docker/driver/base.py
couchformation/docker/driver/constants.py
couchformation/docker/driver/container.py
couchformation/docker/driver/network.py
couchformation/exec/__init__.py
couchformation/exec/process.py
couchformation/executor/__init__.py
couchformation/executor/dispatch.py
couchformation/executor/targets.py
couchformation/executor/taskqueue.py
couchformation/executor/worker.py
couchformation/gcp/__init__.py
couchformation/gcp/network.py
couchformation/gcp/node.py
couchformation/gcp/driver/__init__.py
couchformation/gcp/driver/base.py
couchformation/gcp/driver/constants.py
couchformation/gcp/driver/disk.py
couchformation/gcp/driver/dns.py
couchformation/gcp/driver/firewall.py
couchformation/gcp/driver/image.py
couchformation/gcp/driver/instance.py
couchformation/gcp/driver/machine.py
couchformation/gcp/driver/network.py
couchformation/provisioner/__init__.py
couchformation/provisioner/docker.py
couchformation/provisioner/provisioners.py
couchformation/provisioner/remote.py
couchformation/provisioner/sftp.py
couchformation/provisioner/shell.py
couchformation/provisioner/ssh.py
couchformation/provisioner/winrm.py
couchformation/support/__init__.py
couchformation/support/debug.py
doc/couch-formation-1.png
tests/__init__.py
tests/common.py
tests/conftest.py
tests/install_pkg.sh
tests/interactive.py
tests/pytest.ini
tests/test_1.py
tests/test_10.py
tests/test_11.py
tests/test_12.py
tests/test_13.py
tests/test_2.py
tests/test_3.py
tests/test_4.py
tests/test_5.py
tests/test_6.py
tests/test_7.py
tests/test_8.py
tests/test_9.py
tests/test_aws_m.py
tests/test_azure_m.py
tests/test_c.py
tests/test_cli.py
tests/test_creds.py
tests/test_crypt.py
tests/test_db.py
tests/test_gcp_m.py
tests/test_interactive.py
tests/test_kvdb.py