0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 06:25:32 +00:00

Add quick_start key to deploy schema. ()

Merging this one as well.
This commit is contained in:
Austin S. Hemmelgarn 2023-07-25 12:59:36 -04:00 committed by GitHub
parent fd1edfb699
commit 00aa11bbfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions
integrations

View file

@ -36,6 +36,7 @@
platform_info:
group: ''
distro: ''
quick_start: 1
- <<: *linux
id: deploy-ubuntu
meta:
@ -46,3 +47,4 @@
platform_info:
group: 'include'
distro: 'ubuntu'
quick_start: -1

View file

@ -91,6 +91,10 @@
"group",
"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": [
@ -101,7 +105,8 @@
"methods",
"additional_info",
"related_resources",
"platform_info"
"platform_info",
"quick_start"
]
}
}