--- | |
# Copyright 2020-present Open Networking Foundation | |
# | |
# 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. | |
kube_config: '/var/k8.conf' | |
# This tells the control node how to reach the Kubernetes nodes. | |
nodes: | |
- | |
ip: '10.128.100.70' | |
user: 'cord' | |
pass: 'cord' | |
- | |
ip: '10.128.100.71' | |
user: 'cord' | |
pass: 'cord' | |
- | |
ip: '10.128.100.72' | |
user: 'cord' | |
pass: 'cord' | |
fabric_switches: | |
- | |
mac: 'cc:37:ab:61:80:ca' | |
ip: '10.128.100.80' | |
user: 'root' | |
pass: 'onl' | |
bngPort: '31' | |
device_id: 'of:0000000000000001' | |
olts: | |
# Gpon OLT | |
- | |
ip: 10.90.0.115 | |
sship: 10.90.0.115 | |
user: root | |
pass: onl | |
fortygig: True | |
aggPort: 9 | |
serial: EC1912001818 | |
oltDebVersion: openolt_asgvolt64-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb | |
oltDebVersion23: openolt_asgvolt64-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb | |
board_technology: GPON | |
hosts: | |
src: | |
#GPON ONU | |
- | |
ip: 10.90.0.51 | |
user: ubuntu | |
pass: null | |
dp_iface_name: eth1.7 | |
container_type: LXC | |
container_name: SCOM00001ca7 | |
onu: SCOM00001ca7 | |
olt: EC1912001818 | |
c_tag: 7 | |
s_tag: 31 | |
onu_type: 'scom' | |
uni_id: 1 | |
dst: | |
- | |
ip: null | |
user: null | |
pass: null | |
noroot_ip: '10.128.100.70' | |
noroot_user: cord | |
noroot_pass: cord | |
dp_iface_name: ens6f0 | |
dp_iface_ip_qinq: '10.31.7.254' | |
dp_iface_ip: null | |
dp_iface_gateway: null | |
container_type: null | |
container_name: null |