Updated git submodules
authorMike Elliott <mike.elliott@amdocs.com>
Mon, 7 May 2018 13:48:00 +0000 (13:48 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 7 May 2018 13:48:00 +0000 (13:48 +0000)
commit748430af5822c5e34fbdac0088b72f014d5f2623
tree2ab5aa643086a0d100e282cb4b9d23870f4c8f49
parent74c2c85edd1e095852f1b19c0eb0c343bb4122b0
Updated git submodules

Project: oom master 7ffafb99796a4af35f2cbb5c47c648f49cafcc0b

Merge "oom tweaks in pap configuration for pdp-x pooling"

oom tweaks in pap configuration for pdp-x pooling

paplp_1 process is unused and causes intermittent bad
behavior when issuing healthchecks.   Since it provides
no apparent benefit integrity monitor usage has been
disabled.

preloading policies apis are executed when the PAP come up.
The PDP-Xs take longer to come up, therefore the
push-policies script causes bad interactions.   This operation
has to be triggered after all the PDP-Xs are up and properly
running, which is difficult to predict.   Therefore, it is moved
to a manual step execution. In the future, we could think of'how
perhaps execute autonomously by some other means.   It does not
currently work as is, so it is disabled, at least temporarily,

there were a couple problems with pap.conf, first the pdps hostname
need to be explicitly provided, as PAP keeps a white list of pdp hosts
that can connect to it and be served policies.   Another limitation
is the format, note the change to ";" to separate pdps, instead of ",".
Further the automatic configuration sequence is only made for 1 PDP-X,
does not work well when multiple PDP-Xs are provided, so for the first
PDP-X, the credentials need to be explicitly added, otherwise, it
denies access to PDP-Xs.

Change-Id: I5d4a9a39822c036db26e97edb594ecaaa27f80d8
Issue-ID: POLICY-768
Signed-off-by: Jorge Hernandez <jh1730@att.com>
docs/submodules/oom.git