Skip to content
Open
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
12 changes: 0 additions & 12 deletions doc/reference/autoinstall-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,6 @@ The configuration is similar to that used by curtin. See the `Reporting <https:/
Each key in the ``reporting`` mapping in the configuration defines a destination where the ``type`` sub-key is one of:

* ``print``: print progress information on ``tty1`` and any configured serial console. There is no other configuration.
* ``rsyslog``: report progress via rsyslog. The ``destination`` key specifies where to send output. (The rsyslog reporter does not yet exist.)
* ``webhook``: report progress by sending JSON reports to a URL using POST requests. Accepts the same `configuration as curtin <https://curtin.readthedocs.io/en/latest/topics/reporting.html#webhook-reporter>`_.
* ``none``: do not report progress. Only useful to inhibit the default output.

Expand All @@ -1407,16 +1406,6 @@ The default configuration is:
builtin:
type: print

Report to rsyslog:

.. code-block:: yaml

autoinstall:
reporting:
central:
type: rsyslog
destination: "@192.168.0.1"


Suppress the default output:

Expand All @@ -1440,7 +1429,6 @@ Report to a curtin-style webhook:
consumer_secret: "cs_value"
token_key: "tk_value"
token_secret: "tk_secret"
level: INFO

.. _ai-user-data:

Expand Down