Bug fixed Arista SDN plugin
[osm/RO.git] / Dockerfile-local
index 6fc109b..8c7e83c 100644 (file)
@@ -44,7 +44,6 @@ RUN DEBIAN_FRONTEND=noninteractive  apt-get -y install python3-neutronclient pyt
 COPY . /root/RO
 
 RUN /root/RO/RO/osm_ro/scripts/install-osm-im.sh --develop && \
-    /root/RO/RO/osm_ro/scripts/install-lib-osm-openvim.sh --develop && \
     mkdir -p /var/log/osm && \
     python3 -m pip install -e /root/RO/RO && \
     python3 -m pip install -e /root/RO/RO-client && \
@@ -59,6 +58,7 @@ RUN /root/RO/RO/osm_ro/scripts/install-osm-im.sh --develop && \
     python3 -m pip install -e /root/RO/RO-SDN-onos_vpls && \
     python3 -m pip install -e /root/RO/RO-SDN-onos_openflow && \
     python3 -m pip install -e /root/RO/RO-SDN-floodlight_openflow && \
+    python3 -m pip install -e /root/RO/RO-SDN-arista && \
     rm -rf /root/.cache && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*