Closed tanujashinde0405 closed 2 years ago
Please run the unit tests related to the change and add new testcases if needed.
Please run the unit tests related to the change and add new test cases if needed.
Ran the tests, and everything is working, no new test cases are required. Samples files under the test folder were outdated, I have updated them as well as updated readme.md.
Problem Statement
Objectives
Anything that provisioner does must be transparent to the component, i.e. components should not have to change anything. ID treatment must be same for all Pods / containers. No special treatment for Server or Data Pods. Minimise the amount of business logic around machine-id in k8s code. How this can be done.
Provisioner will generate /etc/cortx/machine-id CORTX image will have link from /etc/machine-id -> /etc/cortx/machine-id
Design
Coding
Checklist for Author
Testing
Checklist for Author
Impact Analysis
Checklist for Author/Reviewer/GateKeeper
Review Checklist
Checklist for Author
Documentation
Checklist for Author