X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=Dockerfile-local;h=97d804a1c37618ad2f5bebe7630f438069741987;hp=1f9a117e805ee81069647d8c11ba1bd8185850c4;hb=d60bdd09bf04c8e7add7c7bfe2cfd0d74113db40;hpb=07df0d2f27b26e7723b923c9583970be9530fe69 diff --git a/Dockerfile-local b/Dockerfile-local index 1f9a117e..97d804a1 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -48,6 +48,7 @@ COPY . /root/RO RUN /root/RO/RO/osm_ro/scripts/install-osm-im.sh --develop && \ mkdir -p /var/log/osm && \ + python3 -m pip install -e /root/RO/RO-plugin && \ python3 -m pip install -e /root/RO/RO && \ python3 -m pip install -e /root/RO/RO-client && \ python3 -m pip install -e /root/RO/RO-VIM-vmware && \ @@ -57,12 +58,12 @@ RUN /root/RO/RO/osm_ro/scripts/install-osm-im.sh --develop && \ python3 -m pip install -e /root/RO/RO-VIM-azure && \ python3 -m pip install -e /root/RO/RO-VIM-fos && \ python3 -m pip install -e /root/RO/RO-SDN-dynpac && \ - python3 -m pip install -e /root/RO/RO-SDN-tapi && \ + python3 -m pip install -e /root/RO/RO-SDN-ietfl2vpn && \ 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-odl_openflow && \ python3 -m pip install -e /root/RO/RO-SDN-floodlight_openflow && \ - python3 -m pip install -e /root/RO/RO-SDN-arista && \ + python3 -m pip install -e /root/RO/RO-SDN-arista_cloudvision && \ python3 -m pip install -e /root/RO/RO-SDN-juniper_contrail && \ rm -rf /root/.cache && \ apt-get clean && \