Luca Prete | b6751e0 | 2017-06-13 13:00:53 +0200 | [diff] [blame] | 1 | # Automated deployment configuration for QCT POD 1 |
| 2 | --- |
| 3 | |
| 4 | pod_config: |
| 5 | repo_url: 'https://gerrit.opencord.org/pod-configs' |
| 6 | file_name: 'qct-pod1.yml' |
| 7 | |
Luca Prete | 6358e8d | 2017-06-26 11:32:04 +0200 | [diff] [blame] | 8 | make_release: 'true' |
Luca Prete | b6751e0 | 2017-06-13 13:00:53 +0200 | [diff] [blame] | 9 | |
| 10 | maas: |
| 11 | ip: '10.201.101.254' |
| 12 | api_key: 'fQp2rrr3RqZtkJJYBK:XqQX7UqwXGKMYQ8EZ5:UDbFhfenPdjc3fmmCQX2fek7AyRGrf6A' |
You Wang | 768f900 | 2017-09-08 17:15:33 -0700 | [diff] [blame^] | 13 | head_system_id: 'ehm46m' |
Luca Prete | b6751e0 | 2017-06-13 13:00:53 +0200 | [diff] [blame] | 14 | |
| 15 | dev_node: |
Luca Prete | ba98b9c | 2017-06-21 11:40:14 +0200 | [diff] [blame] | 16 | name: 'qct-cord-pod1' |
Luca Prete | b6751e0 | 2017-06-13 13:00:53 +0200 | [diff] [blame] | 17 | user: 'cord' |
| 18 | |
| 19 | head: |
| 20 | ip: '10.201.101.11' |
| 21 | user: 'cord' |
| 22 | pass: 'cord' |
| 23 | |
| 24 | compute_nodes: |
| 25 | - |
| 26 | ipmi: |
| 27 | ip: '10.201.101.13' |
| 28 | user: 'OCPQ' |
| 29 | pass: 'OCPQ' |
| 30 | - |
| 31 | ipmi: |
| 32 | ip: '10.201.101.14' |
| 33 | user: 'OCPQ' |
| 34 | pass: 'OCPQ' |
| 35 | |
| 36 | fabric_switches: |
| 37 | - |
| 38 | mac: '48:0f:cf:ae:de:26' |
| 39 | ip: '10.6.0.101' |
| 40 | user: 'root' |
| 41 | pass: 'onl' |
| 42 | - |
| 43 | mac: '48:0f:cf:ae:cc:24' |
| 44 | ip: '10.6.0.102' |
| 45 | user: 'root' |
| 46 | pass: 'onl' |
| 47 | - |
| 48 | mac: '48:0f:cf:ae:ee:2a' |
| 49 | ip: '10.6.0.103' |
| 50 | user: 'root' |
| 51 | pass: 'onl' |
| 52 | - |
| 53 | mac: '48:0f:cf:ae:9d:58' |
| 54 | ip: '10.6.0.104' |
| 55 | user: 'root' |
Luca Prete | ba98b9c | 2017-06-21 11:40:14 +0200 | [diff] [blame] | 56 | pass: 'onl' |