.github
datadog
README.md
dd-dashboard.nix
doc
examples
foreman
src
t
.editorconfig
.gitignore
.perlcriticrc
.yath.rc
COPYING
INSTALL
Makefile.am
Procfile
README.md
bootstrap
configure.ac
default.nix
flake.lock
flake.nix
hydra-api.yaml
hydra-module.nix
shell.nix
version.txt
22 lines
386 B
Markdown
22 lines
386 B
Markdown
# Hydra status timeboard
|
|
|
|
In order to deploy hydra status dashboard you can:
|
|
|
|
* create a deployment
|
|
|
|
```
|
|
nixops create -d hydra-status /path/to/hydra/datadog/dd-dashboard.nix
|
|
```
|
|
|
|
* setup the default hostname and api/app keys
|
|
|
|
```
|
|
nixops set-args -d hydra-status --argst appKey <app_key> --argstr apiKey <api_key> --argstr host chef
|
|
```
|
|
|
|
* deploy
|
|
|
|
```
|
|
nixops deploy -d hydra-status
|
|
```
|