Hardik Windlass | 1a2ce4d | 2022-03-30 04:42:40 +0000 | [diff] [blame] | 1 | --- |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 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 | |
Andrea Campanella | c3f5569 | 2022-03-29 17:55:40 +0200 | [diff] [blame] | 25 | # This tells the control node how to reach the Kubernetes nodes. |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 26 | nodes: |
| 27 | - |
Andrea Campanella | c3f5569 | 2022-03-29 17:55:40 +0200 | [diff] [blame] | 28 | ip: '10.34.90.43' |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +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' |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 39 | |
Girish Gowdra | d6ff208 | 2022-05-19 14:29:41 -0700 | [diff] [blame] | 40 | fabric_switches: [] |
| 41 | # The switch is shared across 2 PODs, thus is externally controlled |
| 42 | # - |
| 43 | # mac: '8c:ea:1b:a7:29:72' |
| 44 | # ip: 10.34.90.55 |
| 45 | # user: root |
| 46 | # pass: onl |
| 47 | # bngPort: 157 |
| 48 | # device_id: 'of:0000000000000001' |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 49 | |
| 50 | olts: |
| 51 | # Gpon OLT |
| 52 | - |
| 53 | ip: 10.34.90.50 |
Suchitra Vemuri | 61bf756 | 2020-07-14 22:12:33 -0700 | [diff] [blame] | 54 | sship: 10.34.90.50 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 55 | user: root |
| 56 | pass: onl |
| 57 | fortygig: False |
| 58 | aggPort: 2 |
Andrea Campanella | 19d91f7 | 2022-04-01 10:05:34 +0200 | [diff] [blame] | 59 | serial: EC1912001823 |
Girish Gowdra | 5740505 | 2022-06-28 18:32:44 -0700 | [diff] [blame] | 60 | oltDebVersion: openolt_asgvolt64-3.7.4-3b190f027136e845c5850a5b1a97897ce2b74ebf-100G-NNI.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 61 | board_technology: GPON |
Andrea Campanella | c91fe7d | 2020-05-19 12:23:39 +0200 | [diff] [blame] | 62 | |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 63 | # XGS-PON OLT |
| 64 | - |
| 65 | ip: 10.34.90.51 |
Suchitra Vemuri | 61bf756 | 2020-07-14 22:12:33 -0700 | [diff] [blame] | 66 | sship: 10.34.90.51 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 67 | user: root |
| 68 | pass: onl |
| 69 | fortygig: False |
| 70 | aggPort: 1 |
| 71 | serial: EC1729003539 |
Girish Gowdra | 5740505 | 2022-06-28 18:32:44 -0700 | [diff] [blame] | 72 | oltDebVersion: openolt_asfvolt16-3.7.4-3b190f027136e845c5850a5b1a97897ce2b74ebf-100G-NNI.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 73 | board_technology: XGS-PON |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 74 | |
| 75 | hosts: |
| 76 | src: |
| 77 | #GPON ONU |
| 78 | - |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 79 | ip: 10.34.90.43 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 80 | user: community |
| 81 | pass: admin |
| 82 | dp_iface_name: eth1.7 |
| 83 | container_type: LXC |
Andrea Campanella | c3f5569 | 2022-03-29 17:55:40 +0200 | [diff] [blame] | 84 | container_name: SCOM00001c82 |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 85 | onu: SCOM00001c82 |
Andrea Campanella | 19d91f7 | 2022-04-01 10:05:34 +0200 | [diff] [blame] | 86 | olt: EC1912001823 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 87 | c_tag: 7 |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 88 | s_tag: 31 |
| 89 | power_switch_port: 1 |
Andrea Campanella | 73912bc | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 90 | uni_id: 1 |
Andrea Campanella | d62b86f | 2020-05-14 12:57:50 +0200 | [diff] [blame] | 91 | |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 92 | #XGSPON ONU |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 93 | - |
Andrea Campanella | 0a8c3ae | 2022-04-28 10:41:21 +0200 | [diff] [blame] | 94 | ip: 10.34.90.43 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 95 | user: community |
| 96 | pass: admin |
Girish Gowdra | cfa2c10 | 2020-11-19 18:06:39 -0800 | [diff] [blame] | 97 | dp_iface_name: eth1.7 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 98 | container_type: LXC |
Andrea Campanella | c3f5569 | 2022-03-29 17:55:40 +0200 | [diff] [blame] | 99 | container_name: ALPHe3d1cf5c |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 100 | onu: ALPHe3d1cf5c |
| 101 | olt: EC1729003539 |
Girish Gowdra | d2ba5f3 | 2020-11-19 17:03:04 -0800 | [diff] [blame] | 102 | c_tag: 7 |
| 103 | s_tag: 12 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 104 | power_switch_port: 6 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 105 | uni_id: 1 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 106 | - |
Andrea Campanella | 0a8c3ae | 2022-04-28 10:41:21 +0200 | [diff] [blame] | 107 | ip: 10.34.90.43 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 108 | user: community |
| 109 | pass: admin |
Girish Gowdra | cfa2c10 | 2020-11-19 18:06:39 -0800 | [diff] [blame] | 110 | dp_iface_name: eth1.7 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 111 | container_type: LXC |
Andrea Campanella | c3f5569 | 2022-03-29 17:55:40 +0200 | [diff] [blame] | 112 | container_name: ALPHe3a69d03 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 113 | onu: ALPHe3a69d03 |
| 114 | olt: EC1729003539 |
| 115 | c_tag: 7 |
| 116 | s_tag: 11 |
| 117 | power_switch_port: 8 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 118 | uni_id: 1 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 119 | |
| 120 | dst: |
| 121 | - |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 122 | dp_iface_ip_qinq: 10.31.7.254 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 123 | ip: null |
| 124 | user: null |
| 125 | pass: null |
| 126 | dp_iface_name: null |
| 127 | dp_iface_ip: null |
| 128 | dp_iface_gateway: null |
| 129 | container_type: null |
| 130 | container_name: null |
| 131 | - |
Girish Gowdra | cfa2c10 | 2020-11-19 18:06:39 -0800 | [diff] [blame] | 132 | dp_iface_ip_qinq: 10.12.7.254 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 133 | ip: null |
| 134 | user: null |
| 135 | pass: null |
| 136 | dp_iface_name: null |
| 137 | dp_iface_ip: null |
| 138 | dp_iface_gateway: null |
| 139 | container_type: null |
| 140 | container_name: null |
| 141 | - |
| 142 | dp_iface_ip_qinq: 10.11.7.254 |
| 143 | ip: null |
| 144 | user: null |
| 145 | pass: null |
| 146 | dp_iface_name: null |
| 147 | dp_iface_ip: null |
| 148 | dp_iface_gateway: null |
| 149 | container_type: null |
| 150 | container_name: null |
| 151 | |
| 152 | web_power_switch: |
| 153 | ip: '10.34.90.48' |
| 154 | user: 'admin' |
| 155 | password: 'secret' |
Hung-Wei Chiu | a0cdedb | 2020-05-29 15:23:19 -0700 | [diff] [blame] | 156 | type: 'EPC' |