File: data.yaml

package info (click to toggle)
cloud-init 25.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 135,894; sh: 3,883; makefile: 141; javascript: 30; xml: 22
file content (21 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cc_ubuntu_autoinstall:
  description: |
    Cloud-init is used by the Ubuntu installer in two stages.
    The ``autoinstall`` key may contain a configuration for the Ubuntu
    installer.

    Cloud-init verifies that an ``autoinstall`` key contains a ``version`` key
    and that the installer package is present on the system.

    .. note::
      The Ubuntu installer might pass part of this configuration to cloud-init
      during a later boot as part of the install process.
      See `the Ubuntu installer documentation <https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html#user-data>`_
      for more information. Please direct Ubuntu installer questions to
      their IRC channel (#ubuntu-server on Libera).
  examples:
    - comment: |
        Example 1:
      file: cc_ubuntu_autoinstall/example1.yaml
  name: Ubuntu Autoinstall
  title: Autoinstall configuration is ignored (but validated) by cloud-init.