obal


Nameobal JSON
Version 0.12.1 PyPI version JSON
download
home_pagehttps://github.com/theforeman/obal
Summarypackaging wrapper using ansible
upload_time2023-12-23 14:48:02
maintainer
docs_urlNone
authorThe Foreman Project
requires_python
license
keywords ansible foreman packaging koji brew mock
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # obal - packaging wrapper using Ansible

[![Documentation Status](https://readthedocs.org/projects/obal/badge/?version=latest)](https://obal.readthedocs.io/en/latest/)

`obal` is an Ansible wrapper with a set of Ansible playbooks to ease maintanance of packaging repositories like [`foreman-packaging`](https://github.com/theforeman/foreman-packaging) and [`pulp-packaging`](https://github.com/pulp/pulp-packaging).

All `obal` actions should also work with plain Ansible when called like `ansible-playbook <action_playbook>.yml -l <package>` instead of `obal <action> <package>`.

## necessary tools

- `python` (2 or 3)
- `ansible`

## Using Obal via Container

Obal and all it's required packages are available in a container that can be used locally or in build environments. The users Koji credentials and configuration must be mounted into the container alongside of mounting the packaging project into `/opt/packaging` to work. Note the examples below assume SELinux is disabled.

To run (or sub `docker` for `podman`):

    podman run -v `pwd`:/opt/packaging -v ~/.koji:/root/.koji obal:latest scratch katello



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/theforeman/obal",
    "name": "obal",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ansible foreman packaging koji brew mock",
    "author": "The Foreman Project",
    "author_email": "foreman-dev@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/56/21/291d51b6aa94aaeff0104cdb182c081a20062f2f9441009d73dff192c229/obal-0.12.1.tar.gz",
    "platform": null,
    "description": "# obal - packaging wrapper using Ansible\n\n[![Documentation Status](https://readthedocs.org/projects/obal/badge/?version=latest)](https://obal.readthedocs.io/en/latest/)\n\n`obal` is an Ansible wrapper with a set of Ansible playbooks to ease maintanance of packaging repositories like [`foreman-packaging`](https://github.com/theforeman/foreman-packaging) and [`pulp-packaging`](https://github.com/pulp/pulp-packaging).\n\nAll `obal` actions should also work with plain Ansible when called like `ansible-playbook <action_playbook>.yml -l <package>` instead of `obal <action> <package>`.\n\n## necessary tools\n\n- `python` (2 or 3)\n- `ansible`\n\n## Using Obal via Container\n\nObal and all it's required packages are available in a container that can be used locally or in build environments. The users Koji credentials and configuration must be mounted into the container alongside of mounting the packaging project into `/opt/packaging` to work. Note the examples below assume SELinux is disabled.\n\nTo run (or sub `docker` for `podman`):\n\n    podman run -v `pwd`:/opt/packaging -v ~/.koji:/root/.koji obal:latest scratch katello\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "packaging wrapper using ansible",
    "version": "0.12.1",
    "project_urls": {
        "Homepage": "https://github.com/theforeman/obal"
    },
    "split_keywords": [
        "ansible",
        "foreman",
        "packaging",
        "koji",
        "brew",
        "mock"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8205a92327a163c661dabdd9b22432580ebc4082aa4a614f3e7cc08cf5b3b48d",
                "md5": "781127b9fc735b003ac896a88682f333",
                "sha256": "afacea4fb5bac06cc46452fe91892da77cb13658efaa47fb2b590a41a78c981c"
            },
            "downloads": -1,
            "filename": "obal-0.12.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "781127b9fc735b003ac896a88682f333",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 74376,
            "upload_time": "2023-12-23T14:48:00",
            "upload_time_iso_8601": "2023-12-23T14:48:00.331132Z",
            "url": "https://files.pythonhosted.org/packages/82/05/a92327a163c661dabdd9b22432580ebc4082aa4a614f3e7cc08cf5b3b48d/obal-0.12.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5621291d51b6aa94aaeff0104cdb182c081a20062f2f9441009d73dff192c229",
                "md5": "cbeec62f82acc7ba6649e7497c6e4fa2",
                "sha256": "807d0675a538e06f5a970f3b8b065dcd69cc9dc784e02d9f73d773ec56e87d48"
            },
            "downloads": -1,
            "filename": "obal-0.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cbeec62f82acc7ba6649e7497c6e4fa2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 37766,
            "upload_time": "2023-12-23T14:48:02",
            "upload_time_iso_8601": "2023-12-23T14:48:02.209455Z",
            "url": "https://files.pythonhosted.org/packages/56/21/291d51b6aa94aaeff0104cdb182c081a20062f2f9441009d73dff192c229/obal-0.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-23 14:48:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theforeman",
    "github_project": "obal",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "obal"
}
        
Elapsed time: 0.33915s