Add per-node schema tracking

This will allow nodes to start with their own schema versions, and then
be updated simultaneously by the API.

References #129
This commit is contained in:
2021-06-08 22:31:22 -04:00
parent a4aaf89681
commit 3c102b3769
3 changed files with 15 additions and 3 deletions

View File

@ -401,6 +401,7 @@ class ZKSchema(object):
'node': {
'keepalive': '/keepalive',
'mode': '/daemonmode',
'data.active_schema': '/activeschema',
'data.static': '/staticdata',
'counts.provisioned_domains': '/domainscount',
'counts.running_domains': '/runningdomains',