diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2020-01-10 16:12:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-10 16:12:39 +0000 |
commit | 13e506088344c35678df93924153e9c0db0f586e (patch) | |
tree | 9ca888846bf5811e63269a0b7f8bc50c36b7e0dd | |
parent | fc826b6ebdf34720befd8053d01b0aeb9e5ab16e (diff) |
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>
m--------- | docs/submodules/oom.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git -Subproject 1069b0d633d562277754a0c26223a18fa331df6 +Subproject 3d6dc459a34a6e32088ea6732a056646142fe1d |