summaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2024-03-26[READINESS] Add missing python modules to docker imageAndreas Geissler1-0/+2
With the new base image the requirements.txt is not loaded, therefor it has to be added into the dockerfile Issue-ID: OOM-3280 Change-Id: I00cdf1f60ae2e07d6b0fc7246798f2d241d17471 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-22[READINESS] Add new feature to check the service readiness6.0.16.0.0Andreas Geissler1-1/+1
Add new option to check, whether a service is ready to be used. The function will find the selected pods used for the service, then checks the status of the Deployment/STS/Daemonset, which starts the pod. Additionally update to the latest image and kubernetes lib versions Issue-ID: OOM-3280 Change-Id: Icee03934f4ba6c7f472d7994b86871769a6b1eba Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2020-07-22Right path for ready scriptSylvain Desbureaux1-1/+1
ready.py is in /app/ready.py and not in /usr/onap/ready.py Issue-ID: OOM-2518 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I1bf42ef7232628c33f5e118afab57564c75fdd33
2020-06-04Initial commit of scriptSylvain Desbureaux1-0/+9
Add the script and the Dockerfile Make the script pass pylint (one issue left) Make Dockerfile from base ONAP image Issue-ID: OOM-2418 Issue-ID: OOM-761 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ia93e3e85a16c764eca0c14af2dbe166117ea769a