Skip to content

Commit

Permalink
Merge pull request #1125 from lsst-it/IT-5128/rke
Browse files Browse the repository at this point in the history
(cluster/{yagan,yepun}) bump rke to 1.4.6
  • Loading branch information
jhoblitt authored Apr 11, 2024
2 parents e7c38ff + 98cb2e0 commit 41232f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion hieradata/cluster/yagan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ clustershell::groupmembers:
yagan: {group: "yagan", member: "yagan[01-20]"}
profile::core::rke::enable_dhcp: true
profile::core::ospl::enable_rundir: true
profile::core::rke::version: "1.3.12"
1 change: 0 additions & 1 deletion hieradata/cluster/yepun.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
clustershell::groupmembers:
yepun: {group: "yepun", member: "yepun[01-05]"}
profile::core::rke::version: "1.3.12"
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.3.12',
checksum: '579da2206aec09cadccd8d6f4818861e78a256b6ae550a229335e500a472bd50',
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
)
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.3.12',
checksum: '579da2206aec09cadccd8d6f4818861e78a256b6ae550a229335e500a472bd50',
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
)
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.3.12',
checksum: '579da2206aec09cadccd8d6f4818861e78a256b6ae550a229335e500a472bd50',
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
)
end

Expand Down

0 comments on commit 41232f0

Please sign in to comment.