Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ia2d68adfc871041e7ff5a5b27685b0b5f3acadcd
Issue-ID: VID-236
Signed-off-by: David, Dana (dd775k) <dd775k@intl.att.com>
|
|
Integrating the Work that was originally done by SDC team:
https://gerrit.onap.org/r/gitweb?p=sdc.git;a=tree;\
f=sdc-os-chef/kubernetes/sdc/templates/configmaps;hb=HEAD
into the readiness image
Issue-ID: OOM-832
Change-Id: Icb22a8d0a67495860008dc6d6960e043d982c668
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Signed-off-by: Areli Fuss <af732p@intl.att.com>
|
|
Add timeout parameter to readiness-check
Fix readiness-check to work with kubernetes5 python lib
Issue-ID: OOM-695
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Change-Id: If5c2a220e187d48e1ab224119a91be4774dba80e
|
|
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
|
|
Change-Id: Id2b640f9cfa58337e94d26b4f0939a33db45a137
Signed-off-by: barak <barak.dabush@amdocs.com>
|
|
Change-Id: I4de34baf90979651223a28323010deb7aef21946
Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>
|