Browse Source

Fix deployment and categories (#15540)

* Adding priorities to the Quick Start deployment list

* Fixedthe icon_filename property in deploy.yaml
* Added categories priority and fixed the deployment quickstart priorities
Satyadeep Ashwathnarayana 1 year ago
parent
commit
b825dd57ad
2 changed files with 48 additions and 48 deletions
  1. 30 30
      integrations/categories.yaml
  2. 18 18
      integrations/deploy.yaml

+ 30 - 30
integrations/categories.yaml

@@ -1,20 +1,20 @@
 - id: deploy
   name: deploy
   description: ""
-  most_popular: false
-  priority: -1
+  most_popular: true
+  priority: 1
   children:
     - id: deploy.operating-systems
       name: Operating Systems
       description: ""
-      most_popular: false
-      priority: -1
+      most_popular: true
+      priority: 1
       children: []
     - id: deploy.docker-kubernetes
       name: Docker & Kubernetes
       description: ""
-      most_popular: false
-      priority: -1
+      most_popular: true
+      priority: 2
       children: []
     - id: deploy.provisioning-systems
       parent: deploy
@@ -26,8 +26,8 @@
 - id: data-collection
   name: data-collection
   description: ""
-  most_popular: false
-  priority: -1
+  most_popular: true
+  priority: 2
   children:
     - id: data-collection.other
       name: Other
@@ -50,14 +50,14 @@
     - id: data-collection.containers-and-vms
       name: Containers and VMs
       description: ""
-      most_popular: false
-      priority: -1
+      most_popular: true
+      priority: 6
       children: []
     - id: data-collection.database-servers
       name: Database Servers
       description: ""
-      most_popular: false
-      priority: -1
+      most_popular: true
+      priority: 1
       children: []
     - id: data-collection.kubernetes
       name: Kubernetes
@@ -74,8 +74,8 @@
     - id: data-collection.web-servers-and-web-proxies
       name: Web Servers and Web Proxies
       description: ""
-      most_popular: false
-      priority: -1
+      most_popular: true
+      priority: 2
       children: []
     - id: data-collection.cloud-provider-managed
       name: Cloud Provider Managed
@@ -98,8 +98,8 @@
     - id: data-collection.hardware-devices-and-sensors
       name: Hardware Devices and Sensors
       description: ""
-      most_popular: false
-      priority: -1
+      most_popular: true
+      priority: 4
       children: []
     - id: data-collection.macos-systems
       name: macOS Systems
@@ -110,8 +110,8 @@
     - id: data-collection.message-brokers
       name: Message Brokers
       description: ""
-      most_popular: false
-      priority: -1
+      most_popular: true
+      priority: 3
       children: []
     - id: data-collection.provisioning-systems
       name: Provisioning Systems
@@ -128,26 +128,26 @@
     - id: data-collection.linux-systems
       name: Linux Systems
       description: ""
-      most_popular: false
-      priority: -1
+      most_popular: true
+      priority: 5
       children:
         - id: data-collection.linux-systems.system-metrics
           name: System Metrics
           description: ""
-          most_popular: false
-          priority: -1
+          most_popular: true
+          priority: 1
           children: []
         - id: data-collection.linux-systems.memory-metrics
           name: Memory Metrics
           description: ""
-          most_popular: false
-          priority: -1
+          most_popular: true
+          priority: 3
           children: []
         - id: data-collection.linux-systems.cpu-metrics
           name: CPU Metrics
           description: ""
-          most_popular: false
-          priority: -1
+          most_popular: true
+          priority: 2
           children: []
         - id: data-collection.linux-systems.pressure-metrics
           name: Pressure Metrics
@@ -158,8 +158,8 @@
         - id: data-collection.linux-systems.network-metrics
           name: Network Metrics
           description: ""
-          most_popular: false
-          priority: -1
+          most_popular: true
+          priority: 5
           children: []
         - id: data-collection.linux-systems.ipc-metrics
           name: IPC Metrics
@@ -170,8 +170,8 @@
         - id: data-collection.linux-systems.disk-metrics
           name: Disk Metrics
           description: ""
-          most_popular: false
-          priority: -1
+          most_popular: true
+          priority: 4
           children: []
         - id: data-collection.linux-systems.firewall-metrics
           name: Firewall Metrics

+ 18 - 18
integrations/deploy.yaml

@@ -8,7 +8,7 @@
     icon_filename: 'linux.png'
   keywords:
     - linux
-  description: 'Run the following command on your node to install and claim Netdata:"r'
+  description: 'Run the following command on your node to install and claim Netdata:'
   methods:
     - method: wget
       commands:
@@ -43,7 +43,7 @@
     <<: *linux_meta
     name: Ubuntu
     link: https://ubuntu.com/
-    icon: 'ubuntu.png'
+    icon_filename: 'ubuntu.png'
   platform_info:
     group: 'include'
     distro: 'ubuntu'
@@ -54,7 +54,7 @@
     <<: *linux_meta
     name: Debian
     link: https://www.debian.org/
-    icon: 'debian.png'
+    icon_filename: 'debian.png'
   platform_info:
     group: 'include'
     distro: 'debian'
@@ -65,7 +65,7 @@
     <<: *linux_meta
     name: Fedora
     link: https://www.fedoraproject.org/
-    icon: 'fedora.png'
+    icon_filename: 'fedora.png'
   platform_info:
     group: 'include'
     distro: 'fedora'
@@ -76,7 +76,7 @@
     <<: *linux_meta
     name: Red Hat Enterprise Linux
     link: https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux
-    icon: 'rhel.png'
+    icon_filename: 'rhel.png'
   platform_info:
     group: 'include'
     distro: 'rhel'
@@ -87,7 +87,7 @@
     <<: *linux_meta
     name: Alma Linux
     link: https://almalinux.org/
-    icon: 'alma.png'
+    icon_filename: 'alma.png'
   platform_info:
     group: 'include'
     distro: 'almalinux'
@@ -98,7 +98,7 @@
     <<: *linux_meta
     name: Alpine Linux
     link: https://www.alpinelinux.org/
-    icon: 'alpine.png'
+    icon_filename: 'alpine.png'
   platform_info:
     group: 'include'
     distro: 'alpinelinux'
@@ -109,7 +109,7 @@
     <<: *linux_meta
     name: Amazon Linux
     link: https://aws.amazon.com/amazon-linux-2/
-    icon: 'amazonlinux.png'
+    icon_filename: 'amazonlinux.png'
   platform_info:
     group: 'include'
     distro: 'amazonlinux'
@@ -120,7 +120,7 @@
     <<: *linux_meta
     name: Arch Linux
     link: https://archlinux.org/
-    icon: 'archlinux.png'
+    icon_filename: 'archlinux.png'
   platform_info:
     group: 'include'
     distro: 'archlinux'
@@ -131,7 +131,7 @@
     <<: *linux_meta
     name: CentOS
     link: https://www.centos.org/
-    icon: 'centos.png'
+    icon_filename: 'centos.png'
   platform_info:
     group: 'include'
     distro: 'centos'
@@ -142,7 +142,7 @@
     <<: *linux_meta
     name: Manjaro Linux
     link: https://manjaro.org/
-    icon: 'manjaro.png'
+    icon_filename: 'manjaro.png'
   platform_info:
     group: 'include'
     distro: 'archlinux'
@@ -153,7 +153,7 @@
     <<: *linux_meta
     name: Oracle Linux
     link: https://www.oracle.com/linux/
-    icon: 'oraclelinux.png'
+    icon_filename: 'oraclelinux.png'
   platform_info:
     group: 'include'
     distro: 'oraclelinux'
@@ -164,7 +164,7 @@
     <<: *linux_meta
     name: SUSE Linux
     link: https://www.suse.com/
-    icon: 'openSUSE.png'
+    icon_filename: 'openSUSE.png'
     group: 'include'
     distro: 'opensuse'
   quick_start: -1
@@ -179,7 +179,7 @@
   keywords:
     - MacOS
     - mac
-  description: 'Run the following command on your Intel based OSX, macOS servers to install and claim Netdata:"r'
+  description: 'Run the following command on your Intel based OSX, macOS servers to install and claim Netdata:'
   methods:
     - method: curl
       commands:
@@ -197,7 +197,7 @@
   platform_info:
     group: 'include'
     distro: 'macos'
-  quick_start: 1
+  quick_start: 5
 -
   id: deploy-docker
   meta:
@@ -407,7 +407,7 @@
   platform_info:
     group: 'no_include'
     distro: 'docker'
-  quick_start: 1
+  quick_start: 3
 -
   id: deploy-kubernetes
   meta:
@@ -487,7 +487,7 @@
   platform_info:
     group: ''
     distro: ''
-  quick_start: 1
+  quick_start: 4
 -
   id: deploy-windows
   meta:
@@ -529,4 +529,4 @@
   platform_info:
     group: ''
     distro: ''
-  quick_start: 1
+  quick_start: 2