
Using the promenade build, and pegleg-arranged file layout, provide a single-node/genesis only site deign. This patchset will focus on the files only, while others will focus on the scripts and tools using these. Change-Id: Ie163e4fe2ac45ebfe50b703516bde20765a6b248
20 lines
349 B
YAML
20 lines
349 B
YAML
---
|
|
schema: deckhand/DataSchema/v1
|
|
metadata:
|
|
schema: metadata/Control/v1
|
|
name: pegleg/SiteDefinition/v1
|
|
data:
|
|
$schema: http://json-schema.org/schema#
|
|
type: object
|
|
|
|
properties:
|
|
revision:
|
|
type: string
|
|
pattern: '^v.+$'
|
|
site_type:
|
|
type: string
|
|
required:
|
|
- revision
|
|
- site_type
|
|
additionalProperties: false
|