Skip to content

Commit

Permalink
Test Keycloak 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Mar 14, 2020
1 parent ea3163d commit ce573fc
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 47 deletions.
84 changes: 42 additions & 42 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,68 +20,68 @@
collection: puppet5
extra_envs:
- BEAKER_keycloak_full: yes
# - set: centos-7
# collection: puppet5
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
# - BEAKER_keycloak_full: yes
- set: centos-7
collection: puppet5
extra_envs:
- BEAKER_keycloak_version: 9.0.0
- BEAKER_keycloak_full: yes
- set: centos-7
collection: puppet6
extra_envs:
- BEAKER_keycloak_full: yes
- set: centos-7
collection: puppet6
extra_envs:
- BEAKER_keycloak_version: 9.0.0
- BEAKER_keycloak_full: yes
# - set: centos-7
# collection: puppet6
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
# - BEAKER_keycloak_full: yes
- set: centos-8
collection: puppet5
# - set: centos-8
# collection: puppet5
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
- set: centos-8
collection: puppet5
extra_envs:
- BEAKER_keycloak_version: 9.0.0
- set: centos-8
collection: puppet6
- set: centos-8
collection: puppet6
# - set: centos-8
# collection: puppet6
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
extra_envs:
- BEAKER_keycloak_version: 9.0.0
- set: debian-9
collection: puppet5
- set: debian-9
collection: puppet5
# - set: debian-9
# collection: puppet5
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
extra_envs:
- BEAKER_keycloak_version: 9.0.0
- set: debian-9
collection: puppet6
- set: debian-9
collection: puppet6
# - set: debian-9
# collection: puppet6
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
extra_envs:
- BEAKER_keycloak_version: 9.0.0
- set: debian-10
collection: puppet5
# - set: debian-10
# collection: puppet5
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
- set: debian-10
collection: puppet5
extra_envs:
- BEAKER_keycloak_version: 9.0.0
- set: debian-10
collection: puppet6
- set: debian-10
collection: puppet6
# - set: debian-10
# collection: puppet6
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
extra_envs:
- BEAKER_keycloak_version: 9.0.0
- set: ubuntu-1804
collection: puppet5
- set: ubuntu-1804
collection: puppet5
# - set: ubuntu-1804
# collection: puppet5
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
extra_envs:
- BEAKER_keycloak_version: 9.0.0
- set: ubuntu-1804
collection: puppet6
- set: ubuntu-1804
collection: puppet6
# - set: ubuntu-1804
# collection: puppet6
# extra_envs:
# - BEAKER_keycloak_version: 7.0.0
extra_envs:
- BEAKER_keycloak_version: 9.0.0
user: treydock
secure: "u4N3WOhiO4X0mmEF7I+ARGpcw4Wrmt1xA8cmG2Qlnvr+r3c7RgWfc6GoabLicGKoN/OqVPD1b6lXJ+Xrg8VAJb9NmFjXYkowbTYgyyPsx6fSIshaquThkrEUsaF1C5hWx1rADXCz8hkpvX537xye/uKQlvDjwHyHaJWu3rpCfsDApYwYZhIkKtsSk2hOlcX9jfI1LE/H6YYo44uRBxg2lyUusScJQcDe023mBYOOSet3C4w4UpPBqR0mu9XvjJHk0KJzBE2Jk6g7W+02/ZkVW9qDXh70mCE562uQN/CE8rjcM5V1M6L69YzG5rv0LSuV4rnrjNtkNz6GZPDKIpuwOLEkA0M+jBr+F2d4tPHyMVDGLQHIIl5/TxXU2A9+gDe9yZFeZ7KEOSkkYfEgKgHcPHMZQJhs7Xkj2ab+F3AFjrSbjWngX892NQXp9XK4EXBZzogdsEp+wHULc9ybb9BKUNS0FIbCOjJoqBuwe7Is8vfVQ+OXAxVnP1POEoAgmgD3gQVHtedBAYrT7Ge+uxILua+KaPYkxBh/Cg9TYYSJeO/y0LH8pV3zSOQ3oU3MGZRbZrLbNkFAq9sYu3Klw52NEgfgXNRaE5AIpC0Tjf/BHZuaGGPyZML4A14tctwzFCFmG8SXkN2fFtpS5LAfLzbizi2KecPMyEjSpHJATJ/6HuQ="
.gitlab-ci.yml:
Expand Down
90 changes: 90 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_set=centos-7 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0 BEAKER_keycloak_full=true
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
Expand All @@ -41,6 +50,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=centos-7 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0 BEAKER_keycloak_full=true
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
Expand All @@ -50,6 +68,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_set=centos-8 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
Expand All @@ -59,6 +86,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=centos-8 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
Expand All @@ -68,6 +104,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_set=debian-9 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
Expand All @@ -77,6 +122,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=debian-9 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
Expand All @@ -86,6 +140,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_set=debian-10 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
Expand All @@ -95,6 +158,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=debian-10 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
Expand All @@ -104,6 +176,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_set=ubuntu-1804 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
Expand All @@ -113,6 +194,15 @@ matrix:
services: docker
stage: acceptance
sudo: required
-
bundler_args: --with system_tests
dist: xenial
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=ubuntu-1804 BEAKER_TESTMODE=apply BEAKER_keycloak_version=9.0.0
rvm: 2.5.3
script: bundle exec rake beaker
services: docker
stage: acceptance
sudo: required
-
env: CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
stage: static
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"version_requirement": ">= 5.0.0 < 7.0.0"
}
],
"pdk-version": "1.14.1",
"pdk-version": "1.17.0",
"template-url": "https://github.com/treydock/pdk-templates.git#master",
"template-ref": "heads/master-0-gaddf0b8"
"template-ref": "heads/master-0-gd71639e"
}
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/debian-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HOSTS:
docker_cmd:
- '/sbin/init'
docker_image_commands:
- 'apt-get install -y wget net-tools systemd-sysv locales iproute2'
- 'apt-get install -y wget net-tools systemd-sysv locales apt-transport-https ca-certificates iproute2'
- 'echo "LC_ALL=en_US.UTF-8" >> /etc/environment'
- 'echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen'
- 'echo "LANG=en_US.UTF-8" > /etc/locale.conf'
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/debian-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HOSTS:
docker_cmd:
- '/sbin/init'
docker_image_commands:
- 'apt-get install -y wget net-tools systemd-sysv locales'
- 'apt-get install -y wget net-tools systemd-sysv locales apt-transport-https ca-certificates'
- 'echo "LC_ALL=en_US.UTF-8" >> /etc/environment'
- 'echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen'
- 'echo "LANG=en_US.UTF-8" > /etc/locale.conf'
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/ubuntu-1804.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HOSTS:
docker_cmd: '["/sbin/init"]'
docker_image_commands:
- "rm -f /etc/dpkg/dpkg.cfg.d/excludes"
- 'apt-get install -y wget net-tools locales iproute2'
- 'apt-get install -y wget net-tools locales apt-transport-https ca-certificates iproute2'
- 'locale-gen en_US.UTF-8'
docker_container_name: 'keycloak-ubuntu1804'
CONFIG:
Expand Down

0 comments on commit ce573fc

Please sign in to comment.