Skip to content

Commit

Permalink
List missing ceph plays (#466)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed Dec 5, 2023
1 parent 65aa1f4 commit 200865e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/src/render-playbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,23 @@
import yaml

PREFIXES = [
"ceph",
"generic",
"manager",
"monitoring",
"infrastructure",
]

KEEP_PREFIX = {
"ceph": [],
"generic": [],
"manager": ["operator", "network"],
"monitoring": [],
"infrastructure": [],
}

HIDE = {
"ceph": [],
"generic": ["common"],
"manager": [],
"monitoring": [],
Expand Down

0 comments on commit 200865e

Please sign in to comment.