Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 806 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 806 Bytes

daq

Table of Contents

  1. Overview
  2. Description
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how

Overview

Installs and configures LSST DAQ software.

Description

This module installs the daq-sdk and rpt-sdk packages. It is also able to [optionally] manage the dsid and rce services.

Usage

Hiera Example

---
classes:
  - "daq::daqsdk"
  - "daq::rptsdk"
  - "daq::service::dsid"
  - "daq::service::rce"

daq::daqsdk: "R5-V3.2"
daq::rptsdk: "3.5.3"

Reference

See REFERENCE