Luca Prete | bd566d0 | 2017-10-17 10:53:22 -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 E-CORD local node deployment configuration for ONF local POD 1 |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | pod_config: |
| 20 | repo_url: 'https://gerrit.opencord.org/pod-configs' |
| 21 | file_name: 'onlab-ecord-local-pod1.yml' |
| 22 | |
| 23 | make_release: 'false' |
| 24 | |
| 25 | maas: |
| 26 | ip: '10.90.0.2' |
| 27 | api_key: 'gFH8GA9FLp3bWpesZX:rVyJz3ThB93FrrNyPw:Fu9KZEwBenXRLUu9TMXVkMjLJsuXNXDb' |
| 28 | head_system_id: '4y3h87' |
| 29 | |
| 30 | dev_node: |
| 31 | name: 'build' |
| 32 | user: 'ubuntu' |
| 33 | |
| 34 | head: |
| 35 | ip: '10.90.1.30' |
| 36 | user: 'cord' |
| 37 | pass: 'cord' |
| 38 | |
| 39 | compute_nodes: |
| 40 | - |
| 41 | ipmi: |
| 42 | ip: '10.90.1.32' |
| 43 | user: 'admin' |
| 44 | pass: 'admin' |
Luca Prete | e824182 | 2017-10-20 14:38:30 -0700 | [diff] [blame] | 45 | fabric_switches: |
| 46 | - |
| 47 | mac: 'cc:37:ab:7c:bd:64' |
| 48 | ip: '10.6.0.101' |
| 49 | user: 'root' |
| 50 | pass: 'onl' |