Skip to content

Commit

Permalink
Troubleshooting.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Jan 8, 2025
1 parent 3967a2c commit d81733b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ans-int-test-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:

services:
old_cre:
image: checkmk/check-mk-raw:2.2.0p35
image: checkmk/check-mk-raw:2.2.0p37
ports:
- 5022:5000
env:
CMK_SITE_ID: "old_cre"
CMK_PASSWORD: "Sup3rSec4et!"
old_cre_r1:
image: checkmk/check-mk-raw:2.2.0p35
image: checkmk/check-mk-raw:2.2.0p37
ports:
- 6022:5000
- 6564:6557
Expand All @@ -79,14 +79,14 @@ jobs:
CMK_PASSWORD: "Sup3rSec4et!"
CMK_LIVESTATUS_TCP: "on"
stable_cre:
image: checkmk/check-mk-raw:2.3.0p19
image: checkmk/check-mk-raw:2.3.0p5
ports:
- 5023:5000
env:
CMK_SITE_ID: "stable_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cre_r1:
image: checkmk/check-mk-raw:2.3.0p19
image: checkmk/check-mk-raw:2.3.0p5
ports:
- 6023:5000
- 6565:6557
Expand All @@ -96,14 +96,14 @@ jobs:
CMK_PASSWORD: "Sup3rSec4et!"
CMK_LIVESTATUS_TCP: "on"
stable_cce:
image: checkmk/check-mk-cloud:2.3.0p19
image: checkmk/check-mk-cloud:2.3.0p5
ports:
- 5223:5000
env:
CMK_SITE_ID: "stable_cce"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cce_r1:
image: checkmk/check-mk-cloud:2.3.0p19
image: checkmk/check-mk-cloud:2.3.0p5
ports:
- 6021:5000
- 6571:6557
Expand All @@ -112,14 +112,14 @@ jobs:
CMK_PASSWORD: "Sup3rSec4et!"
CMK_LIVESTATUS_TCP: "on"
stable_cme:
image: checkmk/check-mk-managed:2.3.0p19
image: checkmk/check-mk-managed:2.3.0p5
ports:
- 5323:5000
env:
CMK_SITE_ID: "stable_cme"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme_r1:
image: checkmk/check-mk-managed:2.3.0p19
image: checkmk/check-mk-managed:2.3.0p5
ports:
- 6323:5000
- 6561:6557
Expand All @@ -128,7 +128,7 @@ jobs:
CMK_PASSWORD: "Sup3rSec4et!"
CMK_LIVESTATUS_TCP: "on"
stable_cme_r2:
image: checkmk/check-mk-managed:2.3.0p19
image: checkmk/check-mk-managed:2.3.0p5
ports:
- 7323:5000
- 6562:6557
Expand Down
8 changes: 4 additions & 4 deletions tests/integration/targets/site/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
checkmk_var_test_sites:
- version: "2.3.0p19"
- version: "2.3.0p5"
edition: "cme"
site: "stable_cme"
port: "5323"
Expand Down Expand Up @@ -74,7 +74,7 @@ checkmk_var_test_sites:
authentication:
username: "{{ checkmk_var_automation_user }}"
password: "{{ checkmk_var_automation_secret }}"
- version: "2.3.0p19"
- version: "2.3.0p5"
edition: "cce"
site: "stable_cce"
port: "5223"
Expand Down Expand Up @@ -103,7 +103,7 @@ checkmk_var_test_sites:
authentication:
username: "{{ checkmk_var_automation_user }}"
password: "{{ checkmk_var_automation_secret }}"
- version: "2.3.0p19"
- version: "2.3.0p5"
edition: "cre"
site: "stable_cre"
port: "5023"
Expand Down Expand Up @@ -151,7 +151,7 @@ checkmk_var_test_sites:
authentication:
username: "{{ checkmk_var_automation_user }}"
password: "{{ checkmk_var_automation_secret }}"
- version: "2.2.0p35"
- version: "2.2.0p37"
edition: "cre"
site: "old_cre"
port: "5022"
Expand Down

0 comments on commit d81733b

Please sign in to comment.