blob: d26ba693af57947c2cf96ac781dc7a8f87bbae04 [file] [log] [blame]
You Wanga069ccb2018-11-13 13:25:59 -08001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Automated deployment configuration for ONF/ON.Lab physical POD 1
16
17---
18
19kube_config: '/var/new_jenkins_home/workspace/admin.conf'
20
21nodes:
22 -
23 ip: '10.90.0.101'
24 user: 'cord'
25 pass: 'cord'
26 -
27 ip: '10.90.0.102'
28 user: 'cord'
29 pass: 'cord'
30 -
31 ip: '10.90.0.103'
32 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:61:80:ca'
38 ip: '10.90.0.111'
39 user: 'root'
40 pass: 'onl'
41
42olts:
43 -
44 ip: '10.90.0.114'
45 user: 'root'
46 pass: 'onl'
47 fortygig: 'true'
48
49onus:
50 -
51 serial: 'BRCM22222222'
52 -
53 serial: 'ISKT71e801a0'
54 -
55 serial: 'ALPHe3d1cfde'
56
57srcHost:
58 ip: '10.0.3.56'
59 user: 'root'
60 pass: 'root'
61
62hosts:
63 src:
Kailash0e96bf72019-05-23 11:54:25 -070064 -
65 ip: '10.90.0.51'
66 user: 'ubuntu'
67 pass: null
68 dp_iface_name: 'eth1'
69 container_type: 'LXC'
70 container_name: 'ALPHe3d1cfde'
71 onu: 'ALPHe3d1cfde'
72
73 -
74 ip: '10.90.0.51'
75 user: 'ubuntu'
76 pass: null
77 dp_iface_name: 'eth1'
78 container_type: 'LXC'
79 container_name: 'ISKT71e801a0'
80 onu: 'ISKT71e801a0'
81 -
82 ip: '10.90.0.51'
83 user: 'ubuntu'
84 pass: null
85 dp_iface_name: 'eth1'
86 container_type: 'LXC'
87 container_name: 'BRCM22222222'
88 onu: 'BRCM22222222'
89
You Wanga069ccb2018-11-13 13:25:59 -080090 dst:
Kailash0e96bf72019-05-23 11:54:25 -070091 -
92 ip: null
93 user: null
94 pass: null
95 dp_iface_name: null
96 dp_iface_ip_qinq: null
97 dp_iface_ip: null
98 dp_iface_gateway: null
99 dp_iface_ip_qinq: '8.8.8.8'
100 container_type: null
101 container_name: null
102 -
103 ip: null
104 user: null
105 pass: null
106 dp_iface_name: null
107 dp_iface_ip_qinq: null
108 dp_iface_ip: null
109 dp_iface_gateway: null
110 dp_iface_ip_qinq: '8.8.8.8'
111 container_type: null
112 container_name: null
113 -
114 ip: null
115 user: null
116 pass: null
117 dp_iface_name: null
118 dp_iface_ip_qinq: null
119 dp_iface_ip: null
120 dp_iface_gateway: null
121 dp_iface_ip_qinq: '8.8.8.8'
122 container_type: null
123 container_name: null