Skip to content

Commit 4947ce1

Browse files
authored
Merge pull request #192 from OpenVoxProject/mpo2
Platform support ubuntu-26, sles-16, armhf, aarch64
2 parents 72f9fdf + 404a4ab commit 4947ce1

10 files changed

Lines changed: 42 additions & 2 deletions

openbolt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
5757
spec.add_dependency "net-ssh", ">= 4.0", "< 8.0"
5858
spec.add_dependency "net-ssh-krb", "~> 0.5"
5959
spec.add_dependency "openvox", "~> 8.0"
60-
spec.add_dependency "openvox-strings", '>= 5.0', '< 7'
60+
spec.add_dependency "openvox-strings", '>= 5.0', '< 8'
6161
spec.add_dependency "puppetfile-resolver", ">= 0.6.2", "< 1.0"
6262
spec.add_dependency "puppet-resource_api", ">= 1.8.1"
6363
spec.add_dependency "r10k", ">= 3.10", "< 6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"location":"https://s3.osuosl.org/openvox-artifacts/puppet-runtime/2025.12.15.1/","version":"2025.12.15.1"}
1+
{"location":"https://s3.osuosl.org/openvox-artifacts/puppet-runtime/2026.02.25.1/","version":"2026.02.25.1"}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
platform 'debian-13-amd64' do |plat|
4+
plat.inherit_from_default
5+
end
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
platform 'sles-16-aarch64' do |plat|
4+
plat.inherit_from_default
5+
end
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
platform 'sles-16-x86_64' do |plat|
4+
plat.inherit_from_default
5+
end
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
platform 'ubuntu-24.04-armhf' do |plat|
4+
plat.inherit_from_default
5+
end
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
platform 'ubuntu-25.04-armhf' do |plat|
4+
plat.inherit_from_default
5+
end
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
platform 'ubuntu-26.04-aarch64' do |plat|
4+
plat.inherit_from_default
5+
end
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
platform 'ubuntu-26.04-amd64' do |plat|
4+
plat.inherit_from_default
5+
end
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
platform 'ubuntu-26.04-armhf' do |plat|
4+
plat.inherit_from_default
5+
end

0 commit comments

Comments
 (0)