Change seed code version to 0.0.1
[yaml_builds.git] / site / site30 / networks / common-addresses.yaml
1 ---
2 ##############################################################################
3 # Copyright © 2018 AT&T Intellectual Property. All rights reserved.          #
4 #                                                                            #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
6 # not use this file except in compliance with the License.                   #
7 #                                                                            #
8 # You may obtain a copy of the License at                                    #
9 #       http://www.apache.org/licenses/LICENSE-2.0                           #
10 #                                                                            #
11 # Unless required by applicable law or agreed to in writing, software        #
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
14 # See the License for the specific language governing permissions and        #
15 # limitations under the License.                                             #
16 ##############################################################################
17
18 schema: pegleg/CommonAddresses/v1
19 metadata:
20   schema: metadata/Document/v1
21   name: common-addresses
22   layeringDefinition:
23     abstract: false
24     layer: site
25   storagePolicy: cleartext
26 data:
27   calico:
28     ip_autodetection_method: interface=bond0.44
29     etcd:
30       service_ip: 10.96.232.136
31
32   dns:
33     cluster_domain: cluster.local
34     service_ip: 10.96.0.10
35     upstream_servers:
36       - 192.168.2.85
37       - 8.8.8.8
38       - 8.8.8.8
39     upstream_servers_joined: '192.168.2.85,8.8.8.8'
40
41   genesis:
42     hostname: aknode30
43 #    ip: 192.168.2.30
44     ip: 172.29.1.30
45
46   bootstrap:
47     ip: 172.30.1.30
48
49   kubernetes:
50     api_service_ip: 10.96.0.1
51     etcd_service_ip: 10.96.0.2
52     pod_cidr: 10.99.0.0/16
53     service_cidr: 10.96.0.0/14
54     apiserver_port: 6443
55     haproxy_port: 6553
56     service_node_port_range: 30000-32767
57
58   etcd:
59     container_port: 2379
60     haproxy_port: 2378
61
62   masters:
63     - hostname: aknode31
64     - hostname: aknode32
65
66   node_ports:
67     drydock_api: 30000
68     maas_api: 30001
69     maas_proxy: 31800  # hardcoded in MAAS
70     shipyard_api: 30003
71     airflow_web: 30004
72
73   ntp:
74     servers_joined: '0.ubuntu.pool.ntp.org,1.ubuntu.pool.ntp.org,2.ubuntu.pool.ntp.org'
75
76
77   # Used for FQDN setup/definition
78   domain:
79     url: hpgen10.lab.akraino.org
80
81   ldap:
82     url: 'ldap://its-a-ldap.example.com'
83     common_name: AP-NC_Test_Users
84     subdomain: testitservices
85     domain: example
86
87   storage:
88     ceph:
89       public_cidr: '172.31.1.0/24'
90       cluster_cidr: '172.31.1.0/24'
91
92   # external: typically the floating IP subnet
93   # tunnel: overlay network for VM traffic
94   neutron:
95     tunnel_device: 'bond0.45'
96     external_iface: 'bond0'
97
98   openvswitch:
99     external_iface: 'bond0'
100 ...