Update git submodules
authorMike Elliott <mike.elliott@amdocs.com>
Fri, 10 Jan 2020 16:12:39 +0000 (16:12 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 10 Jan 2020 16:12:39 +0000 (16:12 +0000)
commit13e506088344c35678df93924153e9c0db0f586e
tree9ca888846bf5811e63269a0b7f8bc50c36b7e0dd
parentfc826b6ebdf34720befd8053d01b0aeb9e5ab16e
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 3d6dc459a34a6e32088ea6732a056646142fe1d8
  - Merge "[DMaaP] Wait for AAF locate before AAF config"
  - [DMaaP] Wait for AAF locate before AAF config

    AAF config needs to have aaf locate service up and running in order to
    work properly (if not, it won't really crash but won't have done the
    real work).
    As per
    https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#understanding-init-containers,
    "Each init container must complete must complete successfully before the
    next one starts".
    Adding a wait for readiness container before aaf config init containers
    should then do the job.

    Change-Id: Ida047728e4f14320ada8052c707b458450f4923b
    Issue-ID: DMAAP-1362
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
docs/submodules/oom.git