Matteo Scandolo | 131ff09 | 2020-06-02 16:03:38 -0700 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2017-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | # Automated deployment configuration for ONF DEMO POD, olt/onu are connected to this |
| 17 | |
Matteo Scandolo | 68d255e | 2020-06-02 17:01:55 -0700 | [diff] [blame] | 18 | defaults: |
| 19 | image_tag: master |
| 20 | image_pullPolicy: Always |
| 21 | |
| 22 | onosSshPort: 30115 |
| 23 | onosApiPort: 30120 |
| 24 | onosOfPort: 31653 |
| 25 | |
| 26 | onos_env: |
| 27 | - name: POD_IP |
| 28 | valueFrom: |
| 29 | fieldRef: |
| 30 | fieldPath: status.podIP |
| 31 | - name: NAMESPACE |
| 32 | valueFrom: |
| 33 | fieldRef: |
| 34 | fieldPath: metadata.namespace |
| 35 | - name: ONOS_APPS |
| 36 | value: "drivers,openflow-base,hostprovider" |
| 37 | |
Matteo Scandolo | 131ff09 | 2020-06-02 16:03:38 -0700 | [diff] [blame] | 38 | application_logs: | |
| 39 | log4j.logger.org.opencord.olt = DEBUG |
| 40 | log4j.logger.org.opencord.kafka = DEBUG |
| 41 | log4j.logger.org.opencord.sadis = DEBUG |
| 42 | log4j.logger.org.opencord.aaa = DEBUG |
| 43 | log4j.logger.org.opencord.dhcpl2relay = DEBUG |