--- ############################################################################## # Copyright © 2018 AT&T Intellectual Property. All rights reserved. # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # # not use this file except in compliance with the License. # # # # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # # # Unless required by applicable law or agreed to in writing, software # # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # # See the License for the specific language governing permissions and # # limitations under the License. # ############################################################################## schema: pegleg/CommonAddresses/v1 metadata: schema: metadata/Document/v1 name: common-addresses layeringDefinition: abstract: false layer: site storagePolicy: cleartext data: calico: ip_autodetection_method: interface={{yaml.networks.ksn.interface}} etcd: service_ip: 10.96.232.136 dns: cluster_domain: cluster.local service_ip: 10.96.0.10 upstream_servers: - 135.37.9.16 - 135.38.244.16 - 135.188.34.84 upstream_servers_joined: 135.37.9.16,135.38.244.16,135.53.34.84 genesis: hostname: {{yaml.genesis.name}} ip: {{yaml.genesis.ksn}} bootstrap: ip: {{yaml.genesis.pxe}} kubernetes: api_service_ip: {{yaml.kubernetes.api_service_ip}} etcd_service_ip: {{yaml.kubernetes.etcd_service_ip}} pod_cidr: {{yaml.kubernetes.pod_cidr}} service_cidr: {{yaml.kubernetes.service_cidr}} apiserver_port: 6443 haproxy_port: 6553 service_node_port_range: 30000-35357 etcd: container_port: 2379 haproxy_port: 2378 masters: {% for master in yaml.masters %} - hostname: {{master.name}} {% endfor %} workers: {% for worker in yaml.workers %} - hostname: {{worker.name}} {% endfor %} proxy: http: http://one.proxy.att.com:8080 https: http://one.proxy.att.com:8080 no_proxy: '{{yaml.kubernetes.api_service_ip}},*.cluster.local,{{yaml.genesis.host}}{%for server in yaml.servers%},{{server.host}}{% endfor %}' node_ports: drydock_api: 30000 maas_api: 30001 maas_proxy: 31800 # hardcoded in maas shipyard_api: 30003 airflow_web: 30004 ntp: servers_joined: '135.25.154.100' storage: ceph: public_cidr: '{{yaml.networks.storage.cidr}}' cluster_cidr: '{{yaml.networks.storage.cidr}}' neutron: tunnel_device: '{{yaml.networks.neutron.interface}}' external_iface: '{{yaml.networks.neutron.interface}}' openvswitch: external_iface: '{{yaml.networks.neutron.interface}}' ...