fix: EXPECTED_STOPPED Host-Namen pp1/pp2 statt pve-pp-1/pve-pp-2
This commit is contained in:
parent
301fc507cb
commit
1a742f48d6
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ def _get_passwords(cfg):
|
|||
CRITICAL_CONTAINERS = [101, 109, 111, 112, 113, 115]
|
||||
|
||||
EXPECTED_STOPPED = {
|
||||
(101, "pve-pp-2"), # yt-desktop-standby — Reserve, absichtlich gestoppt
|
||||
(101, "pp1"), # yt-desktop-standby — Reserve, absichtlich gestoppt (pp-cluster)
|
||||
(101, "pp2"), # yt-desktop-standby — Reserve, absichtlich gestoppt (pp-cluster)
|
||||
(504, "pve-ka-2"), # Shop-Template — stopped
|
||||
(8000, "pve-ka-2"), # Kunde0-Shop — stopped
|
||||
(8010, "pve-ka-2"), # Kunde1-Shop — stopped
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue