mirror of
https://github.com/netdata/netdata.git
synced 2025-04-12 16:58:10 +00:00
Add quick_start key to deploy schema. (#15522)
Merging this one as well.
This commit is contained in:
parent
fd1edfb699
commit
00aa11bbfb
2 changed files with 8 additions and 1 deletions
integrations
|
@ -36,6 +36,7 @@
|
||||||
platform_info:
|
platform_info:
|
||||||
group: ''
|
group: ''
|
||||||
distro: ''
|
distro: ''
|
||||||
|
quick_start: 1
|
||||||
- <<: *linux
|
- <<: *linux
|
||||||
id: deploy-ubuntu
|
id: deploy-ubuntu
|
||||||
meta:
|
meta:
|
||||||
|
@ -46,3 +47,4 @@
|
||||||
platform_info:
|
platform_info:
|
||||||
group: 'include'
|
group: 'include'
|
||||||
distro: 'ubuntu'
|
distro: 'ubuntu'
|
||||||
|
quick_start: -1
|
||||||
|
|
|
@ -91,6 +91,10 @@
|
||||||
"group",
|
"group",
|
||||||
"distro"
|
"distro"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"quick_start": {
|
||||||
|
"type": "integer",
|
||||||
|
"description": "Indicates where the deploy integration should appear in the add nodes dialogue. A value less than 0 indicates that it should not appear on this dialogue."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
@ -101,7 +105,8 @@
|
||||||
"methods",
|
"methods",
|
||||||
"additional_info",
|
"additional_info",
|
||||||
"related_resources",
|
"related_resources",
|
||||||
"platform_info"
|
"platform_info",
|
||||||
|
"quick_start"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue