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: 8 months ago
JSON representation
Installs and configures LSST DAQ software
- Host: GitHub
- URL: https://github.com/lsst-it/puppet-daq
- Owner: lsst-it
- License: apache-2.0
- Created: 2022-06-08T16:30:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-14T04:00:05.000Z (about 1 year ago)
- Last Synced: 2025-06-18T03:37:20.196Z (about 1 year ago)
- Topics: daq, deployment, puppet, puppet-module
- Language: Ruby
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)