
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
49 lines
1.0 KiB
YAML
49 lines
1.0 KiB
YAML
---
|
|
schema: 'deckhand/DataSchema/v1'
|
|
metadata:
|
|
schema: metadata/Control/v1
|
|
name: drydock/NetworkLink/v1
|
|
labels:
|
|
application: drydock
|
|
data:
|
|
$schema: 'http://json-schema.org/schema#'
|
|
id: 'http://att.com/att-comdev/drydock/networkLink.yaml'
|
|
type: 'object'
|
|
properties:
|
|
bonding:
|
|
type: 'object'
|
|
properties:
|
|
mode:
|
|
type: 'string'
|
|
hash:
|
|
type: 'string'
|
|
peer_rate:
|
|
type: 'string'
|
|
mon_rate:
|
|
type: 'number'
|
|
up_delay:
|
|
type: 'number'
|
|
down_delay:
|
|
type: 'number'
|
|
additionalProperties: false
|
|
mtu:
|
|
type: 'number'
|
|
linkspeed:
|
|
type: 'string'
|
|
trunking:
|
|
type: 'object'
|
|
properties:
|
|
mode:
|
|
type: 'string'
|
|
default_network:
|
|
type: 'string'
|
|
additionalProperties: false
|
|
allowed_networks:
|
|
type: 'array'
|
|
items:
|
|
type: 'string'
|
|
labels:
|
|
type: 'object'
|
|
additionalProperties: true
|
|
additionalProperties: false
|