Skip to content

Commit

Permalink
Merge pull request #1163 from lsst-it/IT-5135/rke-1.5.8
Browse files Browse the repository at this point in the history
(site/cp) bump rke to 1.5.8
  • Loading branch information
cbarria authored May 22, 2024
2 parents f68b84c + fb2502b commit 717c369
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 30 deletions.
2 changes: 1 addition & 1 deletion hieradata/role/rke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ profile::core::helm::version: "3.5.4"
profile::core::kernel::debuginfo: true
profile::core::kernel::devel: true
profile::core::common::manage_node_exporter: false
profile::core::rke::version: "1.4.6"
profile::core::rke::version: "1.5.8"

files:
/home/rke/.bash_profile:
Expand Down
2 changes: 1 addition & 1 deletion site/profile/manifests/core/rke.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class profile::core::rke (
Boolean $enable_dhcp = false,
Optional[Sensitive[String[1]]] $keytab_base64 = undef,
String $version = '1.4.6',
String $version = '1.5.8',
) {
include kmod
require ipa
Expand Down
4 changes: 2 additions & 2 deletions spec/classes/core/rke_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

it do
is_expected.to contain_class('rke').with(
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end
end
Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/chonchon01.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

it do
is_expected.to contain_class('rke').with(
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/lukay01.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

it do
is_expected.to contain_class('rke').with(
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/rancher01.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

it do
is_expected.to contain_class('rke').with(
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/yagan01.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

it do
is_expected.to contain_class('rke').with(
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/yagan11.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

it do
is_expected.to contain_class('rke').with(
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/yepun01.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

it do
is_expected.to contain_class('rke').with(
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end

Expand Down
19 changes: 5 additions & 14 deletions spec/hosts/roles/rke_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,11 @@
)
end

if (site == 'dev') || (site == 'tu') || (site == 'ls')
it do
is_expected.to contain_class('rke').with(
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end
else
it do
is_expected.to contain_class('rke').with(
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
)
end
it do
is_expected.to contain_class('rke').with(
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end
end

Expand Down

0 comments on commit 717c369

Please sign in to comment.