Initial move of code from ATT to LF repo
[yaml_builds.git] / site / site30 / networks / common-addresses.yaml
diff --git a/site/site30/networks/common-addresses.yaml b/site/site30/networks/common-addresses.yaml
new file mode 100644 (file)
index 0000000..226f5f7
--- /dev/null
@@ -0,0 +1,100 @@
+---
+##############################################################################
+# 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=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'
+
+  genesis:
+    hostname: aknode30
+#    ip: 192.168.2.30
+    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
+
+  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:
+    url: 'ldap://its-a-ldap.example.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'
+
+  # external: typically the floating IP subnet
+  # tunnel: overlay network for VM traffic
+  neutron:
+    tunnel_device: 'bond0.45'
+    external_iface: 'bond0'
+
+  openvswitch:
+    external_iface: 'bond0'
+...