towerops/priv/mibs/ciena/CIENA-GLOBAL-MIB
Graham McIntire b4f8b40b7f
Include MIB files in Docker image instead of using PVC
- 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.
2026-01-19 14:01:03 -06:00

57 lines
1.4 KiB
Text

-- This file was included in WWP MIB release 04-16-00-0047
--
-- CIENA-GLOBAL-MIB.my
--
--
CIENA-GLOBAL-MIB DEFINITIONS ::= BEGIN
IMPORTS
Counter64, OBJECT-TYPE
FROM SNMPv2-SMI
MacAddress
FROM SNMPv2-TC
cienaCommon
FROM CIENA-SMI
CienaGlobalSeverity
FROM CIENA-TC;
cienaGlobal MODULE-IDENTITY
LAST-UPDATED "201003280000Z"
ORGANIZATION "Ciena, Inc."
CONTACT-INFO
" Mib Meister
115 North Sullivan Road
Spokane Valley, WA 99037
USA
Phone: +1 509 242 9000
Email: support@ciena.com"
DESCRIPTION
"Initial creation. This module defines the object identifiers that are
common across all modules."
::= { cienaCommon 3 }
--
-- Node definitions
--
cienaGlobalSeverity OBJECT-TYPE
SYNTAX CienaGlobalSeverity
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object defines the severity of a trap and is a part of every trap defined in the system."
::= { cienaGlobal 1 }
cienaGlobalMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the chassis MAC address."
::= { cienaGlobal 2 }
END