openstack-ansible/playbooks/defaults/repo_packages
Matt Thompson ed491df7ee Re-enable building of heat_repo_plugins
The building of heat_repo_plugins was disabled while upstream heat
sorted out issues w/ the contrib packages and pbr >= 0.11.0.  The
upstream fix has since gone in (see
https://review.openstack.org/#/c/179671/) so we can now continue to
build heat_repo_plugins as we were prior to pbr 0.11.0 dropping.

NOTE: heat SHA has been bumped to include the commit in review 179671.

Closes-Bug: #1453864
Change-Id: Ibeffd38fc3229ab4effc95ef256ce8af3a6ffc9f
2015-05-16 23:24:06 -05:00
..
openstack_clients.yml Update all services in master to current head 2015-05-16 23:22:00 -05:00
openstack_other.yml Moved the playbook vars to defaults 2015-05-14 12:32:36 -05:00
openstack_services.yml Re-enable building of heat_repo_plugins 2015-05-16 23:24:06 -05:00
python2_lxc.yml Moved the playbook vars to defaults 2015-05-14 12:32:36 -05:00
readme.rst Moved the playbook vars to defaults 2015-05-14 12:32:36 -05:00

Packages built by python from git

date

2014-09-01 09:57

tags

python, pip, wheel, lxc, openstack, cloud, ansible

category

*nix

Packages Downloads and Installable

Any and all packages that need to be installed for this repository to work should be specified here in the, repo_packages directory. The files in this directory are given to the python wheel builder for construction.

Inside these files all download-able objects such as tar-balls and random files should also be specified. While the packaging roles may not be used to process these links the stated purpose of this directory is to have anything that is "installable" in a single location with the goal to allow for easily manipulation of requirements as they change.

NOTICE on items in this file:
  • If you use anything in the "*._git_install_branch" field that is not a TAG make sure to leave an in-line comment as to "why".
For the sake of anyone else editing this file:
  • If you add clients to this file please do so in alphabetical order.
  • Every entry should be name spaced with the name of the client followed by an "_"
The basic structure of all of these files:
  • git_repo: string URI to the git repository to clone from.
  • git_fallback_repo: string URI to an alternative git repository to clone from when git_repo fails.
  • git_dest: string full path to place a cloned git repository. This will normally incorporate the repo_path variable for consistency purposes.
  • git_install_branch: string branch, tag or SHA of a git repository to clone into.
  • git_repo_plugins: list of hashes with keys: path, package | This is used to install additional packages which may be installable from the same base repository.