blob: 932f19c9c7fc61a68ae74929d31455bd2b49d4da [file] [log] [blame]
Luca Pretece444892017-09-28 15:26:11 -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
Luca Prete6358e8d2017-06-26 11:32:04 +020015# Automated deployment configuration for QCT POD 2
Luca Pretece444892017-09-28 15:26:11 -070016
Luca Prete6358e8d2017-06-26 11:32:04 +020017---
18
19pod_config:
20 repo_url: 'https://gerrit.opencord.org/pod-configs'
21 file_name: 'qct-pod2.yml'
22
23make_release: 'false'
24
25maas:
26 ip: '10.201.101.254'
27 api_key: 'fQp2rrr3RqZtkJJYBK:XqQX7UqwXGKMYQ8EZ5:UDbFhfenPdjc3fmmCQX2fek7AyRGrf6A'
Luca Preteb3e9af22017-10-31 14:59:16 -070028 head_system_id: 'tffdpw'
Luca Prete6358e8d2017-06-26 11:32:04 +020029
30dev_node:
31 name: 'qct-cord-pod2'
32 user: 'cord'
33
34head:
35 ip: '10.201.101.21'
36 user: 'cord'
37 pass: 'cord'
38
39compute_nodes:
40 -
41 ipmi:
42 ip: '10.201.101.23'
43 user: 'OCPQ'
44 pass: 'OCPQ'
45 -
46 ipmi:
47 ip: '10.201.101.24'
48 user: 'OCPQ'
49 pass: 'OCPQ'