pyhostprep


Namepyhostprep JSON
Version 1.0.20 PyPI version JSON
download
home_pagehttps://github.com/mminichino/host-prep-lib
SummaryCouchbase Host Automation Library
upload_time2024-05-09 15:16:15
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.20

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/fe/1c/725ab0165a74caf6dec1a164bed308b93cc896f77e4a5d664751bce26329/pyhostprep-1.0.20.tar.gz",
    "platform": null,
    "description": "# host-prep-lib 1.0.20\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.20",
    "project_urls": {
        "Homepage": "https://github.com/mminichino/host-prep-lib"
    },
    "split_keywords": [
        "couchbase",
        " devops",
        " automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe1c725ab0165a74caf6dec1a164bed308b93cc896f77e4a5d664751bce26329",
                "md5": "b976574ef30d8d6c96081068cfc2af7b",
                "sha256": "35575bd9794bb9f5a954aa60e88703d811886e2b60260aacf2c0c4363a1d1096"
            },
            "downloads": -1,
            "filename": "pyhostprep-1.0.20.tar.gz",
            "has_sig": false,
            "md5_digest": "b976574ef30d8d6c96081068cfc2af7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 93115,
            "upload_time": "2024-05-09T15:16:15",
            "upload_time_iso_8601": "2024-05-09T15:16:15.167045Z",
            "url": "https://files.pythonhosted.org/packages/fe/1c/725ab0165a74caf6dec1a164bed308b93cc896f77e4a5d664751bce26329/pyhostprep-1.0.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 15:16:15",
    "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.32942s