Skip to content
Snippets Groups Projects
Commit 756532a9 authored by Alfonso Tierno's avatar Alfonso Tierno
Browse files

change RO Dockerfile to launch RO start script


Change-Id: I8e1233cad57cc7b509216ede4e642470839996f2
Signed-off-by: default avatartierno <alfonso.tiernosepulveda@telefonica.com>
parent f6948bcd
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,6 @@ ARG IM_VERSION
RUN apt-get update && apt-get install -y python-osm-ro${RO_VERSION} python-osm-im${IM_VERSION}
RUN mkdir -p /bin/RO
COPY scripts/ /bin/RO
VOLUME /var/log/osm
......@@ -51,4 +48,5 @@ ENV RO_DB_OVIM_NAME=mano_vim_db
HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12 \
CMD curl --silent --fail localhost:9090/openmano/tenants || exit 1
CMD /bin/RO/start.sh
CMD /usr/bin/RO-start.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment