# host-prep-lib 1.0.59
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
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pyhostprep",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.8",
"maintainer_email": null,
"keywords": "couchbase, devops, automation",
"author": "Michael Minichino",
"author_email": "info@unix.us.com",
"download_url": "https://files.pythonhosted.org/packages/c4/fa/91be85418992e1fba4e6390432ee0565b7a7f67ba8186a10510d416944e5/pyhostprep-1.0.59.tar.gz",
"platform": null,
"description": "# host-prep-lib 1.0.59\n\nAutomation for preparing a host to run Couchbase software.\n\nNote: This package is not officially supported by Couchbase.\n\n## Quick Start\n\nInstall the software bundle for Couchbase Server and all prerequisites\n```\n# bundlemgr -b CBS\n```\n\nConfigure a Couchbase Server cluster with three nodes\n```\nswmgr cluster -n cbdb -l 192.168.1.5,192.168.1.6,192.168.1.7\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Couchbase Host Automation Library",
"version": "1.0.59",
"project_urls": {
"Homepage": "https://github.com/mminichino/host-prep-lib"
},
"split_keywords": [
"couchbase",
" devops",
" automation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "59dc21b8cccce3b491258d5455b88c384b1f180a9a230bf2fc3be482fc8d4917",
"md5": "93ac5e307c22001e0176bcfc0c7a82d6",
"sha256": "ed06a40b3ae2a008e1d8aa08dfe707b6f778affe52423446ac9cc8fc4bcc6b27"
},
"downloads": -1,
"filename": "pyhostprep-1.0.59-py3-none-any.whl",
"has_sig": false,
"md5_digest": "93ac5e307c22001e0176bcfc0c7a82d6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.8",
"size": 56698,
"upload_time": "2024-12-04T03:55:49",
"upload_time_iso_8601": "2024-12-04T03:55:49.321445Z",
"url": "https://files.pythonhosted.org/packages/59/dc/21b8cccce3b491258d5455b88c384b1f180a9a230bf2fc3be482fc8d4917/pyhostprep-1.0.59-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c4fa91be85418992e1fba4e6390432ee0565b7a7f67ba8186a10510d416944e5",
"md5": "2d19df79869c3aa5b84ceab6552aaf8f",
"sha256": "f5bd5827afd428f4c9a23ce70a002e35e5b9abf2cf282e6668eae3612530a9e7"
},
"downloads": -1,
"filename": "pyhostprep-1.0.59.tar.gz",
"has_sig": false,
"md5_digest": "2d19df79869c3aa5b84ceab6552aaf8f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.8",
"size": 37678,
"upload_time": "2024-12-04T03:55:51",
"upload_time_iso_8601": "2024-12-04T03:55:51.092121Z",
"url": "https://files.pythonhosted.org/packages/c4/fa/91be85418992e1fba4e6390432ee0565b7a7f67ba8186a10510d416944e5/pyhostprep-1.0.59.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-04 03:55:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mminichino",
"github_project": "host-prep-lib",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "attrs",
"specs": [
[
">=",
"22.2.0"
]
]
},
{
"name": "pytest",
"specs": [
[
">=",
"7.0.1"
]
]
},
{
"name": "pytest-asyncio",
"specs": [
[
">=",
"0.16.0"
]
]
},
{
"name": "pytest-rerunfailures",
"specs": [
[
">=",
"10.3"
]
]
},
{
"name": "pytest-mock",
"specs": [
[
">=",
"3.6.1"
]
]
},
{
"name": "docker",
"specs": [
[
">=",
"5.0.3"
]
]
},
{
"name": "ansible",
"specs": [
[
">=",
"6.7.0"
]
]
},
{
"name": "ansible-runner",
"specs": [
[
">=",
"2.3.3"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.31.0"
]
]
},
{
"name": "urllib3",
"specs": [
[
">=",
"1.26.18"
]
]
},
{
"name": "overrides",
"specs": [
[
">=",
"7.4.0"
]
]
},
{
"name": "bumpversion",
"specs": [
[
">=",
"0.6.0"
]
]
},
{
"name": "psutil",
"specs": [
[
">=",
"5.9.5"
]
]
},
{
"name": "Jinja2",
"specs": [
[
">=",
"3.0.0"
]
]
},
{
"name": "cryptography",
"specs": [
[
">=",
"42.0.7"
]
]
}
],
"lcname": "pyhostprep"
}