File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ scsi-target-utils
33qemu-img
44postgresql-devel
55iscsi-initiator-utils
6- python-lxml #dist:f19,f20,rhel7
6+ python-lxml #dist:f19,f20,f21, rhel7
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ postgresql-devel # testonly
66python-argparse
77python-eventlet
88python-greenlet
9- python-lxml #dist:f19,f20,rhel7
10- python-paste-deploy #dist:f19,f20,rhel7
9+ python-lxml #dist:f19,f20,f21, rhel7
10+ python-paste-deploy #dist:f19,f20,f21, rhel7
1111python-routes
1212python-sqlalchemy
13- python-wsgiref #dist:f18,f19,f20
13+ python-wsgiref #dist:f18,f19,f20,f21
1414pyxattr
1515zlib-devel # testonly
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ python-httplib2
1212python-migrate
1313python-mox
1414python-nose
15- python-paste #dist:f19,f20
16- python-paste-deploy #dist:f19,f20
15+ python-paste #dist:f19,f20,f21
16+ python-paste-deploy #dist:f19,f20,f21
1717python-routes
1818python-sphinx
1919python-sqlalchemy
Original file line number Diff line number Diff line change 11MySQL-python
22python-greenlet
3- libxslt-devel # dist:f20
4- python-lxml #dist:f19,f20
5- python-paste #dist:f19,f20
6- python-paste-deploy #dist:f19,f20
7- python-paste-script #dist:f19,f20
3+ libxslt-devel # dist:f20,f21
4+ python-lxml #dist:f19,f20,f21
5+ python-paste #dist:f19,f20,f21
6+ python-paste-deploy #dist:f19,f20,f21
7+ python-paste-script #dist:f19,f20,f21
88python-routes
99python-sqlalchemy
1010python-webob
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ python-eventlet
1212python-greenlet
1313python-iso8601
1414#rhel6 gets via pip
15- python-paste # dist:f19,f20,rhel7
16- python-paste-deploy # dist:f19,f20,rhel7
15+ python-paste # dist:f19,f20,f21, rhel7
16+ python-paste-deploy # dist:f19,f20,f21, rhel7
1717python-qpid # NOPRIME
1818python-routes
1919python-sqlalchemy
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ python-iso8601
2929python-lockfile
3030python-migrate
3131python-mox
32- python-paramiko # dist:f19,f20,rhel7
32+ python-paramiko # dist:f19,f20,f21, rhel7
3333# ^ on RHEL6, brings in python-crypto which conflicts with version from
3434# pip we need
35- python-paste # dist:f19,f20,rhel7
36- python-paste-deploy # dist:f19,f20,rhel7
35+ python-paste # dist:f19,f20,f21, rhel7
36+ python-paste-deploy # dist:f19,f20,f21, rhel7
3737python-qpid # NOPRIME
3838python-routes
3939python-sqlalchemy
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ python-eventlet
66python-greenlet
77python-netifaces
88python-nose
9- python-paste-deploy # dist:f19,f20,rhel7
9+ python-paste-deploy # dist:f19,f20,f21, rhel7
1010python-simplejson
1111python-webob
1212pyxattr
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ function cleanup_database_mysql {
2626 sudo rm -rf /etc/mysql
2727 return
2828 elif is_fedora; then
29- if [[ $DISTRO =~ (rhel7) ]]; then
30- MYSQL=mariadb
31- else
29+ if [[ $DISTRO =~ (rhel6) ]]; then
3230 MYSQL=mysqld
31+ else
32+ MYSQL=mariadb
3333 fi
3434 elif is_suse; then
3535 MYSQL=mysql
@@ -54,10 +54,10 @@ function configure_database_mysql {
5454 my_conf=/etc/mysql/my.cnf
5555 mysql=mysql
5656 elif is_fedora; then
57- if [[ $DISTRO =~ (rhel7) ]]; then
58- mysql=mariadb
59- else
57+ if [[ $DISTRO =~ (rhel6) ]]; then
6058 mysql=mysqld
59+ else
60+ mysql=mariadb
6161 fi
6262 my_conf=/etc/my.cnf
6363 elif is_suse; then
@@ -142,10 +142,10 @@ EOF
142142 fi
143143 # Install mysql-server
144144 if is_ubuntu || is_fedora; then
145- if [[ $DISTRO =~ (rhel7) ]]; then
146- install_package mariadb-server
147- else
145+ if [[ $DISTRO =~ (rhel6) ]]; then
148146 install_package mysql-server
147+ else
148+ install_package mariadb-server
149149 fi
150150 elif is_suse; then
151151 if ! is_package_installed mariadb; then
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ source $TOP_DIR/stackrc
143143
144144# Warn users who aren't on an explicitly supported distro, but allow them to
145145# override check and attempt installation with ``FORCE=yes ./stack``
146- if [[ ! ${DISTRO} =~ (precise| trusty| 7.0| wheezy| sid| testing| jessie| f19| f20| rhel6| rhel7) ]]; then
146+ if [[ ! ${DISTRO} =~ (precise| trusty| 7.0| wheezy| sid| testing| jessie| f19| f20| f21 | rhel6| rhel7) ]]; then
147147 echo " WARNING: this script has not been tested on $DISTRO "
148148 if [[ " $FORCE " != " yes" ]]; then
149149 die $LINENO " If you wish to run this script anyway run with FORCE=yes"
You can’t perform that action at this time.
0 commit comments