tripleo-image-elements/elements/delorean-repo
Carlos Camacho c52dc5db88 Add stable release to image elements
When creating overcloud images the deps repo is
all the time centos7/delorean-deps.repo without
taking into account that when using stable releases
needs to be changed to:

centos7-liberty/delorean-deps.repo
centos7-mitaka/delorean-deps.repo

Change-Id: I8d5e52809b339bc156eb173dca6b3d2436ad0c87
Closes-bug: #1625463
Closes-bug: #1625315
2016-09-20 10:12:08 +00:00
..
pre-install.d Add stable release to image elements 2016-09-20 10:12:08 +00:00
README.md Add a delorean-repo element 2014-11-24 14:19:44 -05:00
element-deps Add a delorean-repo element 2014-11-24 14:19:44 -05:00
pkg-map Add a delorean-repo element 2014-11-24 14:19:44 -05:00

README.md

Configure the image to pull packages from a Delorean repo

This element configures the image such that it downloads packages from the specified Delorean repository. To use set DELOREAN_REPO_URL to the Delorean repo you'd like to use. This can be 'current' or any revision in the past that you'd like to use. Example:

export DELOREAN_REPO_URL=http://localhost/~user/repos/current

Delorean is a tool that can be used to automate building upstream packages:

https://github.com/openstack-packages/delorean

The Delorean tool currently supports Fedora packages and Yum repositories. Support for other distributions may be added in the future.