Woojoong Kim | 79e408c | 2019-02-07 22:23:22 +0900 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2018-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 | namespace: epc |
Andy Bavier | 4ffc1a0 | 2019-02-17 16:51:54 -0700 | [diff] [blame] | 17 | cdn_node_selector: node3 |
Woojoong Kim | 79e408c | 2019-02-07 22:23:22 +0900 | [diff] [blame] | 18 | nginx_hostname: "nginx" |
| 19 | local_vlc_hostname: "local_vlc" |
| 20 | # need to be changed to appropriate wowza server outside edge -- we can use the option --set remote_ip when deploying |
| 21 | remote_ip: 10.10.10.10 |
| 22 | spgwu_sgiip: 13.0.0.83 |
| 23 | ue_ip_subnet1: 16.0.0.0/8 |
| 24 | ue_ip_subnet2: 17.0.0.0/8 |
| 25 | |
| 26 | nginx: |
| 27 | images: |
Woojoong Kim | 495b625 | 2019-02-19 17:51:57 +0900 | [diff] [blame] | 28 | nginx_image: "woojoong/nginx:onf-video-v3" |
Woojoong Kim | 79e408c | 2019-02-07 22:23:22 +0900 | [diff] [blame] | 29 | ports: |
| 30 | rtmp_orig: 1935 |
| 31 | rtmp_np: 31935 |
| 32 | replicas: 1 |