Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2020-present Open Networking Foundation |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | |
| 17 | # Automated deployment configuration for Tucson pod |
| 18 | |
| 19 | # Change default values in tests |
| 20 | ONOS_REST_PORT: 30120 |
| 21 | ONOS_SSH_PORT: 30115 |
| 22 | OLT_PORT: 9191 |
| 23 | KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal |
| 24 | |
| 25 | # This tells the control node how to reach the Kubernetes nodes. |
| 26 | nodes: |
| 27 | - |
| 28 | ip: '10.34.90.40' |
| 29 | user: 'community' |
| 30 | pass: 'admin' |
| 31 | - |
| 32 | ip: '10.34.90.41' |
| 33 | user: 'community' |
| 34 | pass: 'admin' |
| 35 | - |
| 36 | ip: '10.34.90.42' |
| 37 | user: 'community' |
| 38 | pass: 'admin' |
| 39 | - |
| 40 | ip: '10.34.90.43' |
| 41 | user: 'community' |
| 42 | pass: 'admin' |
| 43 | |
| 44 | fabric_switches: |
| 45 | - |
| 46 | mac: '??' |
| 47 | ip: 10.34.90.55 |
| 48 | user: root |
| 49 | pass: onl |
| 50 | bngPort: 32 |
| 51 | #XGSPON |
| 52 | oltPort: 1 |
| 53 | #GPON |
| 54 | #oltPort: 2 |
| 55 | device_id: 'of:0000000000000001' |
| 56 | |
| 57 | olts: |
| 58 | # XGS-PON OLT |
| 59 | - |
| 60 | ip: 10.34.90.51 |
| 61 | user: root |
| 62 | pass: onl |
| 63 | fortygig: True |
| 64 | serial: '??' # mandatory --> connect it to voltha and check it |
| 65 | # Gpon OLT |
| 66 | # - |
| 67 | # ip: 10.34.90.50 |
| 68 | # user: root |
| 69 | # pass: onl |
| 70 | # fortygig: True |
| 71 | # serial: ?? |
| 72 | |
| 73 | hosts: |
| 74 | src: |
| 75 | #XGSPON ONU |
| 76 | - |
| 77 | ip: 127.0.0.1 |
| 78 | user: cord |
| 79 | pass: cord |
| 80 | dp_iface_name: eno3 |
| 81 | container_type: null |
| 82 | container_name: null |
| 83 | onu: ALPHe3d1cf5c |
| 84 | c_tag: 11 |
| 85 | s_tag: 11 |
| 86 | #GPON ONU |
| 87 | # - |
| 88 | # ip: 127.0.0.1 |
| 89 | # user: cord |
| 90 | # pass: cord |
| 91 | # dp_iface_name: eno2 |
| 92 | # container_type: null |
| 93 | # container_name: null |
| 94 | # onu: SCOM00001c82 |
| 95 | # c_tag: 12 |
| 96 | # s_tag: 11 |
| 97 | |
| 98 | dst: |
| 99 | - |
| 100 | dp_iface_ip_qinq: 192.168.11.254 |
| 101 | ip: null |
| 102 | user: null |
| 103 | pass: null |
| 104 | dp_iface_name: null |
| 105 | dp_iface_ip: null |
| 106 | dp_iface_gateway: null |
| 107 | container_type: null |
| 108 | container_name: null |
| 109 | # - |
| 110 | # dp_iface_ip_qinq: 192.168.12.254 |
| 111 | # ip: null |
| 112 | # user: null |
| 113 | # pass: null |
| 114 | # dp_iface_name: null |
| 115 | # dp_iface_ip: null |
| 116 | # dp_iface_gateway: null |
| 117 | # container_type: null |
| 118 | # container_name: null |