-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Mark `iptables::use_firewalld()` function deprecated * Drop support for EOL operating systems * Bump version to 7.0.0 since this is a breaking change
- Loading branch information
Showing
23 changed files
with
196 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
iptables::install::ipv4_package: iptables-services | ||
iptables::install::ipv6_package: iptables-services | ||
iptables::use_firewalld: false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
HOSTS: | ||
almalinux8: | ||
roles: | ||
- default | ||
- firewalld | ||
platform: el-8-x86_64 | ||
box: almalinux/8 | ||
hypervisor: <%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %> | ||
CONFIG: | ||
type: aio | ||
log_level: verbose | ||
synced_folder: disabled | ||
puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
HOSTS: | ||
almalinux9: | ||
roles: | ||
- default | ||
- firewalld | ||
platform: el-9-x86_64 | ||
box: almalinux/9 | ||
hypervisor: <%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %> | ||
CONFIG: | ||
type: aio | ||
vagrant_memsize: 2048 | ||
log_level: verbose | ||
synced_folder: disabled | ||
puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
<% | ||
if ENV['BEAKER_HYPERVISOR'] | ||
hypervisor = ENV['BEAKER_HYPERVISOR'] | ||
else | ||
hypervisor = 'vagrant' | ||
end | ||
-%> | ||
--- | ||
HOSTS: | ||
amzn2: | ||
roles: | ||
- default | ||
- iptables | ||
platform: el-7-x86_64 | ||
box: gbailey/amzn2 | ||
hypervisor: <%= hypervisor %> | ||
hypervisor: <%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %> | ||
|
||
CONFIG: | ||
log_level: verbose | ||
synced_folder : disabled | ||
synced_folder: disabled | ||
type: aio | ||
vagrant_memsize: 512 | ||
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%> | ||
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %> | ||
<% end -%> | ||
vagrant_memsize: 1024 | ||
puppet_collection: <%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
HOSTS: | ||
centos9: | ||
roles: | ||
- default | ||
- firewalld | ||
platform: el-9-x86_64 | ||
box: generic/centos9s | ||
hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>" | ||
family: centos-cloud/centos-stream-9 | ||
gce_machine_type: n1-standard-1 | ||
CONFIG: | ||
type: aio | ||
vagrant_memsize: 1024 | ||
log_level: verbose | ||
synced_folder: disabled | ||
puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,17 @@ | ||
--- | ||
HOSTS: | ||
el7: | ||
rocky9: | ||
roles: | ||
- default | ||
- iptables | ||
- firewalld | ||
platform: el-7-x86_64 | ||
box: centos/7 | ||
- default | ||
- firewalld | ||
platform: el-9-x86_64 | ||
box: generic/rocky9 | ||
hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>" | ||
family: centos-cloud/centos-7 | ||
gce_machine_type: n1-standard-2 | ||
el8: | ||
roles: | ||
- firewalld | ||
platform: el-8-x86_64 | ||
box: generic/centos8 | ||
hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>" | ||
family: centos-cloud/centos-stream-8 | ||
gce_machine_type: n1-standard-2 | ||
family: rocky-linux-cloud/rocky-linux-9 | ||
gce_machine_type: n1-standard-1 | ||
CONFIG: | ||
type: aio | ||
vagrant_memsize: 256 | ||
vagrant_memsize: 1024 | ||
log_level: verbose | ||
synced_folder: disabled | ||
puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>" |
17 changes: 4 additions & 13 deletions
17
spec/acceptance/nodesets/oel.yml → spec/acceptance/nodesets/oel8.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,17 @@ | ||
--- | ||
HOSTS: | ||
oel7: | ||
roles: | ||
- default | ||
- iptables | ||
- firewalld | ||
platform: el-7-x86_64 | ||
box: generic/oracle7 | ||
hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>" | ||
family: sicura-image-build/oracle-linux-7 | ||
gce_machine_type: n1-standard-2 | ||
oel8: | ||
roles: | ||
- firewalld | ||
- default | ||
- firewalld | ||
platform: el-8-x86_64 | ||
box: generic/oracle8 | ||
hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>" | ||
family: sicura-image-build/oracle-linux-8 | ||
gce_machine_type: n1-standard-2 | ||
gce_machine_type: n1-standard-1 | ||
CONFIG: | ||
type: aio | ||
vagrant_memsize: 256 | ||
vagrant_memsize: 1024 | ||
log_level: verbose | ||
synced_folder: disabled | ||
puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
HOSTS: | ||
oel9: | ||
roles: | ||
- default | ||
- firewalld | ||
platform: el-9-x86_64 | ||
box: generic/oracle9 | ||
hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>" | ||
family: sicura-image-build/oracle-linux-9 | ||
gce_machine_type: n1-standard-1 | ||
CONFIG: | ||
type: aio | ||
vagrant_memsize: 1024 | ||
log_level: verbose | ||
synced_folder: disabled | ||
puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 9 additions & 10 deletions
19
spec/acceptance/nodesets/rhel7.yml → spec/acceptance/nodesets/rhel9.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
HOSTS: | ||
rocky8: | ||
roles: | ||
- default | ||
- firewalld | ||
platform: el-8-x86_64 | ||
box: generic/rocky8 | ||
hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>" | ||
family: rocky-linux-cloud/rocky-linux-8 | ||
gce_machine_type: n1-standard-1 | ||
CONFIG: | ||
type: aio | ||
vagrant_memsize: 1024 | ||
log_level: verbose | ||
synced_folder: disabled | ||
puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.