This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
технология_cloud-init [2024/07/17 10:09] val |
технология_cloud-init [2024/07/17 11:50] (current) val |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * [[https://spacevm.ru/docs/6.5/base/operator_guide/domains/cloud_init/|Cloud-init - это программа, запускающаяся на ВМ при загрузке]] | * [[https://spacevm.ru/docs/6.5/base/operator_guide/domains/cloud_init/|Cloud-init - это программа, запускающаяся на ВМ при загрузке]] | ||
| - | * [[https://cloudinit.readthedocs.io/en/0.7.7/topics/datasources.html#no-cloud|Datasources - No cloud]] | + | |
| - | * [[https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html|Datasources - NoCloud | + | * [[https://cloudinit.readthedocs.io/en/latest/tutorial/qemu.html|Core tutorial with QEMU]] пример smbios |
| + | |||
| + | * [[https://cloudinit.readthedocs.io/en/0.7.7/topics/datasources.html#no-cloud|Datasources - No cloud]] user-data and meta-data files | ||
| + | * [[https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html|Datasources - NoCloud]] filesystem volume labelled CIDATA | ||
| * [[https://cloudinit.readthedocs.io/en/latest/reference/modules.html|Module reference]] | * [[https://cloudinit.readthedocs.io/en/latest/reference/modules.html|Module reference]] | ||
| + | |||
| * [[https://stackoverflow.com/questions/23065673/how-to-re-run-cloud-init-without-reboot|How to re-run cloud-init without reboot]] | * [[https://stackoverflow.com/questions/23065673/how-to-re-run-cloud-init-without-reboot|How to re-run cloud-init without reboot]] | ||
| Line 16: | Line 21: | ||
| version: 2 | version: 2 | ||
| ethernets: | ethernets: | ||
| - | ens3: | + | # ens3: |
| - | # enp1s0: | + | enp1s0: |
| dhcp4: true | dhcp4: true | ||
| # dhcp4: false | # dhcp4: false | ||