Skip to content

Commit

Permalink
List missing openstack plays (#467)
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 8, 2023
1 parent 200865e commit 544612b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions files/src/render-playbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,28 @@
PREFIXES = [
"ceph",
"generic",
"infrastructure",
"manager",
"monitoring",
"infrastructure",
"openstack",
]

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

HIDE = {
"ceph": [],
"generic": ["common"],
"infrastructure": [],
"manager": [],
"monitoring": [],
"infrastructure": [],
"openstack": [],
}

result = {}
Expand Down

0 comments on commit 544612b

Please sign in to comment.