Skip to content

Commit

Permalink
(site/ls) bump rke to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarria committed May 15, 2024
1 parent 7d06fc5 commit 2c636f1
Show file tree
Hide file tree
Showing 9 changed files with 12 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.8"
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.8"
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.4.6',
version: '1.5.8',
)
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.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
end

Expand Down
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/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.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
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.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
version: '1.5.8',
checksum: 'f691a33b59db48485e819d89773f2d634e347e9197f4bb6b03270b192bd9786d',
)
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.4.6',
version: '1.5.8',
)
end

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

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

0 comments on commit 2c636f1

Please sign in to comment.