diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-02-27 10:13:59 -0600 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-02-27 11:22:56 -0600 |
commit | 8e9ddde1bb1e3fc3f7b85af653d6251daf7e77d6 (patch) | |
tree | 3ef493b894833b886f415c412f39466b62b14253 /packages/install/src/files | |
parent | 02239dfd498179773212b4f4872956a64a0260a4 (diff) |
Base POLICY-PDP-PAP channel configuration
With these changes the PDP should come up listening in
the new PAP-PDP topic for messages, and configured to
send.
Change-Id: I395f87a7401aeb6385d640e51f75d71c0def36b0
Issue-ID: POLICY-1548
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'packages/install/src/files')
-rw-r--r-- | packages/install/src/files/base.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/install/src/files/base.conf b/packages/install/src/files/base.conf index bd5c5e88..4d38301b 100644 --- a/packages/install/src/files/base.conf +++ b/packages/install/src/files/base.conf @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP POLICY # ================================================================================ -# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -63,6 +63,12 @@ PDPD_CONFIGURATION_CONSUMER_GROUP= PDPD_CONFIGURATION_CONSUMER_INSTANCE= PDPD_CONFIGURATION_PARTITION_KEY= +# PAP-PDP configuration channel + +POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP +POLICY_PDP_PAP_API_KEY= +POLICY_PDP_PAP_API_SECRET= + # PAP PAP_HOST= |