From 5466e034fcfc60621fe70bab48b8a62a966abaa9 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Wed, 8 May 2024 10:27:50 -0700 Subject: [PATCH] (site/tu) bump rke to 1.5.8 --- hieradata/site/tu/role/rke.yaml | 1 + spec/hosts/nodes/pillan01.tu.lsst.org_spec.rb | 2 +- spec/hosts/nodes/pillan08.tu.lsst.org_spec.rb | 2 +- spec/hosts/nodes/rancher01.tu.lsst.org_spec.rb | 2 +- spec/hosts/roles/rke_spec.rb | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hieradata/site/tu/role/rke.yaml b/hieradata/site/tu/role/rke.yaml index 7a7caa081f..6c241ed3ad 100644 --- a/hieradata/site/tu/role/rke.yaml +++ b/hieradata/site/tu/role/rke.yaml @@ -1,2 +1,3 @@ --- profile::core::docker::version: "24.0.9" +profile::core::rke::version: "1.5.8" diff --git a/spec/hosts/nodes/pillan01.tu.lsst.org_spec.rb b/spec/hosts/nodes/pillan01.tu.lsst.org_spec.rb index 17bffd06f7..cf10512100 100644 --- a/spec/hosts/nodes/pillan01.tu.lsst.org_spec.rb +++ b/spec/hosts/nodes/pillan01.tu.lsst.org_spec.rb @@ -39,7 +39,7 @@ it do is_expected.to contain_class('profile::core::rke').with( enable_dhcp: true, - version: '1.4.6', + version: '1.5.8', ) end diff --git a/spec/hosts/nodes/pillan08.tu.lsst.org_spec.rb b/spec/hosts/nodes/pillan08.tu.lsst.org_spec.rb index aaf2082b10..729becdd2e 100644 --- a/spec/hosts/nodes/pillan08.tu.lsst.org_spec.rb +++ b/spec/hosts/nodes/pillan08.tu.lsst.org_spec.rb @@ -42,7 +42,7 @@ it do is_expected.to contain_class('profile::core::rke').with( enable_dhcp: true, - version: '1.4.6', + version: '1.5.8', ) end diff --git a/spec/hosts/nodes/rancher01.tu.lsst.org_spec.rb b/spec/hosts/nodes/rancher01.tu.lsst.org_spec.rb index 5059006573..d2c1b6bdc7 100644 --- a/spec/hosts/nodes/rancher01.tu.lsst.org_spec.rb +++ b/spec/hosts/nodes/rancher01.tu.lsst.org_spec.rb @@ -32,7 +32,7 @@ it do is_expected.to contain_class('profile::core::rke').with( - version: '1.4.6', + version: '1.5.8', ) end diff --git a/spec/hosts/roles/rke_spec.rb b/spec/hosts/roles/rke_spec.rb index 7cc50269d5..7b0bec6522 100644 --- a/spec/hosts/roles/rke_spec.rb +++ b/spec/hosts/roles/rke_spec.rb @@ -35,7 +35,7 @@ ) end - if site == 'dev' + if (site == 'dev') || (site == 'tu') it do is_expected.to contain_class('rke').with( version: '1.5.8',