Align HardwareProfile schema to treasuremap
- Missing cpu_sets/hugepages options Change-Id: I1d905d40d01095f300e4836e41e2b668ca047b20
This commit is contained in:
parent
55b0de164e
commit
58bcb4855b
@ -7,7 +7,6 @@ metadata:
|
||||
application: drydock
|
||||
data:
|
||||
$schema: 'http://json-schema.org/schema#'
|
||||
id: 'http://att.com/att-comdev/drydock/hardwareProfile.yaml'
|
||||
type: 'object'
|
||||
properties:
|
||||
vendor:
|
||||
@ -34,4 +33,17 @@ data:
|
||||
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
|
||||
|
@ -7,7 +7,6 @@ metadata:
|
||||
application: drydock
|
||||
data:
|
||||
$schema: 'http://json-schema.org/schema#'
|
||||
id: 'http://att.com/att-comdev/drydock/hardwareProfile.yaml'
|
||||
type: 'object'
|
||||
properties:
|
||||
vendor:
|
||||
@ -34,4 +33,17 @@ data:
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user