Cole Walker f2542a59f1 Update default ptp4lClockClassLockedList values
In order to better support the default configuration when
ptp-notification is deployed on a BC, the ptp4lClockClassLockedList
values should in include 135 as a locked clockClass.

This change ensures that classes 6, 7 and 135 are considered acceptable
for the ptp-notification locked state by default, with the ability to
override the acceptable clockClasses available to the user.

Test plan:
PASS: Build ptp-notification helm charts
PASS: Deploy ptp-notification
PASS: v1 api - test ptp4lClockClassLockedList with the default list
PASS: v2 api - test ptp4lClockClassLockedList with the default list

Partial-bug: 2033539

Signed-off-by: Cole Walker <cole.walker@windriver.com>
Change-Id: Ic569c373dc2ddf1771e83b12832ef1460266c93a
2023-09-21 09:58:27 -04:00

109 lines
2.4 KiB
YAML

#
# Copyright (c) 2021-2023 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
# Default values for notification services.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# global vars for parent and subcharts.
# registration.endpoint.host: registration.{namespace}.svc.{cluster-domain}
replicaCount: 1
nameOverride: ""
fullnameOverride: ""
global:
namespace: notification
registration:
imagePullSecrets: default-registry-key
image:
repository: rabbitmq
tag: 3.8.11-management
pullPolicy: IfNotPresent
endpoint:
host: "registration.notification.svc.cluster.local"
port: 5672
user: admin
pass: admin
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: ptp-registration
operator: In
values:
- "true"
notification:
image:
repository: rabbitmq
tag: 3.8.11-management
endpoint:
port: 5672
user: admin
pass: admin
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: ptp-notification
operator: In
values:
- "true"
location:
log_level: INFO
image:
repository: starlingx/locationservice-base
tag: stx.8.0-v2.0.0
pullPolicy: IfNotPresent
ptptracking:
enabled: True
imagePullSecrets: default-registry-key
ptp4lSocket: /var/run/ptp4l-ptp4l-legacy
ptp4lServiceName: ptp4l-legacy
ptp4lClockClassLockedList: "6,7,135"
phc2sysServiceName: phc2sys-legacy
phc2sysComSocket: False
logging_level: INFO
image:
repository: starlingx/notificationservice-base
tag: stx.9.0-v2.1.1
pullPolicy: IfNotPresent
device:
simulated: false
holdover_seconds: 15
poll_freq_seconds: 2
ptptrackingv2:
enabled: True
imagePullSecrets: default-registry-key
ptp4lSocket: /var/run/ptp4l-ptp4l-legacy
ptp4lServiceName: True
ptp4lClockClassLockedList: "6,7,135"
phc2sysServiceName: True
phc2sysToleranceThreshold: 1000
ts2phcServiceName: True
log_level: INFO
image:
repository: starlingx/notificationservice-base-v2
tag: stx.9.0-v2.1.1
pullPolicy: IfNotPresent
control_timeout: 2
device:
simulated: false
holdover_seconds: 15
osclock:
holdover_seconds: 15
overall:
holdover_seconds: 15