{ "info": { "author": "Ben Nemec", "author_email": "bnemec@redhat.com", "bugtrack_url": null, "classifiers": [ "Environment :: OpenStack", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4" ], "description": "tripleo-repos\n=============\n\nA tool for managing tripleo repos from places like dlrn and Ceph.\n\nSee: https://github.com/openstack-packages/DLRN\n\nAlso ensures yum-plugin-priorities is installed since the dlrn repos\nrequire that to work sanely.\n\n.. note:: The tool will remove any delorean* repos at the target location\n to avoid conflicts with older repos. This means you must specify\n all of the repos you want to enable in one tripleo-repos call.\n\nExamples\n--------\nInstall current master dlrn repo and the deps repo::\n\n tripleo-repos current\n\nInstall current-tripleo dlrn repo and the deps repo::\n\n tripleo-repos current-tripleo\n\nInstall the current-tripleo-dev repo. This will also pull current and deps,\nand will adjust the priorities of each repo appropriately::\n\n tripleo-repos current-tripleo-dev\n\nInstall the mitaka dlrn repo and deps::\n\n tripleo-repos -b mitaka current\n\nWrite repos to a different path::\n\n tripleo-repos -o ~/test-repos current\n\nInstall the current-tripleo, deps, and ceph repos. NOTE: The Ceph repo is\ninstalled from a package and thus does not respect -o::\n\n tripleo-repos current-tripleo ceph\n\nTripleO\n```````\n\nTo use this for TripleO development, replace the tripleo.sh --repo-setup\nstep with the following::\n\n git clone https://github.com/cybertron/tripleo-repos\n cd tripleo-repos\n sudo ./setup.py install\n sudo tripleo-repos current-tripleo-dev ceph\n\nNow you're ready to install the undercloud::\n\n tripleo.sh --undercloud\n\nAnd to build images::\n\n export OVERCLOUD_IMAGES_DIB_YUM_REPO_CONF=\"$(ls /etc/yum.repos.d/delorean* /etc/yum.repos.d/CentOS-Ceph-*)\"\n tripleo.sh --overcloud-images\n\n.. note:: This is a tool for bootstrapping the repo setup for TripleO,\n so it should not have any runtime OpenStack dependencies\n or we end up in a chicken-and-egg pickle, and let's be honest - no one wants a\n chicken and egg pickle.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.redhat.com/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tripleo-repos", "package_url": "https://pypi.org/project/tripleo-repos/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tripleo-repos/", "project_urls": { "Homepage": "http://www.redhat.com/" }, "release_url": "https://pypi.org/project/tripleo-repos/0.0.1.dev24/", "requires_dist": null, "requires_python": null, "summary": "A tool for managing tripleo repos", "version": "0.0.1.dev24" }, "last_serial": 2519481, "releases": { "0.0.1.dev24": [] }, "urls": [] }