Luca Prete | 3ac6d76 | 2018-02-05 16:56:38 -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/ABC physical POD 1 |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | pod_config: |
| 20 | repo_url: 'https://gerrit.opencord.org/pod-configs' |
| 21 | file_name: 'abc.yml' |
| 22 | |
| 23 | make_release: 'false' |
| 24 | |
| 25 | maas: |
| 26 | ip: '10.255.21.1' |
| 27 | api_key: '3LKARGmAUQ8Rp7jJBU:5V7gkLUDvEEktBZnYh:TxLSprnNcgLmQAZQLm63Mv5Va7vhvSFT' |
| 28 | head_system_id: '4fe84k' |
| 29 | |
| 30 | dev_node: |
| 31 | name: 'ONF - ABC' |
| 32 | user: 'cord' |
| 33 | |
| 34 | head: |
| 35 | ip: '10.255.21.2' |
| 36 | user: 'cord' |
| 37 | pass: 'cord' |
| 38 | |
| 39 | compute_nodes: |
| 40 | - |
| 41 | ipmi: |
| 42 | ip: '10.255.21.203' |
| 43 | user: 'root' |
| 44 | pass: 'Google321' |
| 45 | - |
| 46 | ipmi: |
| 47 | ip: '10.255.21.204' |
| 48 | user: 'root' |
| 49 | pass: 'Google321' |
| 50 | - |
| 51 | ipmi: |
| 52 | ip: '10.255.21.205' |
| 53 | user: 'root' |
| 54 | pass: 'Google321' |
| 55 | |
| 56 | fabric_switches: |
| 57 | - |
| 58 | mac: 'a8:2b:b5:d2:a6:78' |
| 59 | ip: '10.255.20.201' |
| 60 | user: 'root' |
| 61 | pass: 'onl' |
| 62 | role: 'spine-1' |
| 63 | - |
| 64 | mac: 'a8:2b:b5:bd:13:a7' |
| 65 | ip: '10.255.20.202' |
| 66 | user: 'root' |
| 67 | pass: 'onl' |
| 68 | role: 'leaf-1' |
chrli | 62bc330 | 2018-02-14 19:32:34 +0000 | [diff] [blame] | 69 | - |
| 70 | mac: 'a8:2b:b5:9d:cd:73' |
| 71 | ip: '10.255.20.203' |
| 72 | user: 'root' |
| 73 | pass: 'onl' |
| 74 | role: 'spine-2' |
| 75 | - |
| 76 | mac: 'a8:2b:b5:bd:15:ad' |
| 77 | ip: '10.255.20.204' |
| 78 | user: 'root' |
| 79 | pass: 'onl' |
| 80 | role: 'leaf-2' |