
Upload fm-subagent and fm-trap-subagent to our snmp armada application integrated with armada plugin. Change-Id: I2c7b3a65f2e97c147068d0c3c41c52e814bb0e2e Story: 2008132 Task: 41227 Signed-off-by: Gonzalo Gallardo <gonzalo.gallardo@windriver.com>
36 lines
872 B
YAML
Executable File
36 lines
872 B
YAML
Executable File
# Default values for snmp.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: registry.local:9001/docker.io/starlingx/stx-snmp
|
|
tag: stx.5.0-1.0.0
|
|
pullPolicy: IfNotPresent
|
|
subagent_name: sub-agent
|
|
repository_subagent: registry.local:9001/docker.io/starlingx/stx-fm-subagent
|
|
tag_subagent: stx.5.0-1.0.0
|
|
pullPolicy_subagent: IfNotPresent
|
|
trap_subagent_name: trap-subagent
|
|
repository_trap_subagent: registry.local:9001/docker.io/starlingx/stx-fm-trap-subagent
|
|
tag_trap_subagent: stx.5.0-1.0.0
|
|
pullPolicy_trap_subagent: IfNotPresent
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
configmap:
|
|
name_snmpd: snmpd-etc-config
|
|
name_fm: snmpd-fm
|
|
user_conf: '# User configuration'
|
|
connection: ''
|
|
|
|
deployment:
|
|
master_agent_host: localhost
|
|
|
|
service:
|
|
name: snmpd-service
|
|
type: NodePort
|
|
|