Markus Zoeller d126b3f92e fix "add-apt-repository: command not found" error
For the "happy path" to makes things work, we use the Ubuntu Cloud
Archives. This repository has to be added. The command to do that
is not available on the gate test nodes [1].

This change installs a package which brings the command
"add-apt-repository" with it.

References:
[1] https://github.com/openstack-infra/project-config/commit/
f90d35885e1143e5a1b67804735fd0c2f294457c

Change-Id: I608c8a35297765283a61ddfadf32d8191186d6c3
2016-03-31 11:49:21 +02:00
2016-02-11 17:34:02 +11:00
2016-03-18 13:45:36 +11:00
2016-02-11 17:34:02 +11:00
2016-02-11 17:34:02 +11:00
2016-03-17 12:00:46 +11:00
2016-02-11 17:34:02 +11:00

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

Description
A DevStack plugin that allows inclusion of external package repositories for testing new (or indeed old) releases of system utiilities
Readme 57 KiB
Languages
Shell 100%