
Separates and cleans up some documentation around the airship-in-a-bottle usage for demo vs. development environment purposes. Dev environments will deploy only the Airship specific components, while the Demo will show a more complete installation of OpenStack on top of Airship. Change-Id: Icca614c4cc4aed426006720b924c105b15d9e510
32 lines
705 B
YAML
32 lines
705 B
YAML
---
|
|
schema: 'deckhand/DataSchema/v1'
|
|
metadata:
|
|
schema: metadata/Control/v1
|
|
name: drydock/Region/v1
|
|
labels:
|
|
application: drydock
|
|
data:
|
|
$schema: 'http://json-schema.org/schema#'
|
|
id: 'http://att.com/att-comdev/drydock/region.yaml'
|
|
type: 'object'
|
|
properties:
|
|
tag_definitions:
|
|
type: 'array'
|
|
items:
|
|
type: 'object'
|
|
properties:
|
|
tag:
|
|
type: 'string'
|
|
definition_type:
|
|
type: 'string'
|
|
enum:
|
|
- 'lshw_xpath'
|
|
definition:
|
|
type: 'string'
|
|
additionalProperties: false
|
|
authorized_keys:
|
|
type: 'array'
|
|
items:
|
|
type: 'string'
|
|
additionalProperties: false
|