diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-09-13 17:25:39 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-09-21 14:41:54 -0400 |
commit | 0673de941307e4b29853706750542a446fea82f0 (patch) | |
tree | af35cdd28704d5de5685d07de0140dd53367525c /kubernetes/cps/README.md | |
parent | b62b9cf9e7e5248972baa619c6d015459187cd64 (diff) |
[CPS] Improve cps temporal charts
* To be consistent, kafka configuration can now be provided using
config.eventConsumption properties, for all protocols.
* Default topic name is set to 'cps.data-updated-events' to reflect the
type of events it receives.
* CPS readme file is removed.
Issue-ID: CPS-672
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Iaaf1f330389c5b37277e5c8dce66dff69f5a49a9
Diffstat (limited to 'kubernetes/cps/README.md')
-rw-r--r-- | kubernetes/cps/README.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kubernetes/cps/README.md b/kubernetes/cps/README.md deleted file mode 100644 index 876da2ca57..0000000000 --- a/kubernetes/cps/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# ============LICENSE_START========================================== -# =================================================================== -# Copyright (C) 2021 Pantheon.tech -# -# 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============================================ - -# Helm Chart for CPS Applications - -ONAP Configuration Persistence Service (CPS) includes the following Kubernetes services: - -1) cps-core - Configuration Persistence Service together with Nf Configuration Persistence Service
\ No newline at end of file |