Merge "Drop bootstrap support for any variation of RHEL 6.x"

This commit is contained in:
Jenkins 2016-04-25 14:43:01 +00:00 committed by Gerrit Code Review
commit 85d6ce1b9a
4 changed files with 13 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# -*- sh -*-
## Bootstrap for CentOS Linux 6.0 <-> 7.1.9999
## Bootstrap for CentOS Linux 7.0 <-> 7.999.9999
SHORTNAME=CENTOS
MAX_RELEASE=7.1.9999
MIN_RELEASE=6.0
MAX_RELEASE=7.999.9999
MIN_RELEASE=7.0
source "$BSCONF_DIR/CommonRedHat"

View File

@ -2,11 +2,10 @@
STEPS="selinux epel repos rpm_packages virtualenv"
REPO_DIR=/etc/yum.repos.d/
if [ "$MAJOR_RELEASE" = "6" ]; then
EPEL_RPM_URL="http://mirrors.kernel.org/fedora-epel/6/i386/epel-release-6-8.noarch.rpm"
elif [ "$MAJOR_RELEASE" = "7" ]; then
EPEL_RPM_URL="http://mirrors.kernel.org/fedora-epel/7/x86_64/e/epel-release-7-5.noarch.rpm"
fi
# TODO(harlowja): make this more automatically findable, since it does
# see to change at some frequency...
EPEL_RPM_URL="http://mirrors.kernel.org/fedora-epel/7/x86_64/e/epel-release-7-6.noarch.rpm"
# Ensure anvil python gets access to this...
VENV_CMD="virtualenv"

View File

@ -1,8 +1,8 @@
# -*- sh -*-
## Bootstrap OEL 6.3 <-> 7.0 for Openstack Anvil
## Bootstrap OEL 6.3 <-> 7.999.9999 for Openstack Anvil
SHORTNAME=OEL
MIN_RELEASE=6.3
MAX_RELEASE=7.0
MIN_RELEASE=7.0
MAX_RELEASE=7.999.9999
source "$BSCONF_DIR/CommonRedHat"

View File

@ -1,8 +1,8 @@
# -*- sh -*-
## Bootstrap for Redhat Enterprise Linux 6.0 <-> 7.1.9999
## Bootstrap for Redhat Enterprise Linux 7.0 <-> 7.999.9999
SHORTNAME=RHEL
MAX_RELEASE=7.1.9999
MIN_RELEASE=6.0
MAX_RELEASE=7.999.9999
MIN_RELEASE=7.0
source "$BSCONF_DIR/CommonRedHat"