summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/Chart.yaml
blob: e93a2f45a05c1867960dd7f0c34bed54f2eb8381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright © 2018  AT&T Intellectual Property.  All rights reserved.
# Modifications Copyright © 2018 Amdocs,Bell Canada
#
# 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.

apiVersion: v1
description: ONAP DMaaP components
name: dmaap
version: 6.0.0
> bash :caption: Disable the session-persistence feature :linenos: policy stop features disable session-persistence sed -i "/persistence.type=auto/d" <controller-name>-controller.properties db-migrator -o erase -s sessionpersistence # delete all its database data (optional) policy start End of Document .. SSNote: Wiki page ref. https://wiki.onap.org/display/DW/Feature+Session+Persistence