add Molecule test for CentOS 7 kernel-plus (#131)

master 8.3.0
Robert Wimmer 3 years ago committed by GitHub
parent 4626475a9c
commit 5f5320010f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
Changelog Changelog
--------- ---------
**8.3.0**
- add Molecule test for CentOS 7 `kernel-plus`
**8.2.0** **8.2.0**
- add support for `kernel-plus` for CentOS 7 (contribution by @john-p-potter) - add support for `kernel-plus` for CentOS 7 (contribution by @john-p-potter)

@ -133,6 +133,15 @@ platforms:
ip: 192.168.10.130 ip: 192.168.10.130
groups: groups:
- vpn - 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: provisioner:
name: ansible name: ansible
@ -212,6 +221,12 @@ provisioner:
wireguard_port: 51820 wireguard_port: 51820
wireguard_persistent_keepalive: "30" wireguard_persistent_keepalive: "30"
wireguard_endpoint: "192.168.10.130" 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: scenario:
name: kvm name: kvm

Loading…
Cancel
Save