Luca Prete | f57b672 | 2017-10-30 16:54:30 -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 | |
| 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' |
Andy Bavier | d56a53a | 2017-10-31 09:11:54 -0700 | [diff] [blame] | 21 | file_name: 'onlab-mcord-pod1.yml' |
Luca Prete | f57b672 | 2017-10-30 16:54:30 -0700 | [diff] [blame] | 22 | |
| 23 | make_release: 'false' |
| 24 | |
| 25 | maas: |
| 26 | ip: '10.90.0.2' |
| 27 | api_key: 'gFH8GA9FLp3bWpesZX:rVyJz3ThB93FrrNyPw:Fu9KZEwBenXRLUu9TMXVkMjLJsuXNXDb' |
| 28 | head_system_id: '4y3h8b' |
| 29 | |
| 30 | dev_node: |
| 31 | name: 'onf-mcord-dev' |
| 32 | user: 'cord' |
| 33 | |
| 34 | head: |
| 35 | ip: '10.90.2.10' |
| 36 | user: 'cord' |
| 37 | pass: 'cord' |
| 38 | |
| 39 | compute_nodes: |
| 40 | - |
| 41 | ipmi: |
Luca Prete | d4311af | 2017-10-31 14:49:21 -0700 | [diff] [blame] | 42 | ip: '10.90.2.12' |
Luca Prete | f57b672 | 2017-10-30 16:54:30 -0700 | [diff] [blame] | 43 | user: 'admin' |
| 44 | pass: 'admin' |
| 45 | - |
| 46 | ipmi: |
Luca Prete | d4311af | 2017-10-31 14:49:21 -0700 | [diff] [blame] | 47 | ip: '10.90.2.13' |
Luca Prete | f57b672 | 2017-10-30 16:54:30 -0700 | [diff] [blame] | 48 | user: 'admin' |
| 49 | pass: 'admin' |
| 50 | |
| 51 | fabric_switches: |
| 52 | - |
Wei-Yu Chen | 990954b | 2017-11-21 16:36:45 -0800 | [diff] [blame] | 53 | mac: 'cc:37:ab:7c:b8:50' |
Luca Prete | f57b672 | 2017-10-30 16:54:30 -0700 | [diff] [blame] | 54 | ip: '10.6.0.101' |
| 55 | user: 'root' |
| 56 | pass: 'onl' |
You Wang | 54febae | 2017-12-07 10:41:58 -0800 | [diff] [blame] | 57 | role: 'spine-1' |
Wei-Yu Chen | 990954b | 2017-11-21 16:36:45 -0800 | [diff] [blame] | 58 | - |
| 59 | mac: 'cc:37:ab:5b:6d:26' |
| 60 | ip: '10.6.0.102' |
| 61 | user: 'root' |
| 62 | pass: 'onl' |
You Wang | 54febae | 2017-12-07 10:41:58 -0800 | [diff] [blame] | 63 | role: 'spine-2' |
Wei-Yu Chen | 990954b | 2017-11-21 16:36:45 -0800 | [diff] [blame] | 64 | - |
| 65 | mac: 'cc:37:ab:6b:07:8e' |
| 66 | ip: '10.6.0.103' |
| 67 | user: 'root' |
| 68 | pass: 'onl' |
You Wang | 54febae | 2017-12-07 10:41:58 -0800 | [diff] [blame] | 69 | role: 'leaf-1' |
You Wang | 94e7109 | 2017-12-08 16:00:35 -0800 | [diff] [blame] | 70 | breakout_ports: |
| 71 | - 9 |
Wei-Yu Chen | 990954b | 2017-11-21 16:36:45 -0800 | [diff] [blame] | 72 | - |
| 73 | mac: '48:0f:cf:ae:7e:90' |
| 74 | ip: '10.6.0.104' |
| 75 | user: 'root' |
| 76 | pass: 'onl' |
You Wang | 54febae | 2017-12-07 10:41:58 -0800 | [diff] [blame] | 77 | role: 'leaf-2' |
You Wang | 94e7109 | 2017-12-08 16:00:35 -0800 | [diff] [blame] | 78 | breakout_ports: |
| 79 | - 9 |