-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group property management #2
base: main
Are you sure you want to change the base?
Conversation
Great start! Can we get test coverage as well? Please also see test results. |
"""Get zones from catalog zone""" | ||
zones = set() | ||
zones = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps use defaultdict(dict)
here to rid of the test at line 232?
@gjherbiet you can use |
I've merged the |
This implements management of the per-zone group property as defined in section 4.4.2 of the draft RFC:
zones2catz
the list of zones can now be a comma-separated text file, where the zone-specific group can be passed as the second value of the line;catz2nsd
, the zone-specific group property is used instead of the catalog zone default if it is present.