blob: 46263b26a9f9bcc7e7e5838306ac7014c902cafe [file] [log] [blame]
mc8b31c582019-09-03 21:55:21 +00001---
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
16global:
17 registry: ''
18
19images:
20 device_management:
21 repository: 'opencord/device-management'
22 tag: 'master'
23 pullPolicy: 'Always'
24
25device_management_grpcPort: 31085
26device_management_httpPort: 30180
27device_management_replicas: 1
28device_management_pv_mount: '/tmp'
29
30event_destip: ''
31
32# persistence related vars
33needPersistence: true
34useCeph: true
35pvClaimName: device-management-pv-claim
36storageLDClassName: local-directory
37storageCephClassName: cord-ceph-rbd