Align HardwareProfile schema to treasuremap

- Missing cpu_sets/hugepages options

Change-Id: I1d905d40d01095f300e4836e41e2b668ca047b20
This commit is contained in:
Kaspars Skels 2019-01-22 22:45:05 -06:00
parent 55b0de164e
commit 58bcb4855b
2 changed files with 26 additions and 2 deletions

View File

@ -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

View File

@ -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