Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing error #76

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ services:
- docker
cache: pip

notifications:
webhooks: https://www.travisbuddy.com/?insertMode=update
on_success: never

env:
- BASE_IMAGE_VERSION=28 TASK="PKI"
- BASE_IMAGE_VERSION=28 TASK="IPA"
- BASE_IMAGE_VERSION=29 TASK="PKI"
- BASE_IMAGE_VERSION=29 TASK="IPA"
matrix:
- BASE_IMAGE_VERSION=28 TASK="PKI"
- BASE_IMAGE_VERSION=28 TASK="IPA"
- BASE_IMAGE_VERSION=29 TASK="PKI"
- BASE_IMAGE_VERSION=29 TASK="IPA"

before_install:
- set -a && source travis/global_variables
Expand Down
2 changes: 2 additions & 0 deletions travis/ipa-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ sysctl net.ipv6.conf.lo.disable_ipv6=0
# Define constants
server_password="Secret.123"

exit 2

# Install IPA-server
echo "Installing IPA ..."
ipa-server-install -U --domain pki.test --realm PKI.TEST -p ${server_password} -a ${server_password} --setup-dns --setup-kra --auto-forwarders
Expand Down