aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/readiness/src
AgeCommit message (Collapse)AuthorFilesLines
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux3-328/+0
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-05-26Fix readiness-check ready.py script for stateful setSebastien Premont-Tendland1-3/+1
Only check the status field readyReplicas instead of currentReplicas and updatedReplicas. The value of currentReplicas relates to the number of pods created with the first revision of the stateful set. If a change is made to the stateful set and pods are restarted then currentReplicas is no longer returned in the status. Check JIRA for more information. Issue-ID: OOM-2418 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: If5dbc892b6d807e6ca681457f9874613fce7db04
2020-01-16OOM-2261 readiness-check does not track DaemonSetdfx19711-1/+17
Issue-ID: OOM-2261 Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: I7f220f8b6b64165c33ed8d707834091240136199 Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: I7f220f8b6b64165c33ed8d707834091240136199
2019-10-15Mavenized image creation for readiness-checkDmitry Puzikov3-0/+314
Issue-ID: INT-1045 Change-Id: I9c7b7fd26c8f376600aa7efc9c1d9e2eee001cde Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>