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 d81733b commit 42c933f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ans-int-test-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ jobs:
CMK_PASSWORD: "Sup3rSec4et!"
CMK_LIVESTATUS_TCP: "on"
stable_cre:
image: checkmk/check-mk-raw:2.3.0p5
image: checkmk/check-mk-raw:2.3.0p10
ports:
- 5023:5000
env:
CMK_SITE_ID: "stable_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cre_r1:
image: checkmk/check-mk-raw:2.3.0p5
image: checkmk/check-mk-raw:2.3.0p10
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.0p5
image: checkmk/check-mk-cloud:2.3.0p10
ports:
- 5223:5000
env:
CMK_SITE_ID: "stable_cce"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cce_r1:
image: checkmk/check-mk-cloud:2.3.0p5
image: checkmk/check-mk-cloud:2.3.0p10
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.0p5
image: checkmk/check-mk-managed:2.3.0p10
ports:
- 5323:5000
env:
CMK_SITE_ID: "stable_cme"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme_r1:
image: checkmk/check-mk-managed:2.3.0p5
image: checkmk/check-mk-managed:2.3.0p10
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.0p5
image: checkmk/check-mk-managed:2.3.0p10
ports:
- 7323:5000
- 6562:6557
Expand Down
6 changes: 3 additions & 3 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.0p5"
- version: "2.3.0p10"
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.0p5"
- version: "2.3.0p10"
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.0p5"
- version: "2.3.0p10"
edition: "cre"
site: "stable_cre"
port: "5023"
Expand Down

0 comments on commit 42c933f

Please sign in to comment.