mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-20 14:03:42 +03:00
update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4657b9ff3d
commit
c8eee6ff6e
@ -14264,6 +14264,7 @@ const apiSchema = [
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"ciupgrade" : {
|
"ciupgrade" : {
|
||||||
|
"default" : 1,
|
||||||
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
|
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "boolean"
|
"type" : "boolean"
|
||||||
@ -16542,6 +16543,7 @@ const apiSchema = [
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"ciupgrade" : {
|
"ciupgrade" : {
|
||||||
|
"default" : 1,
|
||||||
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
|
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
@ -18972,6 +18974,7 @@ const apiSchema = [
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"ciupgrade" : {
|
"ciupgrade" : {
|
||||||
|
"default" : 1,
|
||||||
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
|
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
@ -25054,6 +25057,7 @@ const apiSchema = [
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"ciupgrade" : {
|
"ciupgrade" : {
|
||||||
|
"default" : 1,
|
||||||
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
|
"description" : "cloud-init: do an automatic package upgrade after the first boot.",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
@ -46278,9 +46282,9 @@ const apiSchema = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
|
"login",
|
||||||
"ceph_install",
|
"ceph_install",
|
||||||
"upgrade",
|
"upgrade"
|
||||||
"login"
|
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -46374,9 +46378,9 @@ const apiSchema = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
|
"login",
|
||||||
"ceph_install",
|
"ceph_install",
|
||||||
"upgrade",
|
"upgrade"
|
||||||
"login"
|
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -46500,9 +46504,9 @@ const apiSchema = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
|
"login",
|
||||||
"ceph_install",
|
"ceph_install",
|
||||||
"upgrade",
|
"upgrade"
|
||||||
"login"
|
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
|
@ -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.
|
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.
|
do an automatic package upgrade after the first boot.
|
||||||
|
|
||||||
|
@ -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.
|
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.
|
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.
|
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.
|
cloud-init: do an automatic package upgrade after the first boot.
|
||||||
|
|
||||||
|
@ -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.
|
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.
|
cloud-init: do an automatic package upgrade after the first boot.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user