File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ netbootd aims to provide maximum flexibility and unlike Foreman or Cobbler makes
1515no attempt to simplify the process of network booting. The results will be only
1616as good as the configuration (the manifest in this case).
1717
18- netbootd's configuration consists of a set of manifest, each representing a machine.
19- In order to support automation-based workflow, manifests can be managed via a simple HTTP API.
18+ netbootd's configuration consists of a set of manifests, with each manifest representing a machine
19+ to be provisioned. Netbootd also provides a simple HTTP API for managing manifests, so that netbootd
20+ can become part of a larger automation workflow.
2021
2122** Note: This software is highly experimental, at proof-of-concept stage. It works
2223but a lot of critical features are missing.**
@@ -229,4 +230,3 @@ Run e.g. `./netbootd --trace server -m ./examples/`
229230* Pluggable store backends (e.g. Redis, Etcd, files) for Manifests
230231* Notifications (e.g. long-polling wait to return when a given host actually booted)
231232* Per-manifest logs available over API
232-
You can’t perform that action at this time.
0 commit comments