blob: f1c15b0bc52db807213212c03f40d017e1a54ce0 [file] [log] [blame]
Woojoong Kim2ccf3242019-06-06 14:12:44 -07001---
2# Copyright 2019-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
Woojoong Kim2ccf3242019-06-06 14:12:44 -070016nginx_hostname: "nginx"
17local_vlc_hostname: "local_vlc"
18
19remote_ip: 10.90.0.132
20stream_name: 1.stream
Hyunsun Moon11189032019-08-29 02:02:33 +000021spgwu_sgiip: 13.1.1.3
Woojoong Kim2ccf3242019-06-06 14:12:44 -070022ue_ip_subnet1: 16.0.0.0/8
23ue_ip_subnet2: 17.0.0.0/8
Woojoong Kime455aab2019-07-12 10:53:43 -070024etcdurl: http://node1:32379
Woojoong Kim2ccf3242019-06-06 14:12:44 -070025
26nginx:
27 images:
Woojoong Kim6c5bad62019-08-29 15:37:02 -070028 nginx_image: "docker.io/omecproject/cdn-nginx:1.0.0"
Woojoong Kim2ccf3242019-06-06 14:12:44 -070029 ports:
30 rtmp_orig: 1935
31 rtmp_np: 31935
32 replicas: 1
Woojoong Kimc8e65f22019-09-05 14:10:50 -070033 resources:
34 cpu: 3
35 mem: "1Gi"
Woojoong Kime455aab2019-07-12 10:53:43 -070036
Hyunsun Moon11189032019-08-29 02:02:33 +000037networks:
Woojoong Kime455aab2019-07-12 10:53:43 -070038 sriov:
39 enabled: true
Hyunsun Moon11189032019-08-29 02:02:33 +000040 sgi_net_nd:
41 type: sriov
42 ipam: static
43 ip: 13.1.1.253/24
44 subnet: 13.1.1.0/24
45 gateway: 13.1.1.254