Adds support for docker based opendaylight 17/59017/5
authorTim Rozet <trozet@redhat.com>
Mon, 25 Jun 2018 21:58:36 +0000 (17:58 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 26 Jun 2018 19:11:38 +0000 (15:11 -0400)
commit1180e1b5fdcfc51a453640b345060daef2533c1d
tree18a9db1eb8fa7c895f624e86eb2fecd23d6122c5
parentc4ac6f6475fe7a6b7ebceba1a7af3ee6af5138fe
Adds support for docker based opendaylight

Previously we used ODL as a systemd service. However in newer OOO it is
ran as a docker container. For reinstalling ODL in this case we determined
that the best way is to not mess with docker and simply shut it down,
and use the systemd for the CSIT verification.

This patch stops the docker container, then copies a systemd service
file (since RPM may never have been installed), and then allows ODL
reinstall to proceed as usual.

Change-Id: Ib0996ed5494f1ef37bcc232f087f563c99db62fc
Signed-off-by: Tim Rozet <trozet@redhat.com>
odl-pipeline/lib/odl_reinstaller.sh [changed mode: 0644->0755]
odl-pipeline/lib/odl_reinstaller/odl_reinstaller.py