Initial treasuremap/template for site_type ovsdpdk
[yaml_builds.git] / site_type / ovsdpdk / airship-treasuremap / global / v4.0 / schemas / drydock / Rack / v1.yaml
1 ---
2 schema: 'deckhand/DataSchema/v1'
3 metadata:
4   schema: metadata/Control/v1
5   name: drydock/Rack/v1
6   labels:
7     application: drydock
8 data:
9   $schema: 'http://json-schema.org/schema#'
10   type: 'object'
11   properties:
12     tor_switches:
13       type: 'object'
14       properties:
15         mgmt_ip:
16           type: 'string'
17           format: 'ipv4'
18         sdn_api_uri:
19           type: 'string'
20           format: 'uri'
21     location:
22       type: 'object'
23       properties:
24         clli:
25           type: 'string'
26         grid:
27           type: 'string'
28     local_networks:
29       type: 'array'
30       items:
31         type: 'string'
32     labels:
33       type: 'object'
34       additionalProperties: true
35   additionalProperties: false