Skip to content

Commit

Permalink
Merge pull request #1211 from lsst-it/IT-5439_rke_bump_ls
Browse files Browse the repository at this point in the history
(role/rke) bump LS client to v1.5.9
  • Loading branch information
cbarria authored Jun 11, 2024
2 parents 3ee8b8c + 7689969 commit 9a7f43e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
1 change: 0 additions & 1 deletion hieradata/cluster/antu/role/rke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
classes:
- "profile::core::sysctl::rp_filter"
profile::core::sysctl::rp_filter::enable: false
profile::core::rke::version: "1.5.9"
1 change: 1 addition & 0 deletions hieradata/site/ls/role/rke.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
profile::core::docker::version: "24.0.9"
profile::core::rke::version: "1.5.9"
2 changes: 1 addition & 1 deletion spec/hosts/nodes/chango01.ls.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

it do
is_expected.to contain_class('profile::core::rke').with(
version: '1.5.8',
version: '1.5.9',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/gaw01.ls.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.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
version: '1.5.9',
checksum: '1d31248135c2d0ef0c3606313d80bd27a199b98567a053036b9e49e13827f54b',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/konkong01.ls.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.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
version: '1.5.9',
checksum: '1d31248135c2d0ef0c3606313d80bd27a199b98567a053036b9e49e13827f54b',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/luan01.ls.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.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
version: '1.5.9',
checksum: '1d31248135c2d0ef0c3606313d80bd27a199b98567a053036b9e49e13827f54b',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/nodes/manke01.ls.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.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
version: '1.5.9',
checksum: '1d31248135c2d0ef0c3606313d80bd27a199b98567a053036b9e49e13827f54b',
)
end

Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/nodes/rancher01.ls.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

it do
is_expected.to contain_class('profile::core::rke').with(
version: '1.5.8',
version: '1.5.9',
)
end

Expand Down
3 changes: 2 additions & 1 deletion spec/hosts/roles/rke_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
)
end

if (site == 'dev') || (site == 'tu')
case site
when 'dev', 'tu', 'ls'
it do
is_expected.to contain_class('rke').with(
version: '1.5.9',
Expand Down

0 comments on commit 9a7f43e

Please sign in to comment.