Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [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 |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 24 | |
| 25 | # This tells the control node how to reach the Kubernetes nodes. |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 26 | nodes: |
| 27 | - |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 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' |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 39 | |
| 40 | fabric_switches: |
| 41 | - |
| 42 | mac: '8c:ea:1b:a7:29:72' |
| 43 | ip: 10.34.90.55 |
| 44 | user: root |
| 45 | pass: onl |
| 46 | bngPort: 157 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 47 | device_id: 'of:0000000000000001' |
| 48 | |
| 49 | olts: |
| 50 | # Gpon OLT |
| 51 | - |
| 52 | ip: 10.34.90.50 |
Suchitra Vemuri | 61bf756 | 2020-07-14 22:12:33 -0700 | [diff] [blame] | 53 | sship: 10.34.90.50 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 54 | user: root |
| 55 | pass: onl |
| 56 | fortygig: False |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 57 | aggPort: 2 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 58 | serial: EC1912001814 |
Girish Gowdra | 6278066 | 2021-08-05 14:56:31 -0700 | [diff] [blame] | 59 | oltDebVersion: openolt_asgvolt64-3.4.9-e2a9597f3d690fe3a0ea0df244571dfc9e8c2833-100G-NNI.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 60 | board_technology: GPON |
Girish Gowdra | 8eeee5c | 2020-10-19 10:37:31 -0700 | [diff] [blame] | 61 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 62 | hosts: |
| 63 | src: |
| 64 | #GPON ONU |
| 65 | - |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 66 | ip: 10.34.90.42 |
| 67 | user: community |
| 68 | pass: admin |
| 69 | dp_iface_name: eth1.7 |
| 70 | container_type: LXC |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 71 | container_name: voltha-client-gpon-3 |
| 72 | onu: SCOM00001c96 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 73 | olt: EC1912001814 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 74 | c_tag: 7 |
Andrea Campanella | efb8efd | 2020-04-08 11:59:27 +0200 | [diff] [blame] | 75 | s_tag: 33 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 76 | power_switch_port: 4 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 77 | uni_id: 1 |
Andrea Campanella | d62b86f | 2020-05-14 12:57:50 +0200 | [diff] [blame] | 78 | - |
| 79 | ip: 10.34.90.42 |
| 80 | user: community |
| 81 | pass: admin |
| 82 | dp_iface_name: eth1.7 |
| 83 | container_type: LXC |
| 84 | container_name: voltha-client-gpon-4 |
| 85 | onu: SCOM00001c0b |
| 86 | olt: EC1912001814 |
| 87 | c_tag: 7 |
| 88 | s_tag: 34 |
| 89 | power_switch_port: 7 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 90 | uni_id: 1 |
Andrea Campanella | ae7aacb | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 91 | - |
| 92 | ip: 10.34.90.40 |
| 93 | user: community |
| 94 | pass: admin |
| 95 | dp_iface_name: eth1.7 |
| 96 | container_type: LXC |
| 97 | container_name: SCOMA0305F84 |
Andrea Campanella | d0791b4 | 2021-11-17 11:41:44 -0800 | [diff] [blame] | 98 | onu: SCOMa0305f84 |
Andrea Campanella | ae7aacb | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 99 | olt: EC1912001814 |
| 100 | c_tag: 7 |
| 101 | s_tag: 39 |
| 102 | power_switch_port: 7 |
| 103 | uni_id: 1 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 104 | |
| 105 | dst: |
| 106 | - |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 107 | dp_iface_ip_qinq: 10.33.7.254 |
| 108 | ip: null |
| 109 | user: null |
| 110 | pass: null |
Andy Bavier | d00fdc4 | 2020-07-09 10:58:11 -0700 | [diff] [blame] | 111 | noroot_ip: 10.34.90.43 |
| 112 | noroot_user: community |
| 113 | noroot_pass: admin |
| 114 | dp_iface_name: ens3f0 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 115 | dp_iface_ip: null |
| 116 | dp_iface_gateway: null |
| 117 | container_type: null |
| 118 | container_name: null |
Andrea Campanella | d62b86f | 2020-05-14 12:57:50 +0200 | [diff] [blame] | 119 | - |
| 120 | dp_iface_ip_qinq: 10.34.7.254 |
| 121 | ip: null |
| 122 | user: null |
| 123 | pass: null |
Andy Bavier | d00fdc4 | 2020-07-09 10:58:11 -0700 | [diff] [blame] | 124 | noroot_ip: 10.34.90.43 |
| 125 | noroot_user: community |
| 126 | noroot_pass: admin |
| 127 | dp_iface_name: ens3f0 |
Andrea Campanella | d62b86f | 2020-05-14 12:57:50 +0200 | [diff] [blame] | 128 | dp_iface_ip: null |
| 129 | dp_iface_gateway: null |
| 130 | container_type: null |
| 131 | container_name: null |
Andrea Campanella | ae7aacb | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 132 | - |
| 133 | dp_iface_ip_qinq: 10.39.7.254 |
| 134 | ip: null |
| 135 | user: null |
| 136 | pass: null |
| 137 | noroot_ip: 10.34.90.43 |
| 138 | noroot_user: community |
| 139 | noroot_pass: admin |
| 140 | dp_iface_name: ens3f0 |
| 141 | dp_iface_ip: null |
| 142 | dp_iface_gateway: null |
| 143 | container_type: null |
| 144 | container_name: null |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 145 | |
| 146 | web_power_switch: |
| 147 | ip: '10.34.90.48' |
| 148 | user: 'admin' |
| 149 | password: 'secret' |
| 150 | type: 'EPC' |
Hung-Wei Chiu | a0cdedb | 2020-05-29 15:23:19 -0700 | [diff] [blame] | 151 | |