-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DPE-2991] Install + Start hook #3
Conversation
@@ -0,0 +1,37 @@ | |||
"""Configuration for MongoDB Charm.""" |
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.
copied from MongoDB-operator and then removed some functions
@@ -0,0 +1,46 @@ | |||
#!/usr/bin/env python3 |
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.
copied from MongoDB-operator
src/machine_helpers.py
Outdated
@@ -0,0 +1,32 @@ | |||
"""Machine Charm specific functions for operating MongoDB.""" |
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.
copied from mongodb-operator and removed functions
d2428c4
to
ec0abec
Compare
2cbd547
to
04d0ac8
Compare
04d0ac8
to
56b7e43
Compare
Purpose
Files to review
lots of code was copied over I would suggest sticking with these files:
metadata.yaml
src/charm.py
tests/integration/test_charm.py
tests/unit/test_charm.py
Future Work