Drop bootstrap support for any variation of RHEL 6.x

Change-Id: I838995aab93118561e2a29790fb4b2156b205ad5
This commit is contained in:
Joshua Harlow 2016-04-19 17:42:23 -07:00
parent a2cf1a6f29
commit 80c12b266e
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"