- 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.
25 lines
No EOL
667 B
Text
25 lines
No EOL
667 B
Text
NORTEL-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY, enterprises
|
|
FROM SNMPv2-SMI;
|
|
|
|
nortel MODULE-IDENTITY
|
|
LAST-UPDATED "200305010000Z"
|
|
ORGANIZATION "Northern Telecom Ltd."
|
|
CONTACT-INFO
|
|
" 7035 Ridge Road
|
|
Hanover, Maryland 21076
|
|
United States
|
|
Toll-free: +1-800-921-1144
|
|
Phone: +1-410-694-5700
|
|
Fax: +1-410-694-5750
|
|
www.ciena.com "
|
|
DESCRIPTION
|
|
"The Nortel Networks top-level MIB definition."
|
|
::= { enterprises 562 }
|
|
|
|
nortelGenericMIBs OBJECT IDENTIFIER ::= {nortel 29}
|
|
opterametro OBJECT IDENTIFIER ::= {nortel 68}
|
|
|
|
END |