| # Copyright 2017-present Open Networking Foundation |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # Automated deployment configuration for Flex POD 1 |
| |
| --- |
| |
| pod_config: |
| repo_url: 'https://gerrit.opencord.org/pod-configs' |
| file_name: 'flex-pod1.yml' |
| |
| make_release: 'false' |
| |
| maas: |
| ip: '10.192.4.61' |
| api_key: 'rsz9S2cYpr7M5w4SfL:gyw4vKqLpWwagSjFGg:pamj7QtqGC6eUZusMj6rCWRdNy9qPab7' |
| head_system_id: 'wbgst6' |
| |
| dev_node: |
| name: 'flex-cord-pod1' |
| user: 'cluser' |
| |
| head: |
| ip: '10.192.4.62' |
| user: 'cord' |
| pass: 'cord' |
| |
| compute_nodes: |
| - |
| ipmi: |
| ip: '10.192.4.31' |
| user: 'ADMIN' |
| pass: 'ADMIN' |
| - |
| ipmi: |
| ip: '10.192.4.30' |
| user: 'ADMIN' |
| pass: 'ADMIN' |
| - |
| ipmi: |
| ip: '10.192.4.29' |
| user: 'ADMIN' |
| pass: 'ADMIN' |
| |
| fabric_switches: |
| - |
| mac: 'cc:37:ab:d9:38:6d' |
| ip: '10.6.0.101' |
| user: 'root' |
| pass: 'onl' |
| role: 'spine-1' |
| - |
| mac: 'cc:37:ab:b6:b5:64' |
| ip: '10.6.0.102' |
| user: 'root' |
| pass: 'onl' |
| role: 'leaf-2' |
| - |
| mac: 'cc:37:ab:d9:37:69' |
| ip: '10.6.0.103' |
| user: 'root' |
| pass: 'onl' |
| role: 'leaf-1' |
| - |
| mac: 'cc:37:ab:5b:6d:a8' |
| ip: '10.6.0.104' |
| user: 'root' |
| pass: 'onl' |
| role: 'spine-2' |