Hardik Windlass | 1a2ce4d | 2022-03-30 04:42:40 +0000 | [diff] [blame] | 1 | --- |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +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. |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 16 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 17 | # Automated deployment configuration for Tucson pod |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 18 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 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 | 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' |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [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' |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 49 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 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 | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 55 | user: root |
| 56 | pass: onl |
| 57 | fortygig: False |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 58 | aggPort: 2 |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [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 |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 62 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 63 | hosts: |
| 64 | src: |
| 65 | #GPON ONU |
| 66 | - |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 67 | ip: 10.34.90.43 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 68 | user: community |
| 69 | pass: admin |
| 70 | dp_iface_name: eth1.7 |
| 71 | container_type: LXC |
Andrea Campanella | c3f5569 | 2022-03-29 17:55:40 +0200 | [diff] [blame] | 72 | container_name: SCOM00001c82 |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 73 | onu: SCOM00001c82 |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 74 | olt: EC1912001823 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 75 | c_tag: 7 |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 76 | s_tag: 31 |
| 77 | power_switch_port: 1 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 78 | uni_id: 1 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 79 | dst: |
| 80 | - |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 81 | dp_iface_ip_qinq: 10.31.7.254 |
Andrea Campanella | 73912bc | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 82 | ip: null |
| 83 | user: null |
| 84 | pass: null |
| 85 | noroot_ip: 10.34.90.43 |
| 86 | noroot_user: community |
| 87 | noroot_pass: admin |
| 88 | dp_iface_name: ens3f0 |
| 89 | dp_iface_ip: null |
| 90 | dp_iface_gateway: null |
| 91 | container_type: null |
| 92 | container_name: null |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 93 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 94 | web_power_switch: |
| 95 | ip: '10.34.90.48' |
| 96 | user: 'admin' |
| 97 | password: 'secret' |
| 98 | type: 'EPC' |