blob: 8e01c2b927b12000a477b78785ab5e0089a5aeea [file] [log] [blame]
Zack Williamsb9b81272018-11-08 12:29:24 -07001---
Luca Preteda53c892018-09-26 16:10:43 -07002# SEBA Values
3
Zack Williamsb9b81272018-11-08 12:29:24 -07004global:
5 registry: '192.168.100.1:30500/'
6
7images:
8
9 envoy_for_etcd:
10 repository: 'matteoscandolo/voltha-envoy'
11 tag: 'berlin-1.0.2'
12
13 netconf:
14 repository: 'matteoscandolo/voltha-netconf'
15 tag: 'berlin-1.0.2'
16
17 ofagent:
18 repository: 'matteoscandolo/voltha-ofagent'
19 tag: 'berlin-1.0.2'
20
21 vcli:
Zack Williams47f3cf52018-11-12 13:22:06 -070022 repository: 'matteoscandolo/voltha-cli'
Zack Williamsb9b81272018-11-08 12:29:24 -070023 tag: 'berlin-1.0.2'
24
25 vcore:
26 repository: 'matteoscandolo/voltha-voltha'
27 tag: 'dev'
28
29# xos core
30 xos_core:
31 repository: xosproject/xos-core
32 tag: 2.1.9
33
34 xos_chameleon:
35 repository: xosproject/chameleon
36 tag: 2.1.9
37
38 xos_tosca:
39 repository: xosproject/xos-tosca
40 tag: 1.1.3
41
42xos-gui:
43 images:
44 xos_gui:
45 repository: xosproject/xos-gui
46 tag: 1.0.3
47 xos_ws:
48 repository: xosproject/xos-ws
49 tag: 2.0.0
50
51xos-db:
52 image:
53 repository: 'postgres'
54 tag: '10.3-alpine'
Matteo Scandolo602c0102018-11-01 13:15:32 -070055
56etcd-operator:
57 etcdCluster:
58 size: 1
Luca Preteae19c592018-10-17 17:56:41 +020059
Matteo Scandolo54f25132018-10-17 17:59:32 -070060# others
61sadis-server:
62 image:
Zack Williamsb9b81272018-11-08 12:29:24 -070063 repository: 'opencord/sadis-server'
Matteo Scandolo54f25132018-10-17 17:59:32 -070064 tag: 'latest'
65
Luca Preteeb8c4e92018-10-18 10:43:23 +020066# kafka
Zack Williams47f3cf52018-11-12 13:22:06 -070067# NOTE: should make this a separate file or it will collide with other
68# definitions of 'image'
69#
70# image: '192.168.100.1:30500/confluentinc/cp-kafka'
71# configurationOverrides:
72# "confluent.support.metrics.enable": false
Luca Preteeb8c4e92018-10-18 10:43:23 +020073
74zookeper:
Matteo Scandolo602c0102018-11-01 13:15:32 -070075 image:
Zack Williams47f3cf52018-11-12 13:22:06 -070076 repository: '192.168.100.1:30500/google_samples/k8szk'
Matteo Scandolo602c0102018-11-01 13:15:32 -070077 tag: v3
Luca Preteeb8c4e92018-10-18 10:43:23 +020078
79etcd-operator:
80 etcdOperator:
81 image:
82 repository: 192.168.100.1:30500/quay.io/coreos/etcd-operator
83 tag: v0.7.0
84 etcdCluster:
85 image:
86 repository: 192.168.100.1:30500/quay.io/coreos/etcd
87 tag: v3.2.13
88 backupOperator:
89 image:
90 repository: 192.168.100.1:30500/quay.io/coreos/etcd-operator
91 tag: v0.7.0
92 restoreOperator:
93 image:
94 repository: 192.168.100.1:30500/quay.io/coreos/etcd-operator
95 tag: v0.7.0
96
Matteo Scandolo99ad3762018-10-12 13:54:30 -070097application_logs: |
98 log4j.logger.org.opencord.olt = TRACE
99 log4j.logger.org.opencord.kafka = DEBUG
100 log4j.logger.org.opencord.sadis = DEBUG
101 log4j.logger.org.opencord.aaa = TRACE
102 log4j.logger.org.opencord.dhcpl2relay = TRACE