pyhostprep


Namepyhostprep JSON
Version 1.0.17 PyPI version JSON
download
home_pagehttps://github.com/mminichino/host-prep-lib
SummaryCouchbase Host Automation Library
upload_time2024-04-30 01:42:09
maintainerNone
docs_urlNone
authorMichael Minichino
requires_python>=3.8
licenseApache License 2.0
keywords couchbase devops automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # host-prep-lib 1.0.17

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": "https://github.com/mminichino/host-prep-lib",
    "name": "pyhostprep",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=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/e0/4d/78238772a8f9604c960247ec0f2988ba581e07b768908bc410329aec45a1/pyhostprep-1.0.17.tar.gz",
    "platform": null,
    "description": "# host-prep-lib 1.0.17\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": "Apache License 2.0",
    "summary": "Couchbase Host Automation Library",
    "version": "1.0.17",
    "project_urls": {
        "Homepage": "https://github.com/mminichino/host-prep-lib"
    },
    "split_keywords": [
        "couchbase",
        " devops",
        " automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e04d78238772a8f9604c960247ec0f2988ba581e07b768908bc410329aec45a1",
                "md5": "5ffe599a1c25c3e3593852be0ae40547",
                "sha256": "2dcc76ed784fff36e6ad20c222266ddcdab103953f4fc8130bc36612b96127c6"
            },
            "downloads": -1,
            "filename": "pyhostprep-1.0.17.tar.gz",
            "has_sig": false,
            "md5_digest": "5ffe599a1c25c3e3593852be0ae40547",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 92112,
            "upload_time": "2024-04-30T01:42:09",
            "upload_time_iso_8601": "2024-04-30T01:42:09.743076Z",
            "url": "https://files.pythonhosted.org/packages/e0/4d/78238772a8f9604c960247ec0f2988ba581e07b768908bc410329aec45a1/pyhostprep-1.0.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 01:42:09",
    "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": [],
    "lcname": "pyhostprep"
}
        
Elapsed time: 0.24597s