graphite_storage

May 7, 2026 ยท View on GitHub

Creates a Graphite storage directory and optionally installs Whisper.

Actions

ActionDescription
:createCreates storage path and installs backend (default)
:deleteRemoves storage path and pip backend

Properties

PropertyTypeDefaultDescription
pathStringname propertyStorage path
userString'graphite'Directory owner
groupString'graphite'Directory group
base_dirString'/opt/graphite'Virtualenv path for pip installs
storage_dirString'/opt/graphite/storage'Shared storage root
package_nameString'whisper'Pip backend package
versionStringnilPip backend version
backend_typeString'whisper'Backend type label
install_typeSymbol:package:package, :pip, or :source

Examples

graphite_storage '/opt/graphite/storage'