Skip to content

Commit

Permalink
add Molecule test for CentOS 7 kernel-plus (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubixx authored Oct 7, 2021
1 parent 4626475 commit 5f53200
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
Changelog
---------

**8.3.0**

- add Molecule test for CentOS 7 `kernel-plus`

**8.2.0**

- add support for `kernel-plus` for CentOS 7 (contribution by @john-p-potter)
Expand Down
15 changes: 15 additions & 0 deletions molecule/kvm/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@ platforms:
ip: 192.168.10.130
groups:
- vpn
- name: test-wg-centos7-kernel-plus
box: generic/centos7
interfaces:
- auto_config: true
network_name: private_network
type: static
ip: 192.168.10.140
groups:
- vpn

provisioner:
name: ansible
Expand Down Expand Up @@ -212,6 +221,12 @@ provisioner:
wireguard_port: 51820
wireguard_persistent_keepalive: "30"
wireguard_endpoint: "192.168.10.130"
test-wg-centos7-kernel-plus:
wireguard_address: "10.10.10.140/24"
wireguard_port: 51820
wireguard_persistent_keepalive: "30"
wireguard_endpoint: "192.168.10.140"
wireguard_centos7_installation_method: "kernel-plus"

scenario:
name: kvm
Expand Down

0 comments on commit 5f53200

Please sign in to comment.