Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lsst-it/puppet-daq

Installs and configures LSST DAQ software
https://github.com/lsst-it/puppet-daq

daq deployment puppet puppet-module

Last synced: 7 days ago
JSON representation

Installs and configures LSST DAQ software

Awesome Lists containing this project

README

        

# daq

## Table of Contents

1. [Overview](#overview)
1. [Description](#description)
1. [Usage - Configuration options and additional functionality](#usage)
1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)

## Overview

Installs and configures LSST DAQ software.

## Description

This module installs the
[`daq-sdk`](https://repo-nexus.lsst.org/nexus/#browse/browse:daq:daq-sdk) and
[`rpt-sdk`](https://repo-nexus.lsst.org/nexus/#browse/browse:daq:rpt-sdk)
packages. It is also able to [optionally] manage the `dsid` and `rce` services.

## Usage

### Hiera Example

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

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

## Reference

See [REFERENCE](REFERENCE.md)