All Projects → whamcloud → lemur

whamcloud / lemur

Licence: MIT license
Lustre HSM tools

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to lemur

hsmwiz
HSMWiz is a frontend for OpenSC, pkcs11tool and pkcs15tool to ease handling of HSM smartcards
Stars: ✭ 27 (+35%)
Mutual labels:  hsm
yubihsm-rs
Pure Rust client for YubiHSM2 devices
Stars: ✭ 70 (+250%)
Mutual labels:  hsm
LustrePerfMon
Lustre Monitoring System based on Collectd, Grafana and Influxdb
Stars: ✭ 26 (+30%)
Mutual labels:  lustre
pytokio
[READ ONLY] Refer to gitlab repo for updated version - Total Knowledge of I/O Reference Implementation. Please see wiki for contribution guidelines.
Stars: ✭ 20 (+0%)
Mutual labels:  lustre
opencryptoki
PKCS#11 library and tools for Linux. Includes tokens supporting TPM and IBM crypto hardware as well as a software token.
Stars: ✭ 100 (+400%)
Mutual labels:  hsm
hsm
C++ framework library to simplify state-driven code
Stars: ✭ 88 (+340%)
Mutual labels:  hsm
velus
A Lustre compiler in Coq
Stars: ✭ 48 (+140%)
Mutual labels:  lustre
integrated-manager-for-lustre
Integrated Manager for Lustre
Stars: ✭ 64 (+220%)
Mutual labels:  lustre
AttestationSamples
A small subset of the submitted sample data from https://github.com/GrapheneOS/Auditor. It has a sample attestation certificate chain per device model (ro.product.model) along with a subset of the system properties from the sample as supplementary information.
Stars: ✭ 25 (+25%)
Mutual labels:  hsm
optiga-trust-m
OPTIGA™ Trust M Software Framework
Stars: ✭ 86 (+330%)
Mutual labels:  hsm
lustre exporter
Prometheus exporter for use with the Lustre parallel filesystem
Stars: ✭ 25 (+25%)
Mutual labels:  lustre
signatory
Signatory - A Tezos Remote Signer for signing block-chain operations with private keys using YubiHSM and Azure Key Vault
Stars: ✭ 35 (+75%)
Mutual labels:  hsm
napkinXC
Extremely simple and fast extreme multi-class and multi-label classifiers.
Stars: ✭ 38 (+90%)
Mutual labels:  hsm
keyfender
Secure HSM implementation based on MirageOS
Stars: ✭ 33 (+65%)
Mutual labels:  hsm
kstatemachine
KStateMachine is a Kotlin DSL library for creating finite state machines (FSM) and hierarchical state machines (HSM).
Stars: ✭ 63 (+215%)
Mutual labels:  hsm
AttestationServer
Server code for use with the Auditor app: https://github.com/GrapheneOS/Auditor. It provides two services: submission of attestation data samples and a remote attestation implementation with email alerts to go along with the local implementation based on QR code scanning in the app.
Stars: ✭ 64 (+220%)
Mutual labels:  hsm
Pkcs11Interop.X509Store
Easy to use PKCS#11 based X.509 certificate store
Stars: ✭ 24 (+20%)
Mutual labels:  hsm
tsm
A Hierarchical State Machine Framework in C++
Stars: ✭ 30 (+50%)
Mutual labels:  hsm
dockerfiles
Dockerfiles everywhere 🐳
Stars: ✭ 17 (-15%)
Mutual labels:  lustre

GoDoc

HPDD HSM Agent and Data Movers for Lustre

Lemur is new, open source implementation of HSM tools for the Lustre Filesystem based on this design. This project is developed by the Intel High Performance Data Division, one of the main contributors to the Lustre Filesystem. We welcome community involvement and contributions. If you would like to raise an issue or file a bug, please use the LMR project on our community Jira server instead of Github issues.

Build

We use Docker for building packages, so as long as you have Docker running, make rpm will take care of everything needed to create a clean build environment and build a set of Lemur RPMs. The results will be stored in ./output/RPMS.

For development and testing, it is generally more convenient to use a Linux host (or virtual machine) with Lustre installed. We recommend RHEL or CentOS 7.x, Lustre 2.7 or above, and at least Go 1.6.

Testing Quickstart

The unit tests are run with make test and do not require a Lustre environment to be configured.

The user acceptance test (UAT) automates basic testing with the agent and datamovers. The harness does not manage Lustre filesystems -- you will need to create one and mount a client somewhere, and ensue the Coordinator is enabled on the MDT. The harness must run as root, because the agent must also run as root in order to fiddle with secure xattrs and do other root-y stuff.

  1. make rpm
  2. Copy built RPMs to Lustre client host and install them
  3. sudo /usr/libexec/lemur-testing/lemur-uat-runner

Set uat/README.md for more details on running and confgiuring the user acceptance tests.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].