5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-03 01:17:49 +03:00

update static/schema information

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-21 17:51:23 +02:00
parent 4657b9ff3d
commit c8eee6ff6e
4 changed files with 14 additions and 10 deletions

View File

@ -14264,6 +14264,7 @@ const apiSchema = [
"type" : "string"
},
"ciupgrade" : {
"default" : 1,
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
"optional" : 1,
"type" : "boolean"
@ -16542,6 +16543,7 @@ const apiSchema = [
"type" : "string"
},
"ciupgrade" : {
"default" : 1,
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
"optional" : 1,
"type" : "boolean",
@ -18972,6 +18974,7 @@ const apiSchema = [
"type" : "string"
},
"ciupgrade" : {
"default" : 1,
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
"optional" : 1,
"type" : "boolean",
@ -25054,6 +25057,7 @@ const apiSchema = [
"type" : "string"
},
"ciupgrade" : {
"default" : 1,
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
"optional" : 1,
"type" : "boolean",
@ -46278,9 +46282,9 @@ const apiSchema = [
"default" : "login",
"description" : "Run specific command or default to login.",
"enum" : [
"login",
"ceph_install",
"upgrade",
"login"
"upgrade"
],
"optional" : 1,
"type" : "string"
@ -46374,9 +46378,9 @@ const apiSchema = [
"default" : "login",
"description" : "Run specific command or default to login.",
"enum" : [
"login",
"ceph_install",
"upgrade",
"login"
"upgrade"
],
"optional" : 1,
"type" : "string"
@ -46500,9 +46504,9 @@ const apiSchema = [
"default" : "login",
"description" : "Run specific command or default to login.",
"enum" : [
"login",
"ceph_install",
"upgrade",
"login"
"upgrade"
],
"optional" : 1,
"type" : "string"

View File

@ -27,7 +27,7 @@ Password to assign the user. Using this is generally not recommended. Use ssh ke
Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
`ciupgrade`: `<boolean>` ::
`ciupgrade`: `<boolean>` ('default =' `1`)::
do an automatic package upgrade after the first boot.

View File

@ -191,7 +191,7 @@ cloud-init: Password to assign the user. Using this is generally not recommended
Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
`--ciupgrade` `<boolean>` ::
`--ciupgrade` `<boolean>` ('default =' `1`)::
cloud-init: do an automatic package upgrade after the first boot.
@ -1019,7 +1019,7 @@ cloud-init: Password to assign the user. Using this is generally not recommended
Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
`--ciupgrade` `<boolean>` ::
`--ciupgrade` `<boolean>` ('default =' `1`)::
cloud-init: do an automatic package upgrade after the first boot.

View File

@ -121,7 +121,7 @@ cloud-init: Password to assign the user. Using this is generally not recommended
Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
`ciupgrade`: `<boolean>` ::
`ciupgrade`: `<boolean>` ('default =' `1`)::
cloud-init: do an automatic package upgrade after the first boot.