Luca Prete | c5a2779 | 2017-09-28 15:26:11 -0700 | [diff] [blame] | 1 | # 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 Prete | 6358e8d | 2017-06-26 11:32:04 +0200 | [diff] [blame] | 15 | # Automated deployment configuration for Calix POD 1 |
Luca Prete | c5a2779 | 2017-09-28 15:26:11 -0700 | [diff] [blame] | 16 | |
Luca Prete | 6358e8d | 2017-06-26 11:32:04 +0200 | [diff] [blame] | 17 | --- |
| 18 | |
| 19 | pod_config: |
| 20 | repo_url: 'https://gerrit.opencord.org/pod-configs' |
| 21 | file_name: 'calix-pod1.yml' |
| 22 | |
| 23 | make_release: 'false' |
| 24 | |
| 25 | maas: |
| 26 | ip: '10.66.12.5' |
Luca Prete | 6dfae76 | 2017-08-01 16:49:01 +0200 | [diff] [blame] | 27 | api_key: 'gSwcMgspjagTH5uyYQ:wPBBz3MRqAcDpXd2aL:C8aTg7pLmTpaF9bXZvN2bLDzzMCJVhTF' |
You Wang | 2391ba3 | 2017-09-06 15:51:54 -0700 | [diff] [blame] | 28 | head_system_id: 'wxcpkg' |
Luca Prete | 6358e8d | 2017-06-26 11:32:04 +0200 | [diff] [blame] | 29 | |
| 30 | dev_node: |
| 31 | name: 'calix-cord-pod1' |
| 32 | user: 'sdn' |
| 33 | |
| 34 | head: |
| 35 | ip: '10.66.12.7' |
| 36 | user: 'cord' |
| 37 | pass: 'cord' |
| 38 | |
| 39 | compute_nodes: |
| 40 | - |
| 41 | ipmi: |
| 42 | ip: '10.66.12.3' |
| 43 | user: 'admin' |
| 44 | pass: 'admin' |
| 45 | - |
| 46 | ipmi: |
| 47 | ip: '10.66.12.4' |
| 48 | user: 'admin' |
| 49 | pass: 'admin' |
You Wang | 284713c | 2017-09-11 16:43:26 -0700 | [diff] [blame] | 50 | |
| 51 | fabric_switches: |
| 52 | - |
| 53 | mac: '48:0f:cf:ae:8e:12' |
| 54 | ip: '10.6.0.101' |
| 55 | user: 'root' |
| 56 | pass: 'onl' |
You Wang | c315d98 | 2017-10-12 16:06:51 -0700 | [diff] [blame] | 57 | role: 'spine-1' |
You Wang | 284713c | 2017-09-11 16:43:26 -0700 | [diff] [blame] | 58 | - |
| 59 | mac: '48:0f:cf:ae:6e:0a' |
| 60 | ip: '10.6.0.102' |
| 61 | user: 'root' |
| 62 | pass: 'onl' |
You Wang | c315d98 | 2017-10-12 16:06:51 -0700 | [diff] [blame] | 63 | role: 'spine-2' |
You Wang | 284713c | 2017-09-11 16:43:26 -0700 | [diff] [blame] | 64 | - |
| 65 | mac: '48:0f:cf:ae:ee:ac' |
| 66 | ip: '10.6.0.103' |
| 67 | user: 'root' |
| 68 | pass: 'onl' |
You Wang | c315d98 | 2017-10-12 16:06:51 -0700 | [diff] [blame] | 69 | role: 'leaf-1' |
You Wang | 284713c | 2017-09-11 16:43:26 -0700 | [diff] [blame] | 70 | - |
| 71 | mac: '48:0f:cf:ae:de:a8' |
| 72 | ip: '10.6.0.104' |
| 73 | user: 'root' |
| 74 | pass: 'onl' |
You Wang | c315d98 | 2017-10-12 16:06:51 -0700 | [diff] [blame] | 75 | role: 'leaf-2' |