Initial treasuremap/template for site_type ovsdpdk
[yaml_builds.git] / site_type / ovsdpdk / airship-treasuremap / global / v4.0 / schemas / promenade / PKICatalog / PKICatalog.yaml
1 ---
2 schema: deckhand/DataSchema/v1
3 metadata:
4   schema: metadata/Control/v1
5   name: promenade/PKICatalog/v1
6   labels:
7     application: promenade
8 data:
9   $schema: http://json-schema.org/schema#
10   certificate_authorities:
11     type: array
12     items:
13       type: object
14       properties:
15         description:
16           type: string
17         certificates:
18           type: array
19           items:
20             type: object
21             properties:
22               document_name:
23                 type: string
24               description:
25                 type: string
26               common_name:
27                 type: string
28               hosts:
29                 type: array
30                 items: string
31               groups:
32                 type: array
33                 items: string
34   keypairs:
35     type: array
36     items:
37       type: object
38       properties:
39         name:
40           type: string
41         description:
42           type: string
43 ...