Update git submodules
authorTim Rozet <trozet@redhat.com>
Sat, 21 Jul 2018 03:34:09 +0000 (03:34 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 21 Jul 2018 03:34:09 +0000 (03:34 +0000)
commit7a0db68609196b77c396e68e028d90bb324b50c7
tree9dbf669263d09f5f4a092f6204a28ee1dddee775
parentbeaee5018f73407e94c738e6deeeee015e5ce469
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixes for snapshots"
  - Fixes for snapshots

    With deploying snapshots with a new ODL, we currently bring down the
    docker container and bring up the tar.gz distro of ODL on the Overcloud
    host itself (not rebuilding/using container). Therefore we need java
    installed so that ODL can run on the host. In the future this may
    change, but it works well and keeps things simple for now.

    Additionally, there was a change upstream to make the opendaylight
    container docker restart policy "unless-stopped" which means it will
    no longer restart automatically when docker is stopped/started.
    Therefore on first snapshot bring up (without the previously mentioned
    ODL reinstallation) the container does not start, and snapshot
    deployment fails. This patch includes a change to the restart policy to
    always restart it.

    Change-Id: Icc712ba147e578a28e371313154ae3190676f0dc
Signed-off-by: Tim Rozet <trozet@redhat.com>
docs/submodules/apex