- 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.
27 lines
639 B
Text
27 lines
639 B
Text
-- ****************************************************************************
|
|
-- *
|
|
-- *
|
|
-- * File Status: ADOPTED JULY 11, 2010
|
|
-- *
|
|
-- * This MIB provides the root object identifier for the
|
|
-- * Pacific Broadband Networks (PBN) as an enterprise,
|
|
-- * as assigned by the Internet Assigned Numbers Authority (IANA).
|
|
-- *
|
|
-- *
|
|
-- ****************************************************************************
|
|
|
|
PBN-ROOT DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
enterprises
|
|
FROM RFC1155-SMI
|
|
;
|
|
|
|
pbn OBJECT IDENTIFIER ::= { enterprises 11606 }
|
|
|
|
-- DESCRIPTION
|
|
-- "pbn defines the main root of the PBN Enterprises MIB tree. "
|
|
|
|
|
|
END
|
|
|