update ceph-common to 10.2.11-0ubuntu0.16.04.2
[yaml_builds.git] / site_type / sriov / airship-treasuremap / global / v4.0 / schemas / pegleg / CommonAddresses / v1.yaml
1 ---
2 schema: 'deckhand/DataSchema/v1'
3 metadata:
4   schema: metadata/Control/v1
5   name: pegleg/CommonAddresses/v1
6 data:
7   $schema: 'http://json-schema.org/schema#'
8   type: object
9   properties:
10     calico:
11       type: object
12       properties:
13         ip_autodetection_method:
14           type: string
15         etcd:
16           type: object
17           properties:
18             service_ip:
19               type: string
20     dns:
21       type: object
22       properties:
23         cluster_domain:
24           type: string
25         service_ip:
26           type: string
27         upstream_servers:
28           type: array
29           items:
30             type: string
31         upstream_servers_joined:
32           type: string
33     genesis:
34       type: object
35       properties:
36         hostname:
37           type: string
38         ip:
39           type: string
40     bootstrap:
41       type: object
42       properties:
43         ip:
44           type: string
45     kubernetes:
46       type: object
47       properties:
48         api_service_ip:
49           type: string
50         etcd_service_ip:
51           type: string
52         pod_cidr:
53           type: string
54         service_cidr:
55           type: string
56         apiserver_port:
57           type: number
58         haproxy_port:
59           type: number
60         service_node_port_range:
61           type: string
62     etcd:
63       type: object
64       properties:
65         container_port:
66           type: number
67         haproxy_port:
68           type: number
69     masters:
70       type: array
71       items:
72         type: object
73         properties:
74           hostname:
75             type: string
76     node_ports:
77       type: object
78       properties:
79         drydock_api:
80           type: number
81         maas_api:
82           type: number
83         maas_proxy:
84           type: number
85         shipyard_api:
86           type: number
87         airflow_web:
88           type: number
89     ntp:
90       type: object
91       properties:
92         servers_joined:
93           type: string
94     storage:
95       type: object
96       properties:
97         ceph:
98           type: object
99           properties:
100             public_cidr:
101               type: string
102             cluster_cidr:
103               type: string
104     openvswitch:
105       type: object
106       properties:
107         external_iface:
108           type: string
109     neutron:
110       type: object
111       properties:
112         tunnel_device:
113           type: string
114         external_iface:
115           type: string
116 ...