Update Genesis schema to include domain parameter

Updates the Genesis schema to match that which is specified in
Promenade's current codebase.

Change-Id: I479453150886a2b5743874cbf424f956fec0d3d6
This commit is contained in:
Bryan Strassner 2018-11-07 14:50:21 -06:00
parent 7705bba7e2
commit 899a83c762
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ data:
hostname:
$ref: '#/definitions/hostname'
domain:
type: string
ip:
$ref: '#/definitions/ip_address'