
In support of a larger effort to introduce a DeploymentStrategy document for Shipyard to use to drive baremetal node deployment, this change adds a schema and tests for that schema. Change-Id: I94c41f0ee8c8cf9c3762c5c1af575798fb1dccb4
19 lines
396 B
YAML
19 lines
396 B
YAML
---
|
|
schema: shipyard/DeploymentStrategy/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: deployment-strategy
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: global
|
|
storagePolicy: cleartext
|
|
data:
|
|
groups:
|
|
- name: my_name_is
|
|
critical: false
|
|
depends_on: []
|
|
selectors:
|
|
# node_names are strings
|
|
- node_names: [false, true, false]
|
|
node_labels: []
|