Merge "Change repos to stein"
This commit is contained in:
commit
81178e63cd
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
class openstack_extras::repo::debian::params
|
class openstack_extras::repo::debian::params
|
||||||
{
|
{
|
||||||
$release = 'rocky'
|
$release = 'stein'
|
||||||
|
|
||||||
$uca_name = 'ubuntu-cloud-archive'
|
$uca_name = 'ubuntu-cloud-archive'
|
||||||
$uca_location = 'http://ubuntu-cloud.archive.canonical.com/ubuntu'
|
$uca_location = 'http://ubuntu-cloud.archive.canonical.com/ubuntu'
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
class openstack_extras::repo::redhat::params
|
class openstack_extras::repo::redhat::params
|
||||||
{
|
{
|
||||||
$release = 'rocky'
|
$release = 'stein'
|
||||||
|
|
||||||
$repo_defaults = { 'enabled' => '1',
|
$repo_defaults = { 'enabled' => '1',
|
||||||
'gpgcheck' => '1',
|
'gpgcheck' => '1',
|
||||||
|
@ -13,7 +13,7 @@ describe 'openstack_extras::repo::debian::debian' do
|
|||||||
|
|
||||||
let :paramclass_defaults do
|
let :paramclass_defaults do
|
||||||
{
|
{
|
||||||
:release => 'rocky'
|
:release => 'stein'
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -27,14 +27,14 @@ describe 'openstack_extras::repo::debian::debian' do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it { should contain_apt__source('debian-openstack-backports').with(
|
it { should contain_apt__source('debian-openstack-backports').with(
|
||||||
:location => 'http://stretch-rocky.debian.net/debian',
|
:location => 'http://stretch-stein.debian.net/debian',
|
||||||
:release => 'stretch-rocky-backports',
|
:release => 'stretch-stein-backports',
|
||||||
:repos => 'main',
|
:repos => 'main',
|
||||||
)}
|
)}
|
||||||
|
|
||||||
it { should contain_apt__source('debian-openstack-backports-nochange').with(
|
it { should contain_apt__source('debian-openstack-backports-nochange').with(
|
||||||
:location => 'http://stretch-rocky.debian.net/debian',
|
:location => 'http://stretch-stein.debian.net/debian',
|
||||||
:release => 'stretch-rocky-backports-nochange',
|
:release => 'stretch-stein-backports-nochange',
|
||||||
:repos => 'main'
|
:repos => 'main'
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ describe 'openstack_extras::repo::debian::ubuntu' do
|
|||||||
|
|
||||||
let :paramclass_defaults do
|
let :paramclass_defaults do
|
||||||
{
|
{
|
||||||
:release => 'rocky'
|
:release => 'stein'
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ describe 'openstack_extras::repo::debian::ubuntu' do
|
|||||||
|
|
||||||
it { should contain_apt__source('ubuntu-cloud-archive').with(
|
it { should contain_apt__source('ubuntu-cloud-archive').with(
|
||||||
:location => 'http://ubuntu-cloud.archive.canonical.com/ubuntu',
|
:location => 'http://ubuntu-cloud.archive.canonical.com/ubuntu',
|
||||||
:release => 'trusty-updates/rocky',
|
:release => 'trusty-updates/stein',
|
||||||
:repos => 'main',
|
:repos => 'main',
|
||||||
)}
|
)}
|
||||||
|
|
||||||
@ -127,7 +127,7 @@ describe 'openstack_extras::repo::debian::ubuntu' do
|
|||||||
|
|
||||||
it { should contain_apt__source('ubuntu-cloud-archive').with(
|
it { should contain_apt__source('ubuntu-cloud-archive').with(
|
||||||
:location => 'http://mirror.dfw.rax.openstack.org/ubuntu-cloud-archive',
|
:location => 'http://mirror.dfw.rax.openstack.org/ubuntu-cloud-archive',
|
||||||
:release => 'trusty-proposed/rocky',
|
:release => 'trusty-proposed/stein',
|
||||||
:repos => 'main',
|
:repos => 'main',
|
||||||
)}
|
)}
|
||||||
end
|
end
|
||||||
|
@ -15,7 +15,7 @@ describe 'openstack_extras::repo::redhat::redhat' do
|
|||||||
|
|
||||||
let :paramclass_defaults do
|
let :paramclass_defaults do
|
||||||
{
|
{
|
||||||
:release => 'rocky',
|
:release => 'stein',
|
||||||
:repo_defaults => { 'enabled' => '1',
|
:repo_defaults => { 'enabled' => '1',
|
||||||
'gpgcheck' => '1',
|
'gpgcheck' => '1',
|
||||||
'notify' => 'Exec[yum_refresh]',
|
'notify' => 'Exec[yum_refresh]',
|
||||||
@ -40,8 +40,8 @@ describe 'openstack_extras::repo::redhat::redhat' do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it { should contain_yumrepo('rdo-release').with(
|
it { should contain_yumrepo('rdo-release').with(
|
||||||
:baseurl => "http://mirror.centos.org/centos/7/cloud/$basearch/openstack-rocky/",
|
:baseurl => "http://mirror.centos.org/centos/7/cloud/$basearch/openstack-stein/",
|
||||||
:descr => 'OpenStack Rocky Repository',
|
:descr => 'OpenStack Stein Repository',
|
||||||
:gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud',
|
:gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud',
|
||||||
:enabled => '1',
|
:enabled => '1',
|
||||||
:gpgcheck => '1',
|
:gpgcheck => '1',
|
||||||
@ -180,8 +180,8 @@ describe 'openstack_extras::repo::redhat::redhat' do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it { should contain_yumrepo('rdo-release').with(
|
it { should contain_yumrepo('rdo-release').with(
|
||||||
:baseurl => "http://mirror.dfw.rax.openstack.org/centos/7/cloud/\$basearch/openstack-rocky/",
|
:baseurl => "http://mirror.dfw.rax.openstack.org/centos/7/cloud/\$basearch/openstack-stein/",
|
||||||
:descr => 'OpenStack Rocky Repository',
|
:descr => 'OpenStack Stein Repository',
|
||||||
:gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud',
|
:gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud',
|
||||||
:proxy => 'http://my.proxy.com:8000'
|
:proxy => 'http://my.proxy.com:8000'
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user