Restore rdo-release element
The element was removed in I1bc667d18b7658253281f101a8326a5ad319d8d0 but is still referenced in our stable branches. Furthermore, it shouldn't be removed without a deprecation period anyway. Change-Id: If645631be480a5a5c8ceafcb2ab0c571e2b8ea36
This commit is contained in:
parent
1d939ad009
commit
98b9c6a514
5
elements/rdo-release/README.md
Normal file
5
elements/rdo-release/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
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'.
|
@ -0,0 +1 @@
|
||||
export RDO_RELEASE=${RDO_RELEASE:-kilo}
|
5
elements/rdo-release/pre-install.d/10-rdo-release-repo
Executable file
5
elements/rdo-release/pre-install.d/10-rdo-release-repo
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
|
||||
rpm -q rdo-release || install-packages http://rdo.fedorapeople.org/openstack-$RDO_RELEASE/rdo-release-$RDO_RELEASE.rpm
|
Loading…
Reference in New Issue
Block a user