-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement External Datastore Integration (ETCD) #47
Conversation
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.
license-eye has totally checked 91 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
33 | 1 | 57 | 0 |
Click to see the invalid file list
- charms/worker/k8s/lib/charms/kubernetes_libs/v0/etcd.py
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.
A few small changes and one larger concern about a potential race for whether or not to use etcd.
I think it's gonna get messy in the future when someone tries to relate etcd to an existing cluster and their data doesn't migrate. But i don't believe the charm should REQUIRE etcd.
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.
Small improvement to help the charm block on invalid datastore configuration
f5e3fb5
to
2fc6161
Compare
f52a189
to
208cbf6
Compare
2ad78a4
to
8a85b31
Compare
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.
license-eye has totally checked 92 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
34 | 1 | 57 | 0 |
Click to see the invalid file list
- test-ck-etcd.yaml
b4e9bda
to
dc3ddf2
Compare
c6c480f
to
df571d2
Compare
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.
LGTM
d1360e2
to
cc3e910
Compare
fe74e00
to
c24d9c8
Compare
c24d9c8
to
570c5b1
Compare
Overview
Implement charm integration with external datastores, i.e., etcd