Skip to content

Commit

Permalink
TRITON-786 dapi needs to learn about "HVM API" from sysinfo
Browse files Browse the repository at this point in the history
Reviewed by: Pedro Palazón Candel <pedro@joyent.com>
Approved by: Pedro Palazón Candel <pedro@joyent.com>
  • Loading branch information
Marsell Kukuljevic committed Sep 25, 2018
1 parent dd1c3cb commit 9f07910
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/cnapi/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ var s_sysinfo = {
'CPU Physical Cores': base.intg.pos.req,
'UUID': base.str.uuid.req,
'Hostname': base.str.hostname.opt,
'HVM API': base.bool.opt,
'CPU Total Cores': base.intg.pos.req,
'MiB of Memory': base.intg.pos.req,
'Zpool': base.str.nonempty.req,
Expand Down
1 change: 1 addition & 0 deletions lib/dapi/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ var s_sysinfo = {
'Bhyve Capable': base.bool.opt,
'Bhyve Max Vcpus': base.intg.pos.opt,
'CPU Total Cores': base.intg.pos.req,
'HVM API': base.bool.opt,
'Network Interfaces': s_si_nics_r,
'Live Image': base.str.nonempty.req,
'SDC Version': base.str.nonempty.opt
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joyent-schemas",
"description": "Joyent JSON Schemas",
"version": "0.3.1",
"version": "0.3.2",
"author": "Joyent (joyent.com)",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 9f07910

Please sign in to comment.