blob: d3e46513d60d1f0f327cbf7c7d353dd2bd4e15bd [file] [log] [blame]
Suchitra Vemuri03eebb92018-02-21 17:13:17 -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 Flex POD 2
16
17---
18
19pod_config:
20 repo_url: 'https://gerrit.opencord.org/pod-configs'
21 file_name: 'flex-pod2.yml'
22
23make_release: 'false'
24
25maas:
26 ip: '10.192.20.61'
27 api_key: 'un9j4NkrTdtx6F7W3K:rP2gBaJvEPvjsc6qxX:zRxDNFVGVynVuVS93XbjxFh2DmCC8Zun'
28 head_system_id: 'ttawhe'
29
30dev_node:
31 name: 'flex-cord-pod2'
32 user: 'cluser'
33
34head:
35 ip: '10.192.20.62'
36 user: 'cord'
37 pass: 'cord'
38
39compute_nodes:
40 -
41 ipmi:
42 ip: '10.192.20.35'
43 user: 'OCPM'
44 pass: 'OCPM'
45 -
46 ipmi:
47 ip: '10.192.20.36'
48 user: 'OCPM'
49 pass: 'OCPM'
50 -
51 ipmi:
52 ip: '10.192.20.37'
53 user: 'OCPM'
54 pass: 'OCPM'
55
56fabric_switches:
57 -
58 mac: 'cc:37:ab:7c:b4:68'
59 ip: '10.6.0.101'
60 user: 'root'
61 pass: 'onl'
62 role: 'spine-1'
63 -
64 mac: '70:72:cf:df:f4:7e'
65 ip: '10.6.0.102'
66 user: 'root'
67 pass: 'onl'
68 role: 'leaf-2'
69 -
70 mac: 'cc:37:ab:97:13:27'
71 ip: '10.6.0.103'
72 user: 'root'
73 pass: 'onl'
74 role: 'leaf-1'
75 -
76 mac: 'cc:37:ab:7c:b4:1e'
77 ip: '10.6.0.104'
78 user: 'root'
79 pass: 'onl'
80 role: 'spine-2'