Metadata-Version: 2.1
Name: pyhostprep
Version: 1.0.57
Summary: Couchbase Host Automation Library
Keywords: couchbase,devops,automation
Author: Michael Minichino
Author-email: info@unix.us.com
Requires-Python: >=3.8,<4
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Jinja2 (>=3.0.0)
Requires-Dist: ansible (>=6.7.0)
Requires-Dist: ansible-runner (>=2.3.3)
Requires-Dist: attrs (>=22.2.0)
Requires-Dist: docker (>=5.0.3)
Requires-Dist: overrides (>=7.4.0)
Requires-Dist: psutil (>=5.9.5)
Requires-Dist: requests (>=2.31.0)
Requires-Dist: urllib3 (>=1.26.16)
Project-URL: Homepage, https://github.com/mminichino/host-prep-lib
Description-Content-Type: text/markdown

# host-prep-lib 1.0.57

Automation for preparing a host to run Couchbase software.

Note: This package is not officially supported by Couchbase.

## Quick Start

Install the software bundle for Couchbase Server and all prerequisites
```
# bundlemgr -b CBS
```

Configure a Couchbase Server cluster with three nodes
```
swmgr cluster -n cbdb -l 192.168.1.5,192.168.1.6,192.168.1.7
```

