blob: 866349a86e44cf814e5609355e15f05c2874332a [file] [log] [blame]
Luca Prete6358e8d2017-06-26 11:32:04 +02001# Automated deployment configuration for Calix POD 1
2---
3
4pod_config:
5 repo_url: 'https://gerrit.opencord.org/pod-configs'
6 file_name: 'calix-pod1.yml'
7
8make_release: 'false'
9
10maas:
11 ip: '10.66.12.5'
Luca Prete6dfae762017-08-01 16:49:01 +020012 api_key: 'gSwcMgspjagTH5uyYQ:wPBBz3MRqAcDpXd2aL:C8aTg7pLmTpaF9bXZvN2bLDzzMCJVhTF'
You Wang2391ba32017-09-06 15:51:54 -070013 head_system_id: 'wxcpkg'
Luca Prete6358e8d2017-06-26 11:32:04 +020014
15dev_node:
16 name: 'calix-cord-pod1'
17 user: 'sdn'
18
19head:
20 ip: '10.66.12.7'
21 user: 'cord'
22 pass: 'cord'
23
24compute_nodes:
25 -
26 ipmi:
27 ip: '10.66.12.3'
28 user: 'admin'
29 pass: 'admin'
30 -
31 ipmi:
32 ip: '10.66.12.4'
33 user: 'admin'
34 pass: 'admin'