blob: b35980aa7a55a7d945051060d556adb4dbb6b6d6 [file] [log] [blame]
Suchitra Vemurif0a65c02018-06-11 16:41:03 -07001# 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 Flex POD 1 , olt/onu are connected to this
16
17---
18
19pod_config: 'flex-pod1-olt.conf'
20
21node1:
22 ip: '10.192.4.241'
23 user: 'cord'
24 pass: 'cord'
25
26node2:
27 ip: '10.192.4.242'
28 user: 'cord'
29 pass: 'cord'
30
31node3:
32 ip: '10.192.4.243'
33 user: 'cord'
34 pass: 'cord'
35
36node4:
37 ip: '10.192.4.244'
38 user: 'cord'
39 pass: 'cord'
Kailash Khalasib014c522018-08-09 17:31:56 -070040
41srcHost:
42 ip: '10.192.4.61'
43 user: 'cluser'
44 pass: 'cloudlabs'
45 gateway: '10.8.2.254'
46
47dstHost:
48 ip: '10.192.4.62'
49 hostIp: '10.8.3.100'
50 user: 'cord'
51 pass: 'cord'
52 gateway: '10.8.3.254'