Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daqconf to fddaqconf move #225

Merged
merged 3 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/FAQ-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

## What was that command again to use K8s with the NP04 cluster?
```bash
daqconf_multiru_gen --force-pm k8s .... conf-dir # generate the configuration in the usual way, with the --force-pm
upload_conf conf-dir conf-name # upload the configuration to the service
nanorc --pm k8s://np04-srv-015:31000 db://conf-name # tell nanorc to run k8s process manager
fddaqconf_gen --force-pm k8s .... conf-dir # generate the configuration in the usual way, with the --force-pm
nanorc --pm k8s://np04-srv-016:31000 conf-dir session-name
```

## NanoRC exited ungracefully and all my apps are still running, what do I do?
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ NAME READY STATUS RESTARTS AGE
dataflow0 1/1 Running 0 66s
...
```
to get a list of pods corresponding to DAQ applications. This should be run from the node that hosts the control plane, which is `np04-srv-015`. (The control plane is a collection of top level components that manage the whole kubernetes cluster, including the API server and a data store that keeps track of current/desired state.)
to get a list of pods corresponding to DAQ applications.

Now do:
```bash
Expand Down
87 changes: 0 additions & 87 deletions examples/ruemu_conf/boot.json

This file was deleted.

11 changes: 0 additions & 11 deletions examples/ruemu_conf/conf.json

This file was deleted.

16 changes: 0 additions & 16 deletions examples/ruemu_conf/daqconf_multiru_gen.info

This file was deleted.

102 changes: 0 additions & 102 deletions examples/ruemu_conf/data/dataflow0_conf.json

This file was deleted.

118 changes: 0 additions & 118 deletions examples/ruemu_conf/data/dataflow0_init.json

This file was deleted.

21 changes: 0 additions & 21 deletions examples/ruemu_conf/data/dfo_conf.json

This file was deleted.

Loading