Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't do stupid things like use a dn as a pattern | Alex Auvolat | 2020-01-26 | 1 | -3/+0 |
| | | | | Also add metadata fields in objects created on initialization | ||||
* | Fix missing procedure for delete membership & "better" failure handling | Alex Auvolat | 2020-01-26 | 1 | -20/+72 |
| | | | | | | | | After an object has been updated, membership information must be propagated to other object. Such operations may fail when calling consul but if they do we don't return fail immediatly returning an error code any more. Instead we just print all the errors to our logs and try to process the remaining updates. | ||||
* | Split off read and write functions in separate files | Alex Auvolat | 2020-01-26 | 1 | -0/+472 |