Skip to content
Snippets Groups Projects
Commit 70e471e3 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark Committed by Neil-Jocelyn Schark
Browse files

remove debug files

parent 7de73476
No related branches found
No related tags found
1 merge request!773Resolve "Investigate GitLab-CI services don't reach each other"
......@@ -4,22 +4,3 @@ FROM ${GOSDN_IMAGE}
RUN mkdir /app/ssl
COPY ./artifacts/ssl/gosdn /app/ssl
#COPY .gitlab/ci/start_controller.sh ./start_controller.sh
#RUN chmod +x start_controller.sh
#RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
#ENTRYPOINT [ "./start_controller.sh" ]
#FROM debian:bookworm-slim
#
#RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
#
#WORKDIR /app
#
#COPY .gitlab/ci/run.sh ./run.sh
#RUN chmod +x run.sh
#
#EXPOSE 1337
#ENTRYPOINT [ "/app/run.sh" ]
#!/bin/sh
sleep 20
echo ------------------------------------
nmap -p 5672 rabbitmq
ping -c 5 rabbitmq
echo ------------------------------------
nslookup rabbitmq
echo ------------------------------------
#!/bin/sh
#echo "Starting controller later"
#sleep 20
#echo "Starting controller now"
sleep 10
echo ------------------------------------
nmap -p 5672 rabbitmq
ping -c 5 rabbitmq
echo ------------------------------------
nslookup rabbitmq
echo ------------------------------------
./gosdn --config /app/configs/integration-test-gosdn.toml --security secure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment