A DevStack plugin that allows inclusion of external package repositories for testing new (or indeed old) releases of system utiilities
Go to file
OpenDev Sysadmins 393ca33f78 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:07 +00:00
devstack Bump version of libvirt + kvm-qemu 2016-04-19 02:20:55 +00:00
.gitignore First commit 2016-02-11 17:34:02 +11:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:07 +00:00
LICENSE First commit 2016-02-11 17:34:02 +11:00
LICENSE.md First commit 2016-02-11 17:34:02 +11:00
README.md Update README.md 2016-03-17 12:00:46 +11:00
tox.ini First commit 2016-02-11 17:34:02 +11:00

README.md

Devstack Additional Package Repos

Overview

Devstack plugin to configure additional distribution package repos, and install select packages from that source.

The original aim is to allow testing within the gate current libvirt/qemu releases. The devstack plugin borrows some of the devstack pluing machinery to allow other sources to be used simply. This could be expanded to OVS or DPDK.

As part of stack.sh:

  • Adds appropriate package repo
  • Installs nominated packages

As part of unstack.sh | clean.sh:

  • Removes packages
  • Removes package repo

TODOs

  • Document How to use
  • Add to git.openstack.org in the openstack namespace
  • add experimental job to project-config

Bugs