blob: 5c078e3a5f410a7a06b0a9a38c6f41d8aa0b1a11 [file] [log] [blame]
Luca Prete0a00e1d2017-10-12 11:23:42 -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 QCT POD 1
16
17---
18
19pod_config:
20 repo_url: 'https://gerrit.opencord.org/pod-configs'
21 file_name: 'nttcomm-pod1.yml'
22
23make_release: 'true'
24
25maas:
26 ip: '192.168.18.60'
27 api_key: 'aCdu75LWyhMqMX9C6g:q6s39tsvRzLesSUXa5:VgrbVQx5FpQwk3PmJLED82RVSn2AqpPS'
28 head_system_id: 'h4ecwg'
29
30dev_node:
31 name: 'nttcomm-cord-pod1'
32 user: 'cord'
33
34head:
35 ip: '192.168.18.61'
36 user: 'cord'
37 pass: 'cord'
38
39compute_nodes:
40 -
41 ipmi:
42 ip: '192.168.18.52'
Luca Prete35cacbc2017-10-18 09:06:56 -070043 user: 'Administrator'
44 pass: 'Administrator'
Luca Prete0a00e1d2017-10-12 11:23:42 -070045 -
46 ipmi:
47 ip: '192.168.18.53'
Luca Prete35cacbc2017-10-18 09:06:56 -070048 user: 'Administrator'
49 pass: 'Administrator'
Luca Prete0a00e1d2017-10-12 11:23:42 -070050 -
51 ipmi:
52 ip: '192.168.18.54'
Luca Prete35cacbc2017-10-18 09:06:56 -070053 user: 'Administrator'
54 pass: 'Administrator'
Luca Prete0a00e1d2017-10-12 11:23:42 -070055
56fabric_switches:
57 -
58 mac: 'cc:37:ab:a0:e5:bd'
59 ip: '10.6.0.101'
60 user: 'root'
61 pass: 'onl'
62 -
63 mac: 'cc:37:ab:a0:e4:37'
64 ip: '10.6.0.102'
65 user: 'root'
66 pass: 'onl'
67 -
68 mac: 'cc:37:ab:a0:e3:b5'
69 ip: '10.6.0.103'
70 user: 'root'
71 pass: 'onl'
72 -
73 mac: 'cc:37:ab:a0:dd:9d'
74 ip: '10.6.0.104'
75 user: 'root'
76 pass: 'onl'