blob: 47b8a2ab79b80763c088d233f7f56f6c42849bf8 [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'
Luca Prete6358e8d2017-06-26 11:32:04 +020013 head_system_id: 'dd33wn'
14
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'