From ab400d51a639a01f31a60ac9d1e127d4d4d28b24 Mon Sep 17 00:00:00 2001 From: Reshmasree Date: Thu, 21 Mar 2019 18:54:53 +0530 Subject: Add component spec and blueprint - validated component spec and blueprints are added to the repo - pom file changed to build,tag and push the docker image - checkstyle version changed from 1.2.3-SNAPSHOT to 1.2.3 - entrypoint script added Change-Id: I0fcf8a17b0c5ce1990de506bf94d2d9ddf93d6fd Issue-ID: DCAEGEN2-1159 Signed-off-by: Reshmasree --- dpo/blueprints/k8s-sonhms-inputs.yaml | 54 +++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 dpo/blueprints/k8s-sonhms-inputs.yaml (limited to 'dpo/blueprints/k8s-sonhms-inputs.yaml') diff --git a/dpo/blueprints/k8s-sonhms-inputs.yaml b/dpo/blueprints/k8s-sonhms-inputs.yaml new file mode 100644 index 0000000..9caf823 --- /dev/null +++ b/dpo/blueprints/k8s-sonhms-inputs.yaml @@ -0,0 +1,54 @@ +# ============LICENSE_START======================================================= +# son-handler +# ================================================================================ +# Copyright (C) 2019 Wipro Limited. +# ============================================================================== +# 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========================================================= + +pgaas_cluster_name: dcae-pg-primary.onap +database_name: sonhms +tag_version: nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:latest +replicas: 1 +aaf_username: +aaf_password: +polling_interval: 20 +polling_timeout: 60 +num_solutions: 5 +min_collision: 5 +min_confusion: 5 +max_clusters: 5 +dmaap: message-router +buffer_time: 60 +cg: sonhms-cg +cid: sonhms-cid +config_db: http://sdnc.onap.svc.cluster.local:8181 +oof: http://oof.onap.svc.cluster.local:8080 +pci_optimizer: pci +log_path: /dockerdata-nfs/son-handler +topic00_location: onap +topic00_client_role: son-subscriber +topic00_client_id: sdnr-son-1 +topic00_url: https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.SEC_MEASUREMENT_OUTPUT +topic01_location: onap +topic01_client_role: son-subscriber +topic01_client_id: sdnr-son-1 +topic01_url: https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.SEC_FAULT_OUTPUT +topic02_location: onap +topic02_client_role: son-subscriber +topic02_client_id: sdnr-son-1 +topic02_url: https://message-router.onap.svc.cluster.local:3905/events/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO +topic03_location: onap +topic03_client_role: son-subscriber +topic03_client_id: sdnr-son-1 +topic03_url: https://message-router.onap.svc.cluster.local:3905/events/DCAE_CL_OUTPUT -- cgit 1.2.3-korg