Wei-Yu Chen | 3e528f0 | 2019-02-07 13:58:52 -0800 | [diff] [blame] | 1 | --- |
Matteo Scandolo | 21f211e | 2019-06-26 14:11:48 -0700 | [diff] [blame] | 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. |
Matteo Scandolo | 98fc9d4 | 2019-06-04 15:36:00 -0700 | [diff] [blame] | 15 | |
Matteo Scandolo | 21f211e | 2019-06-26 14:11:48 -0700 | [diff] [blame] | 16 | # Automated deployment configuration for Flex POD 1 , olt/onu are connected to this |
| 17 | |
Matteo Scandolo | 359a6e8 | 2019-09-03 14:27:29 -0700 | [diff] [blame] | 18 | xos-gui: |
Matteo Scandolo | 0b7f10c | 2019-09-05 10:19:05 -0700 | [diff] [blame] | 19 | xos_projectName: "SEBA" |
| 20 | xos_payoff: "Brought to you by the CORD Platform" |
| 21 | cord_version: 2.0.0-alpha |
Matteo Scandolo | 359a6e8 | 2019-09-03 14:27:29 -0700 | [diff] [blame] | 22 | images: |
| 23 | xos_gui: |
| 24 | repository: '192.168.100.1:30500/xosproject/xos-gui' |
| 25 | tag: "candidate" |
| 26 | |
Matteo Scandolo | 0b7f10c | 2019-09-05 10:19:05 -0700 | [diff] [blame] | 27 | rcord: |
| 28 | image: |
| 29 | repository: "192.168.100.1:30500/xosproject/rcord-synchronizer" |
| 30 | tag: 'candidate' |
| 31 | |
Matteo Scandolo | 21f211e | 2019-06-26 14:11:48 -0700 | [diff] [blame] | 32 | application_logs: | |
| 33 | log4j.logger.org.opencord.olt = DEBUG |
| 34 | log4j.logger.org.opencord.kafka = DEBUG |
| 35 | log4j.logger.org.opencord.sadis = DEBUG |
| 36 | log4j.logger.org.opencord.aaa = DEBUG |
| 37 | log4j.logger.org.opencord.dhcpl2relay = DEBUG |