
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
37 lines
766 B
YAML
37 lines
766 B
YAML
---
|
|
schema: 'deckhand/DataSchema/v1'
|
|
metadata:
|
|
schema: metadata/Control/v1
|
|
name: drydock/Rack/v1
|
|
labels:
|
|
application: drydock
|
|
data:
|
|
$schema: 'http://json-schema.org/schema#'
|
|
id: 'http://att.com/att-comdev/drydock/rack.yaml'
|
|
type: 'object'
|
|
properties:
|
|
tor_switches:
|
|
type: 'object'
|
|
properties:
|
|
mgmt_ip:
|
|
type: 'string'
|
|
format: 'ipv4'
|
|
sdn_api_uri:
|
|
type: 'string'
|
|
format: 'uri'
|
|
location:
|
|
type: 'object'
|
|
properties:
|
|
clli:
|
|
type: 'string'
|
|
grid:
|
|
type: 'string'
|
|
local_networks:
|
|
type: 'array'
|
|
items:
|
|
type: 'string'
|
|
labels:
|
|
type: 'object'
|
|
additionalProperties: true
|
|
additionalProperties: false
|