diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-08-24 20:04:52 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-08-25 10:54:58 -0500 |
commit | 5c71b5a62f4208030b3c3cd18b3f42398a0a86e5 (patch) | |
tree | 482c785dae07a441e2a30176c1faf8ff8b62e3d8 /feature-lifecycle/src/test/resources/feature-lifecycle.properties | |
parent | 13d8a3204013f1c0bc02ddede96ab37ac3d64129 (diff) |
block status operations until controllers ready
Status messages to the PAP won't be send until
all mandatory resources specified in the
lifecycle.pdp.policytypes property are functional.
Issue-ID: POLICY-2669
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia9d4c678fcfbdb232059d0827235845ee11f1201
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'feature-lifecycle/src/test/resources/feature-lifecycle.properties')
-rw-r--r-- | feature-lifecycle/src/test/resources/feature-lifecycle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feature-lifecycle/src/test/resources/feature-lifecycle.properties b/feature-lifecycle/src/test/resources/feature-lifecycle.properties index 0c80ed45..052b0165 100644 --- a/feature-lifecycle/src/test/resources/feature-lifecycle.properties +++ b/feature-lifecycle/src/test/resources/feature-lifecycle.properties @@ -17,6 +17,7 @@ # ============LICENSE_END========================================================= lifecycle.pdp.group=${envd:POLICY_PDP_PAP_GROUP:defaultGroup} +lifecycle.pdp.policytypes=${envd:POLICY_PDP_PAP_POLICYTYPES:onap.policies.native.drools.Controller,onap.policies.native.drools.Artifact} noop.source.topics=POLICY-PDP-PAP noop.sink.topics=POLICY-PDP-PAP |