Deprecate old RDO release

RDO release has been replaced by Delorean also Icehouse is EOL.

Change-Id: I1bc667d18b7658253281f101a8326a5ad319d8d0
This commit is contained in:
Lukas Bezdicka 2016-06-30 14:40:44 +02:00
parent 91128c19b0
commit 1d939ad009
13 changed files with 1 additions and 47 deletions

View File

@ -1,2 +1,2 @@
pip-manifest
rdo-release
delorean-repo

View File

@ -1,3 +0,0 @@
This element is deprecated. The functionality has been migrated to
the rdo-icehouse and rdo-release elements.

View File

@ -1,3 +0,0 @@
fedora
rdo-icehouse
rdo-release

View File

@ -1,7 +0,0 @@
The fedora-rdo-icehouse element produces image builds on Fedora using RDO
packages from OpenStack Icehouse.
Any elements using an OpenStack project used in conjunction with this element
will have their install type set to package via enable-packages-install element,
and the packages will be installed using the yum repository enabled by the
rdo-icehouse and rdo-release elements.

View File

@ -1,5 +0,0 @@
baremetal
fedora
enable-packages-install
rdo-icehouse
rdo-release

View File

@ -1,3 +0,0 @@
Set `$RDO_RELEASE` to override the default value of icehouse and use a
different RDO release. This element is used in conjunction with the rdo-release
and enable-packages-install element.

View File

@ -1 +0,0 @@
rdo-release

View File

@ -1 +0,0 @@
export RDO_RELEASE=${RDO_RELEASE:-"icehouse"}

View File

@ -1,5 +0,0 @@
Enables the RDO yum repository for a released version of OpenStack on Red Hat
based operating systems. $RDO_RELEASE is set by default to the latest openstack
release. It can be overriden to select the version of RDO to install.
Set the environment variable to 'juno' to set the default version to
install to 'juno'.

View File

@ -1 +0,0 @@
export RDO_RELEASE=${RDO_RELEASE:-kilo}

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -eux
rpm -q rdo-release || install-packages http://rdo.fedorapeople.org/openstack-$RDO_RELEASE/rdo-release-$RDO_RELEASE.rpm

View File

@ -1,7 +0,0 @@
The rhel7-rdo-icehouse element produces image builds on RHEL7 using RDO
packages from OpenStack Icehouse.
Any elements using an OpenStack project used in conjuction with this element
will have their install type set to package via package-installs element, and
the packages will be installed using the yum repository enabled by the
rdo-icehouse and rdo-release elements.

View File

@ -1,5 +0,0 @@
baremetal
rhel7
package-installs
rdo-icehouse
rdo-release