Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-14 | Fix readiness-check exception | BorislavG | 1 | -0/+3 | |
The problem is that the script tried to iterate on statuses of pod containers. when some pod is in state "pending" or some other case when there is no status, the statuses is None. Therefore python throws exception when trying to iterate None, which is non-iterable. Issue-ID: OOM-514 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: If57b8a632a83489fddb12373e4047396f5fa08a3 | |||||
2017-06-27 | [OOM-2] Replaced static proxy with env | barak | 1 | -2/+2 | |
Change-Id: Id2b640f9cfa58337e94d26b4f0939a33db45a137 Signed-off-by: barak <barak.dabush@amdocs.com> | |||||
2017-06-24 | onap on kubernetes source files | Mandeep Khinda | 2 | -0/+96 | |
Change-Id: I4de34baf90979651223a28323010deb7aef21946 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com> |