- Remove PVC volume mount from k8s/deployment.yaml - Delete k8s/mib-pvc.yaml (no longer needed) - Update .gitignore to commit MIB files to git - Add mix import_mibs task to copy MIBs from LibreNMS - Add all MIB files from priv/mibs/ to git This fixes the multi-attach volume error in Kubernetes where new pods couldn't start because the RWO (ReadWriteOnce) PVC was attached to the old pod. MIBs are now part of the Docker image and can be used by all pods simultaneously.
21 lines
470 B
Text
21 lines
470 B
Text
POLYCOM-BASE-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
enterprises, MODULE-IDENTITY
|
|
FROM SNMPv2-SMI
|
|
;
|
|
|
|
polycom MODULE-IDENTITY
|
|
LAST-UPDATED "201108310000Z"
|
|
ORGANIZATION "Polycom, Inc."
|
|
CONTACT-INFO "http://www.polycom.com/"
|
|
DESCRIPTION "This MIB defines the base for Polycom product MIBs.
|
|
Copyright (c) 2011 Polycom, Inc."
|
|
|
|
REVISION "201108310000Z"
|
|
DESCRIPTION "Initial draft."
|
|
|
|
::= { enterprises 13885 }
|
|
|
|
END
|
|
|