
- global/type manifests - airship-seaworthy site manifests Change-Id: I5951bba063e6447ff0d2e1b40d9711209919f7d1
36 lines
714 B
YAML
36 lines
714 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#'
|
|
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
|