-
- Downloads
Adjustments to get tests to work
. test env ansible needs to have the action plugins available . specify default variable for when vpnweb_auth is empty . remove example openvpn_tcp_network6 . don't run leap-prometheus role . ensure roles are added to hosts in test environment . set a specific MENSHEN_API for CI builds . allow for an insecure http API call for internal tests Update .gitlab-ci.yml for fixing test builds: . Replace the copy with built-in --additional-config flags . Set the vpn gateway Location in the inventory automatically . Bring in a pre-fabricated site.yml that will work for CI . Remove the backend group from the vpn host3
Showing
- .gitlab-ci.yml 8 additions, 1 deletion.gitlab-ci.yml
- config/roles/openvpn/templates/50openvpn.firewall.j2 3 additions, 3 deletionsconfig/roles/openvpn/templates/50openvpn.firewall.j2
- config/roles/openvpn/templates/50openvpn_nat.firewall.j2 2 additions, 2 deletionsconfig/roles/openvpn/templates/50openvpn_nat.firewall.j2
- config/roles/vpnweb/tasks/main.yml 1 addition, 1 deletionconfig/roles/vpnweb/tasks/main.yml
- config/services.openvpn.yml 2 additions, 1 deletionconfig/services.openvpn.yml
- test/test-full/group_vars/all/custom_config.yml 3 additions, 1 deletiontest/test-full/group_vars/all/custom_config.yml
- test/test-full/group_vars/all/openvpn_config.yml 0 additions, 1 deletiontest/test-full/group_vars/all/openvpn_config.yml
- test/test-full/site.yml 14 additions, 1 deletiontest/test-full/site.yml
Please register or sign in to comment