- 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.
24 lines
597 B
Text
24 lines
597 B
Text
STORMSHIELD-VPN-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
stormshieldMIB FROM STORMSHIELD-SMI-MIB;
|
|
|
|
snsVPN MODULE-IDENTITY
|
|
LAST-UPDATED "202008200000Z"
|
|
ORGANIZATION "Stormshield"
|
|
CONTACT-INFO
|
|
"Customer Support
|
|
|
|
22 rue du Gouverneur General Eboue
|
|
92130 Issy-les-Moulineaux
|
|
FRANCE
|
|
|
|
Tel: +33 (0)9 69 32 96 29
|
|
E-mail: support@stormshield.eu
|
|
http://www.stormshield.eu"
|
|
DESCRIPTION "stormshield VPN MIBS"
|
|
REVISION "202008200000Z"
|
|
DESCRIPTION "Initial"
|
|
::= { stormshieldMIB 1 }
|
|
|
|
END
|