--- ############################################################################## # Copyright (c) 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=bond0.44 etcd: service_ip: 10.96.232.136 dns: cluster_domain: cluster.local service_ip: 10.96.0.10 upstream_servers: - 192.168.2.85 - 8.8.8.8 - 8.8.8.8 upstream_servers_joined: '192.168.2.85,8.8.8.8' ingress_domain: hpgen10.akraino.org genesis: hostname: aknode30 ip: 172.29.1.30 bootstrap: ip: 172.30.1.30 kubernetes: api_service_ip: 10.96.0.1 etcd_service_ip: 10.96.0.2 pod_cidr: 10.99.0.0/16 service_cidr: 10.96.0.0/14 apiserver_port: 6443 haproxy_port: 6553 service_node_port_range: 30000-32767 etcd: container_port: 2379 haproxy_port: 2378 masters: - hostname: aknode31 - hostname: aknode32 proxy: http: "" https: "" no_proxy: [] node_ports: drydock_api: 30000 maas_api: 30001 maas_proxy: 31800 # hardcoded in MAAS shipyard_api: 30003 airflow_web: 30004 ntp: servers_joined: '0.ubuntu.pool.ntp.org,1.ubuntu.pool.ntp.org,2.ubuntu.pool.ntp.org' # Used for FQDN setup/definition domain: url: hpgen10.lab.akraino.org ldap: base_url: 'its-a-ldap.example.com' url: 'ldap://its-a-ldap.example.com' auth_path: DC=test,DC=test,DC=com?sAMAccountName?sub?memberof=CN=test,OU=Application,OU=Groups,DC=test,DC=test,DC=com common_name: AP-NC_Test_Users subdomain: testitservices domain: example storage: ceph: public_cidr: '172.31.1.0/24' cluster_cidr: '172.31.1.0/24' neutron: tunnel_device: 'bond0.45' external_iface: 'bond0' openvswitch: external_iface: 'bond0' ...