aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src
diff options
context:
space:
mode:
authork.kedron <k.kedron@partner.samsung.com>2019-07-09 15:44:54 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-07-10 13:38:49 +0000
commit57844f30fc90a9b5007180c2da7a06977942d4fe (patch)
tree9159d4ca6e49503f00bf6c4f0bfc332f0628259d /openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src
parent004fb6486e9f31a2f8398051c77dcd8ce86e20d2 (diff)
Fixed the startup.sh script in the sdc-onboard-db-init-docker.
Changed the instruction order to get the cqlsh command status. Issue-ID: SDC-2425 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I173244af91e091d5cbb6979a8c5819b2646d6196
Diffstat (limited to 'openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src')
0 files changed, 0 insertions, 0 deletions
8 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
# Copyright © 2019 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.

###################################################################
# This override file enables helm charts for all ONAP applications.
###################################################################
#ingress virtualhost based configuration
global:
  ingress:
    enabled: true
    # enable all component's Ingress interfaces
    enable_all: true
    # All http requests via ingress will be redirected
    config:
      ssl: "redirect"
    # you can set an own Secret containing a certificate
    #  tls:
    #    secret: 'my-ingress-cert'
    # optional: Namespace of the Istio IngressGateway
    namespace: istio-ingress
  # don't need ejbca server
  addTestingComponents: &testing false
  centralizedLoggingEnabled: &centralizedLogging false
  # Disabling CMPv2
  cmpv2Enabled: false

cassandra:
  enabled: true
mariadb-galera:
  enabled: true
postgres:
  enabled: true
aaf:
  enabled: false
  aaf-sms:
    cps:
      # you must always set the same values as value set in cps.enabled
      enabled: true
aai:
  enabled: true
cds:
  enabled: true
cli:
  enabled: true
# Today, "contrib" chart that hosting these components must also be enabled
# in order to make it work. So `contrib.enabled` must have the same value than
# addTestingComponents
contrib:
  enabled: *testing
consul:
  enabled: true
cps:
  enabled: true
dcaegen2:
  enabled: true
dcaegen2-services:
  enabled: true
  dcae-datafile-collector:
    enabled: true
  dcae-datalake-admin-ui:
    enabled: true
  dcae-datalake-des:
    enabled: true
  dcae-datalake-feeder:
    enabled: true
  dcae-heartbeat:
    enabled: true
  dcae-hv-ves-collector:
    enabled: true
  dcae-kpi-ms:
    enabled: true
  dcae-ms-healthcheck:
    enabled: true
  dcae-pm-mapper:
    enabled: true
  dcae-pmsh:
    enabled: true
  dcae-prh:
    enabled: true
  dcae-restconf-collector:
    enabled: true
  dcae-slice-analysis-ms:
    enabled: true
  dcae-snmptrap-collector:
    enabled: true
  dcae-son-handler:
    enabled: true
  dcae-tcagen2:
    enabled: true
  dcae-ves-collector:
    enabled: true
    applicationConfig:
      auth.method: "noAuth"
  dcae-ves-mapper:
    enabled: true
  dcae-ves-openapi-manager:
    enabled: true
holmes:
  enabled: true
dmaap:
  enabled: true
  message-router:
    enabled: true
  dmaap-bc:
    enabled: true
  dmaap-dr-prov:
    enabled: true
  dmaap-dr-node:
    enabled: true
oof:
  enabled: true
msb:
  enabled: true
multicloud:
  enabled: true
nbi:
  enabled: true
policy:
  enabled: true
portal:
  enabled: false
robot:
  enabled: true
sdc:
  enabled: true
sdnc:
  enabled: true
so:
  enabled: true
strimzi:
  enabled: true
  strimzi-kafka-bridge:
    enabled: true
uui:
  enabled: true
vfc:
  enabled: true
vnfsdk:
  enabled: true
modeling:
  enabled: true
platform:
  enabled: true
a1policymanagement:
  enabled: true