blob: 5f864d61ba6b651a8521fc7467a44d51e944cebb [file] [log] [blame]
Luca Prete9049fbd2017-12-04 09:15:30 -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 QCT POD 1
16
17---
18
19pod_config:
20 repo_url: 'https://gerrit.opencord.org/pod-configs'
21 file_name: 'ntteast-pod1.yml'
22
23make_release: 'false'
24
25maas:
26 ip: '192.168.99.60'
27 api_key: 'tj5zQM6TvEhuXpafsf:nBD3kPzQhHPNS5k6wb:xCS2sFqgrrjGNgrGucE5MFhy9P8EzuKb'
28 head_system_id: 'dfemfy'
29
30dev_node:
31 name: 'ntteast-cord-pod1'
32 user: 'cord'
33
34head:
Luca Prete1f4970c2017-12-04 10:32:47 -080035 ip: '192.168.99.61'
Luca Prete9049fbd2017-12-04 09:15:30 -080036 user: 'cord'
37 pass: 'cord'
38
39compute_nodes:
40 -
41 ipmi:
Luca Prete1f4970c2017-12-04 10:32:47 -080042 ip: '192.168.99.52'
Luca Prete9049fbd2017-12-04 09:15:30 -080043 user: 'Administrator'
44 pass: 'Administrator'
45 -
46 ipmi:
Luca Prete1f4970c2017-12-04 10:32:47 -080047 ip: '192.168.99.53'
Luca Prete9049fbd2017-12-04 09:15:30 -080048 user: 'Administrator'
49 pass: 'Administrator'
50 -
51 ipmi:
Luca Prete1f4970c2017-12-04 10:32:47 -080052 ip: '192.168.99.54'
Luca Prete9049fbd2017-12-04 09:15:30 -080053 user: 'Administrator'
54 pass: 'Administrator'
55
56fabric_switches:
57 -
58 mac: 'cc:37:ab:c1:26:a0'
59 ip: '10.6.0.101'
60 user: 'root'
61 pass: 'onl'