Deleting old ovsdpdk site type of R1 release
[yaml_builds.git] / site_type / ovsdpdk / airship-treasuremap / global / v4.0 / schemas / drydock / HardwareProfile / v1.yaml
diff --git a/site_type/ovsdpdk/airship-treasuremap/global/v4.0/schemas/drydock/HardwareProfile/v1.yaml b/site_type/ovsdpdk/airship-treasuremap/global/v4.0/schemas/drydock/HardwareProfile/v1.yaml
deleted file mode 100644 (file)
index e51e274..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
----
-schema: 'deckhand/DataSchema/v1'
-metadata:
-  schema: metadata/Control/v1
-  name: drydock/HardwareProfile/v1
-  labels:
-    application: drydock
-data:
-  $schema: 'http://json-schema.org/schema#'
-  type: 'object'
-  properties:
-    vendor:
-      type: 'string'
-    generation:
-      type: 'string'
-    hw_version:
-      type: 'string'
-    bios_version:
-      type: 'string'
-    boot_mode:
-      type: 'string'
-      enum:
-        - 'bios'
-        - 'uefi'
-    bootstrap_protocol:
-      type: 'string'
-      enum:
-        - 'pxe'
-        - 'usb'
-        - 'hdd'
-    pxe_interface:
-      type: 'number'
-    device_aliases:
-      type: 'object'
-      additionalProperties: true
-    cpu_sets:
-      type: 'object'
-      additionalProperties:
-        type: 'string'
-    hugepages:
-      type: 'object'
-      additionalProperties:
-        type: 'object'
-        propertes:
-          size:
-            type: 'string'
-          count:
-            type: 'number'
-  additionalProperties: false