Yi Tseng | 0dbb397 | 2017-12-11 11:23:27 -0800 | [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 | |
| 15 | # Automated deployment configuration for ONF/ON.Lab physical POD 1 |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | pod_config: |
| 20 | repo_url: 'https://gerrit.opencord.org/pod-configs' |
| 21 | file_name: 'onlab-mcord-p4-pod1.yml' |
| 22 | |
| 23 | make_release: 'false' |
| 24 | |
| 25 | maas: |
Luca Prete | 314fe1b | 2017-12-11 11:36:38 -0800 | [diff] [blame] | 26 | ip: '10.92.0.10' |
Yi Tseng | 0dbb397 | 2017-12-11 11:23:27 -0800 | [diff] [blame] | 27 | api_key: '4AZntjAPJmN6xCdyh3:RU4aMndpdCrWLpEv3W:QbjPXNe3Pkf8EL62FCutRwn2MdVt9BJa' |
Yi Tseng | e1c4fdf | 2017-12-15 15:00:35 -0800 | [diff] [blame] | 28 | head_system_id: '6b87hb' |
Yi Tseng | 0dbb397 | 2017-12-11 11:23:27 -0800 | [diff] [blame] | 29 | |
| 30 | dev_node: |
| 31 | name: 'onf-mcord-p4' |
| 32 | user: 'ubuntu' |
| 33 | |
| 34 | head: |
| 35 | ip: '10.92.0.20' |
| 36 | user: 'cord' |
| 37 | pass: 'cord' |
| 38 | |
| 39 | compute_nodes: |
| 40 | - |
| 41 | ipmi: |
| 42 | ip: '10.92.0.41' |
| 43 | user: 'admin' |
| 44 | pass: 'admin' |
| 45 | - |
| 46 | ipmi: |
| 47 | ip: '10.92.0.51' |
| 48 | user: 'admin' |
| 49 | pass: 'admin' |
Yi Tseng | 3371876 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 50 | |
| 51 | # P4 HW switch deployment stuff |
| 52 | fabric_switches_bmc: |
| 53 | - |
| 54 | mac: 'A8:2B:B5:3C:DB:40' |
| 55 | ip: '10.6.0.111' |
| 56 | user: 'root' |
| 57 | pass: '0penBmc' |
| 58 | role: 'leaf-1-bmc' |
| 59 | - |
| 60 | mac: 'A8:2B:B5:3C:BD:F0' |
| 61 | ip: '10.6.0.112' |
| 62 | user: 'root' |
| 63 | pass: '0penBmc' |
| 64 | role: 'leaf-2-bmc' |
| 65 | - |
| 66 | mac: '8C:EA:1B:E4:96:71' |
| 67 | ip: '10.6.0.121' |
| 68 | user: 'root' |
| 69 | pass: '0penBmc' |
| 70 | role: 'spine-1-bmc' |
| 71 | - |
| 72 | mac: '8C:EA:1B:E4:8C:0D' |
| 73 | ip: '10.6.0.122' |
| 74 | user: 'root' |
| 75 | pass: '0penBmc' |
| 76 | role: 'spine-2-bmc' |
| 77 | |
| 78 | fabric_switches: |
| 79 | - |
| 80 | mac: '00:90:fb:5d:9d:15' |
Yi Tseng | 7e49c23 | 2018-01-08 16:54:20 -0800 | [diff] [blame] | 81 | ip: '10.6.0.211' |
Yi Tseng | 3371876 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 82 | user: 'root' |
| 83 | pass: 'onl' |
| 84 | role: 'leaf-1' |
| 85 | - |
| 86 | mac: '00:90:fb:5e:48:9a' |
Yi Tseng | 7e49c23 | 2018-01-08 16:54:20 -0800 | [diff] [blame] | 87 | ip: '10.6.0.212' |
Yi Tseng | 3371876 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 88 | user: 'root' |
| 89 | pass: 'onl' |
| 90 | role: 'leaf-2' |
| 91 | - |
| 92 | mac: '00:90:fb:5c:e1:a6' |
Yi Tseng | 7e49c23 | 2018-01-08 16:54:20 -0800 | [diff] [blame] | 93 | ip: '10.6.0.221' |
Yi Tseng | 3371876 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 94 | user: 'root' |
| 95 | pass: 'onl' |
| 96 | role: 'spine-1' |
| 97 | - |
| 98 | mac: '00:90:fb:5c:e1:97' |
Yi Tseng | 7e49c23 | 2018-01-08 16:54:20 -0800 | [diff] [blame] | 99 | ip: '10.6.0.222' |
Yi Tseng | 3371876 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 100 | user: 'root' |
| 101 | pass: 'onl' |
| 102 | role: 'spine-2' |