Update git submodules
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 23 Sep 2017 18:48:59 +0000 (20:48 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 23 Sep 2017 22:00:09 +0000 (22:00 +0000)
commit2812f1b80ad6da3c21add3860d5f8b5abbd2a9b2
tree4c002038827f1714d62c3fd824a569930a89542c
parentac646a45952c70ba6c42602279fa7976f6e0b4e3
Update git submodules

* Update docs/submodules/fuel from branch 'stable/euphrates'
  - Workaround VCP minions timeout post pkg.upgrade

    pkg.upgrade was enabled for all salt minions, including VCP VMs,
    which take longer to perform the operation, probably due to an
    older set of packages in the Ubuntu disk image we use.
    One way to work around this is to switch to UCA Xenial image, and
    let Salt pre-provising salt minion on it, but that adds deploy
    time delay and has caused issues in the past (should be ok now).

    Alternatively, we can retry the pkg.upgrade until all minions
    respond, before moving on with the state execution. This prevents
    silently skipping the next salt calls (e.g. installing keepalived).

    Note that the issue did not manifest for OVD-DPDK, where after
    pkg.upgrade, DPDK is installed, giving VCP VMs enough time to return.

    While at it, retry 'salt.control' state apply too (non-critical,
    but it fails every once in a while).

    Fixes: 87310fb

    Change-Id: I97acc2b23206a55d72f7e6583ca42127fdbacc16
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    (cherry picked from commit a6feb158fa5bc16b8d496c785c461c73ca715322)
docs/submodules/fuel