repos: pin RDO to Newton & UCA to stable/mitaka

* Pin RDO to latest Newton.
* Pin UCA to stable repos for Mitaka. Canonical plans to provide Newton
 repos after OpenStack Summit in Austin.
* Install Gabbi manually, required to run Gnocchi tests.
Change-Id: Ic36fd606fe06202b0ca5b8eeaf5c5bdc2a5708fd
This commit is contained in:
Emilien Macchi
2016年04月14日 10:27:19 -04:00
parent 2099895646
commit 50dd41cd8d

View File

@@ -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,
}
#CephisbothpackagedonUCA&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,
},

View File

@@ -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
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.