Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop EOL Ubuntu 14.04 #449

Merged
merged 4 commits into from
May 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def location_for(place, fake_version = nil)
end

group :test do
gem 'voxpupuli-test', '>= 1.0.0', :require => false
gem 'voxpupuli-test', '>= 1.4.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
end
Expand Down
18 changes: 9 additions & 9 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Data type: `string`

The path to the cassandra configuration file.

Default value: $::cassandra::params::config_path
Default value: $cassandra::params::config_path

##### `data_file_directories`

Expand Down Expand Up @@ -224,7 +224,7 @@ Data type: `string`
The name of the Cassandra package which must be available
from a repository.

Default value: $::cassandra::params::cassandra_pkg
Default value: $cassandra::params::cassandra_pkg

##### `prefer_local`

Expand Down Expand Up @@ -381,7 +381,7 @@ The full path to the systemctl command. Only
needed when the package is installed. Will silently continue if the
executable does not exist.

Default value: $::cassandra::params::systemctl
Default value: $cassandra::params::systemctl

### cassandra::apache_repo

Expand Down Expand Up @@ -882,7 +882,7 @@ Data type: `string`

The name of the JNA package.

Default value: $::cassandra::params::jna_package_name
Default value: $cassandra::params::jna_package_name

##### `package_ensure`

Expand All @@ -899,7 +899,7 @@ Data type: `string`

The name of the Java package to be installed.

Default value: $::cassandra::params::java_package
Default value: $cassandra::params::java_package

##### `yumrepo`

Expand Down Expand Up @@ -935,7 +935,7 @@ Data type: `string`
The name of the optional utilities package to
be installed.

Default value: $::cassandra::params::optutils_package_name
Default value: $cassandra::params::optutils_package_name

### cassandra::params

Expand Down Expand Up @@ -1235,15 +1235,15 @@ Data type: `string`

The value to set for net.ipv4.tcp_rmem.

Default value: $::cassandra::params::net_ipv4_tcp_rmem
Default value: $cassandra::params::net_ipv4_tcp_rmem

##### `net_ipv4_tcp_wmem`

Data type: `string`

The value to set for net.ipv4.tcp_wmem.

Default value: $::cassandra::params::net_ipv4_tcp_wmem
Default value: $cassandra::params::net_ipv4_tcp_wmem

##### `vm_max_map_count`

Expand Down Expand Up @@ -1351,7 +1351,7 @@ Data type: `string`

The path to the configuration directory.

Default value: $::cassandra::config_path
Default value: $cassandra::config_path

##### `file_lines`

Expand Down
1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04",
"18.04"
]
Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions spec/acceptance/nodesets/archlinux-2-x64.yml

This file was deleted.

12 changes: 0 additions & 12 deletions spec/acceptance/nodesets/centos6_2.yml

This file was deleted.

12 changes: 0 additions & 12 deletions spec/acceptance/nodesets/centos6_3.yml

This file was deleted.

15 changes: 0 additions & 15 deletions spec/acceptance/nodesets/centos7.yml

This file was deleted.

14 changes: 0 additions & 14 deletions spec/acceptance/nodesets/debian7.yml

This file was deleted.

18 changes: 0 additions & 18 deletions spec/acceptance/nodesets/debian8.yml

This file was deleted.

31 changes: 0 additions & 31 deletions spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml

This file was deleted.

34 changes: 0 additions & 34 deletions spec/acceptance/nodesets/ec2/image_templates.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions spec/acceptance/nodesets/ec2/rhel-73-x64.yml

This file was deleted.

29 changes: 0 additions & 29 deletions spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml

This file was deleted.

29 changes: 0 additions & 29 deletions spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml

This file was deleted.

29 changes: 0 additions & 29 deletions spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml

This file was deleted.

Loading