Skip to content
Merged
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
8 changes: 7 additions & 1 deletion constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from naeural_core.constants import ADMIN_PIPELINE, ADMIN_PIPELINE_FILTER
from naeural_core.constants import ADMIN_PIPELINE, ADMIN_PIPELINE_FILTER, ADMIN_PIPELINE_EXCLUSIONS


ADMIN_PIPELINE_FILTER = [
Expand All @@ -7,6 +7,12 @@
]


# to be used by config-manager
ADMIN_PIPELINE_EXCLUSIONS = [
*ADMIN_PIPELINE_EXCLUSIONS,
"MINIO_MONIT_01"
]

ADMIN_PIPELINE = {
**ADMIN_PIPELINE,

Expand Down
2 changes: 1 addition & 1 deletion ver.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__VER__ = '2.9.520'
__VER__ = '2.9.560'