diff options
author | Jim Hahn <jrh3@att.com> | 2018-05-09 09:14:08 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-05-09 10:38:52 -0400 |
commit | 9e77037eb13279a69a38dd78f400365f16e220c1 (patch) | |
tree | 7817c2b6e33b21000a4f605e1b8d29d765a09468 /packages/install | |
parent | c2a2a791a2d965b8984f9d582fe47770bb806602 (diff) |
Change pooling property namev1.2.1
Removed "AMSTERDAM_" prefix from pooling topic property name.
Added feature-specific conf file with pooling topic property.
Enabled distributed locking DB properties.
Change distributed locking DB name to "pooling" to match the
code.
Add default value to feature-specific conf file.
Change "_" in default topic name to "-".
Change-Id: I53de51787694e5920dc9ced07b5a9ac60bb63e45
Issue-ID: POLICY-782
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'packages/install')
-rw-r--r-- | packages/install/src/files/feature-pooling-dmaap.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/install/src/files/feature-pooling-dmaap.conf b/packages/install/src/files/feature-pooling-dmaap.conf new file mode 100644 index 00000000..0ef81951 --- /dev/null +++ b/packages/install/src/files/feature-pooling-dmaap.conf @@ -0,0 +1,20 @@ +### +# ============LICENSE_START======================================================= +# ONAP POLICY +# ================================================================================ +# Copyright (C) 2018 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +### +POOLING_TOPIC=POLICY-PDP-POOLING |