add Molecule test for CentOS 7 kernel-plus (#131)
This commit is contained in:
parent
4626475a9c
commit
5f5320010f
2 changed files with 19 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue