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

Added additional resources section to readthedocs #930

Merged
merged 1 commit into from
Aug 29, 2024
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
6 changes: 3 additions & 3 deletions doc/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ from the controller and reports local state changes to it.

BlueChi is built around three components:

* `bluechi-controller` service, running on the primary node, controls all connected nodes
* `bluechi-agent` services, with one running on each managed node, is the agent
- `bluechi-controller` service, running on the primary node, controls all connected nodes
- `bluechi-agent` services, with one running on each managed node, is the agent
talking locally to systemd to act on services
* `bluechictl` command line program, is meant to be used by administrators to test,
- `bluechictl` command line program, is meant to be used by administrators to test,
debug, or manually manage services across nodes.

BlueChi is meant to be used in conjunction with a state manager (a program or
Expand Down
10 changes: 10 additions & 0 deletions doc/docs/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!-- markdownlint-disable-file MD013 MD033 -->

# Additional Resources

- [The tale of a lightweight service manager (re)named Eclipse BlueChi](https://www.redhat.com/en/blog/hirte-renamed-eclipse-bluechi) <br>
Pierre-Yves Chibon, Michael Engel - RedHat Blog - November 2023 <br>
- [Hirte - Multi-node service orchestration for edge](https://www.youtube.com/watch?v=8RiRiviSVqM) <br>
Pierre-Yves Chibon, Michael Engel - DevConf.cz - June 2023 <br>
- [Eclipse BlueChi - A deterministic multi-node service controller for automotive and edge](https://www.youtube.com/watch?v=EMaNJEKEgZ8) <br>
Michael Engel - DevConf.cz - June 2024 <br>
1 change: 1 addition & 0 deletions doc/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ nav:
- SELinux:
- bluechi-controller.selinux(8): man/bluechi-controller-selinux.md
- bluechi-agent.selinux(8): man/bluechi-agent-selinux.md
- Additional Resources: resources.md

theme:
name: material
Expand Down