Skip to content

Commit

Permalink
Dockers: Remove use of Ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-lopez committed Apr 9, 2018
1 parent 18ccd24 commit a9a2a9b
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 331 deletions.
4 changes: 1 addition & 3 deletions Docker/Dockerfile
@@ -1,15 +1,13 @@
FROM ubuntu:16.04
MAINTAINER alopez@ac.upc.edu
ENV TERM=xterm
RUN apt-get update -y && apt-get install software-properties-common -y && apt-add-repository ppa:ansible/ansible -y && apt-get update -y && apt-get install -y dialog apt-utils && apt-get install -y build-essential git-core libconfuse-dev gengetopt libcap2-bin libzmq3-dev libxml2-dev ansible iputils-ping tcpdump && apt-get autoclean && apt-get autoremove
RUN apt-get update -y && apt-get install -y build-essential git-core libconfuse-dev gengetopt libcap2-bin libzmq3-dev libxml2-dev iputils-ping && apt-get autoclean && apt-get autoremove
RUN git clone git://github.com/OpenOverlayRouter/oor.git
WORKDIR /oor
RUN make
RUN make install
RUN rm -rf /oor
COPY files/*.conf /etc/
COPY files/*.sh /tmp/
COPY files/*.yaml /tmp/
ENV DEBUG 0
ENV OPMODE xTR
ENV IPMAPRESOLVER -
Expand Down
6 changes: 2 additions & 4 deletions Docker/Dockerfile_testing
@@ -1,15 +1,13 @@
FROM ubuntu:16.04
MAINTAINER alopez@ac.upc.edu
ENV TERM=xterm
RUN apt-get update -y && apt-get install software-properties-common -y && apt-add-repository ppa:ansible/ansible -y && apt-get update -y && apt-get install -y dialog apt-utils && apt-get install -y build-essential git-core libconfuse-dev gengetopt libcap2-bin libzmq3-dev libxml2-dev ansible iputils-ping tcpdump && apt-get autoclean && apt-get autoremove
RUN apt-get update -y && apt-get install -y build-essential git-core libconfuse-dev gengetopt libcap2-bin libzmq3-dev libxml2-dev iputils-ping && apt-get autoclean && apt-get autoremove
RUN git clone git://github.com/OpenOverlayRouter/oor.git -b testing
WORKDIR /oor
RUN make
RUN make install
RUN rm -rf /oor
COPY files/*.conf /etc/
COPY files/*.sh /tmp/
COPY files/*.yaml /tmp/
ENV DEBUG 0
ENV OPMODE xTR
ENV IPMAPRESOLVER -
Expand All @@ -19,4 +17,4 @@ ENV IPPROXYETRV4 -
ENV IPPROXYETRV6 -
ENV IPV4EIDPREFFIX -
ENV IPV6EIDPREFFIX -
CMD /tmp/start.sh $DEBUG $OPMODE $IPMAPRESOLVER $IPMAPSERVER $KEYMAPSERVER $IPPROXYETRV4 $IPPROXYETRV6 $IPV4EIDPREFFIX $IPV6EIDPREFFIX
CMD /tmp/start_testing.sh $DEBUG $OPMODE $IPMAPRESOLVER $IPMAPSERVER $KEYMAPSERVER $IPPROXYETRV4 $IPPROXYETRV6 $IPV4EIDPREFFIX $IPV6EIDPREFFIX
160 changes: 0 additions & 160 deletions Docker/files/oor.conf

This file was deleted.

144 changes: 0 additions & 144 deletions Docker/files/oor.yaml

This file was deleted.

0 comments on commit a9a2a9b

Please sign in to comment.