Skip to content
Snippets Groups Projects
Commit 9ae6b9ea authored by Alex ubuntu vm's avatar Alex ubuntu vm
Browse files

sdn controller: new version.

- Revised the rest api endpoints
- Fixed bug where if you deployed many things at once, it would break
parent c8d5124a
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -e set -e
# Set environment variables # Set environment variables
export VERSION="2.3" export VERSION="2.4"
export DOCKERHUB_REPO="alexdecb" export DOCKERHUB_REPO="alexdecb"
# Function to build image # Function to build image
......
FROM onosproject/onos:2.7-latest FROM onosproject/onos:2.7-latest
COPY ./src/controller ./
RUN apt-get update && \ RUN apt-get update && \
apt-get install wget && \ apt-get install -y wget ssh sshpass
chmod +x ./setup_controller.sh
COPY ./src/controller ./
RUN chmod +x ./setup_controller.sh && \
chmod +x ./onos_critique.sh
ENTRYPOINT ["./setup_controller.sh"] ENTRYPOINT ["./setup_controller.sh"]
\ No newline at end of file
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