Merge "repos: pin RDO to Newton & UCA to stable/mitaka"
This commit is contained in:
commit
69dff16837
@ -4,8 +4,7 @@ class openstack_integration::repos {
|
||||
'Debian': {
|
||||
include ::apt
|
||||
class { '::openstack_extras::repo::debian::ubuntu':
|
||||
repo => 'proposed',
|
||||
release => 'mitaka', # drop this line when mitaka is stable released
|
||||
release => 'mitaka',
|
||||
package_require => true,
|
||||
}
|
||||
# Ceph is both packaged on UCA & ceph.com
|
||||
@ -21,9 +20,9 @@ class openstack_integration::repos {
|
||||
manage_rdo => false,
|
||||
manage_epel => false,
|
||||
repo_hash => {
|
||||
'mitaka-current' => {
|
||||
'baseurl' => 'https://trunk.rdoproject.org/centos7-mitaka/25/aa/25aae034738eda7c00fb3745aa85b96c6768c0f8_8ba4c30b/',
|
||||
'descr' => 'Mitaka current',
|
||||
'newton-current' => {
|
||||
'baseurl' => 'https://trunk.rdoproject.org/centos7-master/ac/73/ac73adf839501ecdbb4aa3af8e1e624c0d3116b1_5c24f657/',
|
||||
'descr' => 'Newton current',
|
||||
'gpgcheck' => 'no',
|
||||
'priority' => 1,
|
||||
},
|
||||
|
@ -181,6 +181,10 @@ wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img -P /tmp
|
||||
# Tempest plugin tests require tempest-lib to be installed
|
||||
$SUDO pip install tempest-lib
|
||||
|
||||
# Install Gabbi with pip until it's packaged in RDO:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1252812
|
||||
$SUDO pip install gabbi
|
||||
|
||||
set +e
|
||||
# Select what to test:
|
||||
# Smoke suite
|
||||
|
Loading…
Reference in New Issue
Block a user