Allow customization of RDO release to use on RHEL7

By removing rdo-release-icehouse from the undercloud source JSON
we can customize which version of RDO to use exporting RDO_RELEASE.

The cleanup script is also updated to remove any version of the
rdo-release package found.
This commit is contained in:
Giulio Fidente 2014-10-02 10:44:20 +02:00
parent 35e66dbd1c
commit f55b091b56
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
set -eux
# Muse remove rdo-release-icehouse so that when it's installed via
# Muse remove rdo-release so that when it's installed via
# install-packages from the tie element, that doesn't fail since yum install is
# used vs yum update.
yum -y erase rdo-release-icehouse || true
yum -y erase rdo-release || true

View File

@ -41,8 +41,7 @@
"ceilometer-agent-notification",
"ceilometer-undercloud-config",
"epel",
"rdo-release",
"rdo-icehouse"
"rdo-release"
],
"hook": [
"extra-data",