apiVersion: v2
description: ONAP Service Orchestrator
name: so
-version: 16.0.2
+version: 16.0.3
dependencies:
- name: common
appVersion: "1.0"
description: A Helm chart for SO Bpmn Infra
name: so-bpmn-infra
-version: 15.1.1
+version: 15.2.0
dependencies:
- name: common
pool-name: bpmn-pool
registerMbeans: true
security:
+ rbacEnabled: {{ .Values.global.so.auth.rbacEnabled }}
usercredentials:
-
username: apihBpmn
data:
LOG_PATH: {{ index .Values.logPath }}
APP: {{ index .Values.app }}
+ {{- if .Values.global.so.auth.enabled }}
ACTIVE_PROFILE: "basic"
+ {{- end }}
---
apiVersion: v1
kind: ConfigMap
namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/logback.xml").AsConfig . | indent 2 }}
-
baseUrl: http://jaeger-collector.istio-config:9411
sampling:
probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
-
+ so:
+ auth:
+ enabled: true
+ rbacEnabled: false
readinessCheck:
wait_for:
#################################################################
# Application configuration defaults.
#################################################################
-image: onap/so/bpmn-infra:1.15.4
+image: onap/so/bpmn-infra:1.15.5
pullPolicy: Always
kafkaUser:
apiVersion: v2
description: A Helm chart for so-catalog-db-adapter
name: so-catalog-db-adapter
-version: 15.1.1
+version: 15.2.0
dependencies:
- name: common
pool-name: catdb-pool
registerMbeans: true
security:
+ rbacEnabled: {{ .Values.global.so.auth.rbacEnabled }}
usercredentials:
-
username: bpel
probability: {{ .Values.global.tracing.sampling.probability }}
supports-join: false
web:
- skip-pattern: /actuator/health/*
+ skip-pattern: {{ join "," .Values.tracing.skipPatterns }}
+ scheduled:
+ skip-pattern: .*({{ join "|" .Values.tracing.scheduled.skipClasses }})
zipkin:
base-url: {{ .Values.global.tracing.collector.baseUrl }}
#Actuator
clli: "{{ .Values.config.openStackRegion }}"
aic_version: "2.5"
identity_service_id: "DEFAULT_KEYSTONE"
+
+logging:
+ request-status:
+ exclusions: {{ join "," .Values.logging.requestStatus.excludedPatterns }}
# limitations under the License.
*/}}
apiVersion: v1
-data:
- LOG_PATH: {{ index .Values.logPath }}
- APP: {{ index .Values.app }}
- ACTIVE_PROFILE: "basic"
kind: ConfigMap
metadata:
name: {{ include "common.fullname" . }}-configmap
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ include "common.release" . }}
heritage: {{ .Release.Service }}
+data:
+ LOG_PATH: {{ index .Values.logPath }}
+ APP: {{ index .Values.app }}
+ {{- if .Values.global.so.auth.enabled }}
+ ACTIVE_PROFILE: "basic"
+ {{- end }}
---
apiVersion: v1
kind: ConfigMap
baseUrl: http://jaeger-collector.istio-config:9411
sampling:
probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
+ so:
+ auth:
+ enabled: true
+ rbacEnabled: false
readinessCheck:
wait_for:
#################################################################
# Application configuration defaults.
#################################################################
-image: onap/so/catalog-db-adapter:1.15.4
+image: onap/so/catalog-db-adapter:1.15.5
pullPolicy: Always
# Local mariadb galera instance default name
maxUnavailable: 1
maxSurge: 1
+logging:
+ requestStatus:
+ excludedPatterns:
+ - /manage/**
+
#################################################################
# soHelpers part
#################################################################
proxy.istio.io/config: |
tracing:
sampling: 0
+
+tracing:
+ skipPatterns:
+ - /actuator/health/*
+ scheduled:
+ skipClasses:
+ - ScheduledDnsLookup
+ - ExternalTaskServiceUtils
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: so-openstack-adapter
-version: 15.1.1
+version: 15.2.0
dependencies:
- name: common
#################################################################
# Application configuration defaults.
#################################################################
-image: onap/so/openstack-adapter:1.15.4
+image: onap/so/openstack-adapter:1.15.5
pullPolicy: Always
# Local mariadb galera instance default name
apiVersion: v2
description: A Helm chart for request-db-adapter
name: so-request-db-adapter
-version: 15.1.1
+version: 15.2.0
dependencies:
- name: common
pool-name: reqdb-pool
registerMbeans: true
security:
+ rbacEnabled: {{ .Values.global.so.auth.rbacEnabled }}
usercredentials:
-
username: bpel
probability: {{ .Values.global.tracing.sampling.probability }}
supports-join: false
web:
- skip-pattern: /actuator/health/*
+ skip-pattern: {{ join "," .Values.tracing.skipPatterns }}
+ scheduled:
+ skip-pattern: .*({{ join "|" .Values.tracing.scheduled.skipClasses }})
zipkin:
base-url: {{ .Values.global.tracing.collector.baseUrl }}
#Actuator
management:
context-path: /manage
+
+logging:
+ request-status:
+ exclusions: {{ join "," .Values.logging.requestStatus.excludedPatterns }}
data:
LOG_PATH: {{ index .Values.logPath }}
APP: {{ index .Values.app }}
+ {{- if .Values.global.so.auth.enabled }}
ACTIVE_PROFILE: "basic"
+ {{- end }}
---
apiVersion: v1
kind: ConfigMap
baseUrl: http://jaeger-collector.istio-config:9411
sampling:
probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
+ so:
+ auth:
+ enabled: true
+ rbacEnabled: false
readinessCheck:
wait_for:
#################################################################
# Application configuration defaults.
#################################################################
-image: onap/so/request-db-adapter:1.15.4
+image: onap/so/request-db-adapter:1.15.5
pullPolicy: Always
# Local mariadb galera instance default name
maxUnavailable: 1
maxSurge: 1
+logging:
+ requestStatus:
+ excludedPatterns:
+ - /manage/**
+
#################################################################
# soHelpers part
#################################################################
proxy.istio.io/config: |
tracing:
sampling: 0
+
+tracing:
+ skipPatterns:
+ - /actuator/health/*
+ scheduled:
+ skipClasses:
+ - ScheduledDnsLookup
+ - ExternalTaskServiceUtils
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: so-sdc-controller
-version: 15.1.1
+version: 15.2.0
dependencies:
- name: common
#################################################################
# Application configuration defaults.
#################################################################
-image: onap/so/sdc-controller:1.15.4
+image: onap/so/sdc-controller:1.15.5
pullPolicy: Always
# Local mariadb galera instance default name
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: so-sdnc-adapter
-version: 15.1.1
+version: 15.2.0
dependencies:
- name: common
#################################################################
# Application configuration defaults.
#################################################################
-image: onap/so/sdnc-adapter:1.15.4
+image: onap/so/sdnc-adapter:1.15.5
pullPolicy: Always
org:
<logger name="com.att.eelf.error" level="debug" additivity="false">
<appender-ref ref="asyncEELFError" />
</logger>
- <root level="INFO">
+ <root level={{ .Values.log.level.root | upper | quote }}>
<appender-ref ref="asyncEELFDebug" />
</root>
jersey:
type: filter
security:
+ rbacEnabled: {{ .Values.global.so.auth.rbacEnabled }}
usercredentials:
-
username: sitecontrol
username: mso_admin
password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
role: ACTUATOR
+ sleuth:
+ enabled: {{ .Values.global.tracing.enabled }}
+ messaging:
+ jms:
+ enabled: false
+ trace-id128: true
+ sampler:
+ probability: {{ .Values.global.tracing.sampling.probability }}
+ supports-join: false
+ web:
+ skip-pattern: {{ join "," .Values.tracing.skipPatterns }}
+ scheduled:
+ skip-pattern: .*({{ join "|" .Values.tracing.scheduled.skipClasses }})
+ zipkin:
+ base-url: {{ .Values.global.tracing.collector.baseUrl }}
request:
datasource:
hikari:
data:
LOG_PATH: {{ index .Values.logPath }}
APP: {{ index .Values.app }}
+ {{- if .Values.global.so.auth.enabled }}
ACTIVE_PROFILE: "basic"
+ {{- end }}
---
apiVersion: v1
kind: ConfigMap
baseUrl: http://jaeger-collector.istio-config:9411
sampling:
probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
+ so:
+ auth:
+ enabled: true
+ rbacEnabled: false
readinessCheck:
wait_for:
userName: so_user
adminName: so_admin
-image: onap/so/api-handler-infra:1.15.4
+image: onap/so/api-handler-infra:1.15.5
server:
aai:
#Log configuration
log:
path: /var/log/onap
+ level:
+ root: DEBUG
podAnnotations:
# disable istio-based tracing
proxy.istio.io/config: |
tracing:
sampling: 0
+
+tracing:
+ skipPatterns:
+ - /actuator/health/*
+ scheduled:
+ skipClasses:
+ - ScheduledDnsLookup
+ - ExternalTaskServiceUtils