mayadata-io / mayadata-io/oep-e2e
Verify the image versions and tags for each components.
@amitbhatt818 is already working on this.
Since Jun 22, 2020.
- Dominant language
- Python
- Stars
- 6
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Verification can be done by two steps
- Step1 by Dev
As part of release build, the artifact should be generated at the end build generated from Dev/CM which contains image version and signature for each components.
- Step2 by E2E
As part of pipeline, installer should verify the installed components against the artifact list.
##### Step1 from Dev /CM
For Eg -- OEP-Release 1-10-RC3 , This artifact should show the version, signature of each component for each build.
- Director 1.10-RC3-EE
All the images used for Director i.e maya-io-server, maya-mysql etc....
- OpenEBS 1.10-RC3-EE
All the images used in OpenEBS i.e maya-api-server, ndm, etc
##### Step2 from E2E
As part of the pipeline, while using this build 1.10-RC3-EE, it should validate
images version and signature of installed components against the published artifacts.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.