Merge "acceptance: bump to Liberty release"
This commit is contained in:
commit
8f334ea1df
@ -12,14 +12,28 @@ describe 'basic swift' do
|
||||
case $::osfamily {
|
||||
'Debian': {
|
||||
include ::apt
|
||||
class { '::openstack_extras::repo::debian::ubuntu':
|
||||
release => 'kilo',
|
||||
package_require => true,
|
||||
apt::ppa { 'ppa:ubuntu-cloud-archive/liberty-staging':
|
||||
# it's false by default in 2.x series but true in 1.8.x
|
||||
package_manage => false,
|
||||
}
|
||||
Exec['apt_update'] -> Package<||>
|
||||
}
|
||||
'RedHat': {
|
||||
class { '::openstack_extras::repo::redhat::redhat':
|
||||
release => 'kilo',
|
||||
manage_rdo => false,
|
||||
repo_hash => {
|
||||
# we need kilo repo to be installed for dependencies
|
||||
'rdo-kilo' => {
|
||||
'baseurl' => 'https://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/',
|
||||
'descr' => 'RDO kilo',
|
||||
'gpgcheck' => 'no',
|
||||
},
|
||||
'rdo-liberty' => {
|
||||
'baseurl' => 'http://trunk.rdoproject.org/centos7/current/',
|
||||
'descr' => 'RDO trunk',
|
||||
'gpgcheck' => 'no',
|
||||
},
|
||||
},
|
||||
}
|
||||
package { 'openstack-selinux': ensure => 'latest' }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user