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 | - |
Andrea Campanella | c3f5569 | 2022-03-29 17:55:40 +0200 | [diff] [blame] | 28 | ip: '10.34.90.43' |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 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 | |
Girish Gowdra | d6ff208 | 2022-05-19 14:29:41 -0700 | [diff] [blame] | 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' |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 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 | - |
Andrea Campanella | 0a8c3ae | 2022-04-28 10:41:21 +0200 | [diff] [blame] | 77 | ip: 10.34.90.43 |
Andrea Campanella | 2b8141a | 2020-01-31 18:07:17 +0100 | [diff] [blame] | 78 | user: community |
| 79 | pass: admin |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 80 | dp_iface_name: eno3 |
Andrea Campanella | 0a8c3ae | 2022-04-28 10:41:21 +0200 | [diff] [blame] | 81 | container_type: lxc |
| 82 | container_name: ALPHe3a69d03 |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 83 | onu: ALPHe3d1cf5c |
| 84 | c_tag: 11 |
| 85 | s_tag: 11 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 86 | uni_id: 1 |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 87 | #GPON ONU |
| 88 | # - |
| 89 | # ip: 127.0.0.1 |
| 90 | # user: cord |
| 91 | # pass: cord |
| 92 | # dp_iface_name: eno2 |
| 93 | # container_type: null |
| 94 | # container_name: null |
| 95 | # onu: SCOM00001c82 |
| 96 | # c_tag: 12 |
| 97 | # s_tag: 11 |
| 98 | |
| 99 | dst: |
| 100 | - |
Andrea Campanella | 5650dfd | 2020-02-03 09:45:25 +0100 | [diff] [blame] | 101 | dp_iface_ip_qinq: 10.11.2.254 |
Andrea Campanella | 86e6824 | 2020-02-03 11:43:17 +0100 | [diff] [blame] | 102 | ip: null |
| 103 | user: null |
| 104 | pass: null |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 105 | dp_iface_name: null |
| 106 | dp_iface_ip: null |
| 107 | dp_iface_gateway: null |
| 108 | container_type: null |
| 109 | container_name: null |
| 110 | # - |
Andrea Campanella | 86e6824 | 2020-02-03 11:43:17 +0100 | [diff] [blame] | 111 | # dp_iface_ip_qinq: 10.11.2.254 |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 112 | # ip: null |
| 113 | # user: null |
| 114 | # pass: null |
| 115 | # dp_iface_name: null |
| 116 | # dp_iface_ip: null |
| 117 | # dp_iface_gateway: null |
| 118 | # container_type: null |
Hung-Wei Chiu | a0cdedb | 2020-05-29 15:23:19 -0700 | [diff] [blame] | 119 | # container_name: null |