python-adjutant


Namepython-adjutant JSON
Version 7.0.0 PyPI version JSON
download
home_pagehttps://opendev.org/openstack/adjutant
SummaryAn admin task workflow service for openstack.
upload_time2023-10-04 11:00:52
maintainer
docs_urlNone
authorOpenStack
requires_python
licenseApache-2
keywords openstack keystone users tasks registration workflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Adjutant is a service that sits along Keystone and allows the
automation and approval of tasks normally requiring a user with an
admin role. Adjutant allows defining of such tasks as part of a
workflow which can either be entirely automatic, or require admin
approval. The goal is to automate business logic, and augment the
functionality of Keystone and other OpenStack services without getting
in the way of future OpenStack features or duplicating development
effort.

Quick Dev Deployment
====================

To quickly deploy the service for testing you can install via pip,
setup a default config file, and then run the test Django server.

::

    pip install adjutant

Then running the service will look for a config in either
**/etc/adjutant/conf.yaml** or it will default to **conf/conf.yaml**
from the directory you run the command in.

::

    adjutant migrate
    adjutant runserver <port>

For now you will have to source the default conf from the github repo
or the library install location itself, but we hope to add an
additional commandline function which will copy and setup a basic
default config in **/etc/adjutant/conf.yaml**.




            

Raw data

            {
    "_id": null,
    "home_page": "https://opendev.org/openstack/adjutant",
    "name": "python-adjutant",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "openstack,keystone,users,tasks,registration,workflow",
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/6c/bf/e94ccf658ad3736f774ee7ba2f0ad7a385421750467340505988617ffed9/python-adjutant-7.0.0.tar.gz",
    "platform": null,
    "description": "Adjutant is a service that sits along Keystone and allows the\nautomation and approval of tasks normally requiring a user with an\nadmin role. Adjutant allows defining of such tasks as part of a\nworkflow which can either be entirely automatic, or require admin\napproval. The goal is to automate business logic, and augment the\nfunctionality of Keystone and other OpenStack services without getting\nin the way of future OpenStack features or duplicating development\neffort.\n\nQuick Dev Deployment\n====================\n\nTo quickly deploy the service for testing you can install via pip,\nsetup a default config file, and then run the test Django server.\n\n::\n\n    pip install adjutant\n\nThen running the service will look for a config in either\n**/etc/adjutant/conf.yaml** or it will default to **conf/conf.yaml**\nfrom the directory you run the command in.\n\n::\n\n    adjutant migrate\n    adjutant runserver <port>\n\nFor now you will have to source the default conf from the github repo\nor the library install location itself, but we hope to add an\nadditional commandline function which will copy and setup a basic\ndefault config in **/etc/adjutant/conf.yaml**.\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2",
    "summary": "An admin task workflow service for openstack.",
    "version": "7.0.0",
    "project_urls": {
        "Bug Tracker": "https://storyboard.openstack.org/#!/project/openstack/adjutant",
        "Documentation": "https://docs.openstack.org/adjutant/latest/",
        "Homepage": "https://opendev.org/openstack/adjutant",
        "Source Code": "https://opendev.org/openstack/adjutant"
    },
    "split_keywords": [
        "openstack",
        "keystone",
        "users",
        "tasks",
        "registration",
        "workflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a67d4fcb2142cfc64354f9a95263eb9950f1a8a5d84ba2d2b92e273a8ac645b2",
                "md5": "0963f3f61e85b016c458b93b0fa5745f",
                "sha256": "128797bacf462936113d275fcf697798bf0b054e6cbf59b836add024d34b3fb4"
            },
            "downloads": -1,
            "filename": "python_adjutant-7.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0963f3f61e85b016c458b93b0fa5745f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 153051,
            "upload_time": "2023-10-04T11:00:50",
            "upload_time_iso_8601": "2023-10-04T11:00:50.770878Z",
            "url": "https://files.pythonhosted.org/packages/a6/7d/4fcb2142cfc64354f9a95263eb9950f1a8a5d84ba2d2b92e273a8ac645b2/python_adjutant-7.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cbfe94ccf658ad3736f774ee7ba2f0ad7a385421750467340505988617ffed9",
                "md5": "80c663c1e3aa27ebe82c2317c0f23649",
                "sha256": "cc80964258a8fa2c5445f2dbf11cc43c3a3609afed3dd267a187008ba3f44289"
            },
            "downloads": -1,
            "filename": "python-adjutant-7.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "80c663c1e3aa27ebe82c2317c0f23649",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 196015,
            "upload_time": "2023-10-04T11:00:52",
            "upload_time_iso_8601": "2023-10-04T11:00:52.686658Z",
            "url": "https://files.pythonhosted.org/packages/6c/bf/e94ccf658ad3736f774ee7ba2f0ad7a385421750467340505988617ffed9/python-adjutant-7.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-04 11:00:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-adjutant"
}
        
Elapsed time: 0.25803s