openstack-ansible/playbooks/defaults/repo_packages
Erik Berg 7b692ea674 Bump SHA to fix flipping screens in spicehtml5
By bumping this version, we're including;

"Handling non-topdown lz_rgb"
bfa85a7117

"Handle non topdown bitmaps"
7ba763feb5

This addresses the "FIXME: Implement non top down support for lz_rgb"
in horizon when viewing Windows VM's with the QXL driver installed.
Before these fixes, gui elements would be rendered upside down.

I'm backdating the "HEAD of master" to the commit date for these fixes,
because the SHA hasn't changed since a commit in 2016-03-08, but
there's been several commits to the project since.

Change-Id: Ic58f200ea60096398dfd7438993a9a8aec5054d7
(cherry picked from commit 035ad8b6dc)
2018-10-01 15:33:08 +02:00
..
gnocchi.yml Update all SHAs for 16.0.20 2018-09-23 16:26:55 +02:00
nova_consoles.yml Bump SHA to fix flipping screens in spicehtml5 2018-10-01 15:33:08 +02:00
openstack_services.yml Update all SHAs for 16.0.20 2018-09-23 16:26:55 +02:00
openstack_testing.yml Make sure the branch to track is in YAML 2018-09-04 15:29:09 +02:00
readme.rst Remove git_dest variables 2017-03-13 16:44:39 -07:00

readme.rst

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 "_"
Repository data can be set in any of the following locations by default.
  • <MAIN REPO LOCATION>
  • /etc/ansible/roles
  • /etc/openstack_deploy
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_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.
  • git_package_name: string that will override the "egg" name given for the repo.