Skip to content

Commit

Permalink
Removed ubuntu 14.04 support because there is no adoptopenjdk available.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Haakseth authored and h-haaks committed Jul 4, 2022
1 parent b4e4872 commit 947c7b9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 29 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
Added RedHat and CentOS 8 support
Removed Debian 7 support
Added Debian 9 and 10 support
Removed Ubuntu 14.04 support
Added Ubuntu 18.04 and 20.04 support
Removed OpenSuSE support

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Vagrant.configure(2) do |config|
config.vm.define 'test', autostart: false do |node|
node.vm.box = 'bento/centos-7.8'
node.vm.provider 'virtualbox' do |vm|
vm.memory = 4 *
vm.memory = 4 * 1024
vm.cpus = 2
end

Expand Down
1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04",
"18.04",
"20.04"
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/default.yml
25 changes: 0 additions & 25 deletions spec/acceptance/nodesets/ubuntu-1404-docker.yml

This file was deleted.

1 change: 0 additions & 1 deletion spec/acceptance/nodesets/ubuntu-1404.yml

This file was deleted.

0 comments on commit 947c7b9

Please sign in to comment.