blob: df903296cf02d743d0bda888c9f7f61b637607a2 [file] [log] [blame]
Yi Tseng3f5e6792017-12-11 11:23:27 -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
19pod_config:
20 repo_url: 'https://gerrit.opencord.org/pod-configs'
21 file_name: 'onlab-mcord-p4-pod1.yml'
22
23make_release: 'false'
24
25maas:
Luca Prete39931ad2017-12-11 11:36:38 -080026 ip: '10.92.0.10'
Yi Tseng3f5e6792017-12-11 11:23:27 -080027 api_key: '4AZntjAPJmN6xCdyh3:RU4aMndpdCrWLpEv3W:QbjPXNe3Pkf8EL62FCutRwn2MdVt9BJa'
28 head_system_id: 'kx6mpd'
29
30dev_node:
31 name: 'onf-mcord-p4'
32 user: 'ubuntu'
33
34head:
35 ip: '10.92.0.20'
36 user: 'cord'
37 pass: 'cord'
38
39compute_nodes:
40 -
41 ipmi:
42 ip: '10.92.0.41'
43 user: 'admin'
44 pass: 'admin'
45 -
46 ipmi:
47 ip: '10.92.0.51'
48 user: 'admin'
49 pass: 'admin'