Yi Tseng | 3f5e679 | 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 | 39931ad | 2017-12-11 11:36:38 -0800 | [diff] [blame] | 26 | ip: '10.92.0.10' |
Yi Tseng | 3f5e679 | 2017-12-11 11:23:27 -0800 | [diff] [blame] | 27 | api_key: '4AZntjAPJmN6xCdyh3:RU4aMndpdCrWLpEv3W:QbjPXNe3Pkf8EL62FCutRwn2MdVt9BJa' |
Yi Tseng | 67a3577 | 2017-12-15 15:00:35 -0800 | [diff] [blame] | 28 | head_system_id: '6b87hb' |
Yi Tseng | 3f5e679 | 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' |
Yi Tseng | 07ebe79 | 2018-01-16 11:12:46 -0800 | [diff] [blame^] | 45 | mac: 'a4:bf:01:04:38:58' |
Yi Tseng | 3f5e679 | 2017-12-11 11:23:27 -0800 | [diff] [blame] | 46 | - |
| 47 | ipmi: |
| 48 | ip: '10.92.0.51' |
| 49 | user: 'admin' |
| 50 | pass: 'admin' |
Yi Tseng | 07ebe79 | 2018-01-16 11:12:46 -0800 | [diff] [blame^] | 51 | mac: 'a4:bf:01:04:8c:65' |
Yi Tseng | 5c55231 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 52 | |
| 53 | # P4 HW switch deployment stuff |
| 54 | fabric_switches_bmc: |
| 55 | - |
| 56 | mac: 'A8:2B:B5:3C:DB:40' |
| 57 | ip: '10.6.0.111' |
| 58 | user: 'root' |
| 59 | pass: '0penBmc' |
| 60 | role: 'leaf-1-bmc' |
| 61 | - |
| 62 | mac: 'A8:2B:B5:3C:BD:F0' |
| 63 | ip: '10.6.0.112' |
| 64 | user: 'root' |
| 65 | pass: '0penBmc' |
| 66 | role: 'leaf-2-bmc' |
| 67 | - |
| 68 | mac: '8C:EA:1B:E4:96:71' |
| 69 | ip: '10.6.0.121' |
| 70 | user: 'root' |
| 71 | pass: '0penBmc' |
| 72 | role: 'spine-1-bmc' |
| 73 | - |
| 74 | mac: '8C:EA:1B:E4:8C:0D' |
| 75 | ip: '10.6.0.122' |
| 76 | user: 'root' |
| 77 | pass: '0penBmc' |
| 78 | role: 'spine-2-bmc' |
| 79 | |
| 80 | fabric_switches: |
| 81 | - |
| 82 | mac: '00:90:fb:5d:9d:15' |
Yi Tseng | 087ff98 | 2018-01-08 16:54:20 -0800 | [diff] [blame] | 83 | ip: '10.6.0.211' |
Yi Tseng | 5c55231 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 84 | user: 'root' |
| 85 | pass: 'onl' |
| 86 | role: 'leaf-1' |
| 87 | - |
| 88 | mac: '00:90:fb:5e:48:9a' |
Yi Tseng | 087ff98 | 2018-01-08 16:54:20 -0800 | [diff] [blame] | 89 | ip: '10.6.0.212' |
Yi Tseng | 5c55231 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 90 | user: 'root' |
| 91 | pass: 'onl' |
| 92 | role: 'leaf-2' |
| 93 | - |
| 94 | mac: '00:90:fb:5c:e1:a6' |
Yi Tseng | 087ff98 | 2018-01-08 16:54:20 -0800 | [diff] [blame] | 95 | ip: '10.6.0.221' |
Yi Tseng | 5c55231 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 96 | user: 'root' |
| 97 | pass: 'onl' |
| 98 | role: 'spine-1' |
| 99 | - |
| 100 | mac: '00:90:fb:5c:e1:97' |
Yi Tseng | 087ff98 | 2018-01-08 16:54:20 -0800 | [diff] [blame] | 101 | ip: '10.6.0.222' |
Yi Tseng | 5c55231 | 2017-12-22 16:13:26 -0800 | [diff] [blame] | 102 | user: 'root' |
| 103 | pass: 'onl' |
| 104 | role: 'spine-2' |
Yi Tseng | 07ebe79 | 2018-01-16 11:12:46 -0800 | [diff] [blame^] | 105 | - |
| 106 | mac: '24:8a:07:12:51:00' |
| 107 | ip: '10.6.0.231' |
| 108 | user: 'root' |
| 109 | pass: 'root' |
| 110 | role: 'spine-1-mellanox' |
| 111 | - |
| 112 | mac: '8c:ea:1b:10:c1:e8' |
| 113 | ip: '10.6.0.241' |
| 114 | user: 'root' |
| 115 | pass: 'onl' |
| 116 | role: 'spine-1-cavium' |
| 117 | - |
| 118 | mac: 'cc:37:ab:bf:a6:e5' |
| 119 | ip: '10.6.0.242' |
| 120 | user: 'root' |
| 121 | pass: 'onl' |
| 122 | role: 'spine-2-cavium' |