aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/onap/requirements.yaml
blob: 1b5ca64b1391eea44a9ca88a61e3830c8defdbe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Copyright © 2017 Amdocs, Bell Canada
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Referencing a named repo called 'local'.
# Can add this repo by running commands like:
# > helm serve
# > helm repo add local http://127.0.0.1:8879
dependencies:
  - name: aaf
    version: ~1.1.0
    repository: '@local'
    condition: aaf.enabled
  - name: aai
    version: ~0.1.0
    repository: '@local'
    condition: aai.enabled
  - name: appc
    version: ~0.1.0
    repository: '@local'
    condition: appc.enabled
  - name: clamp
    version: ~1.1.0
    repository: '@local'
    condition: clamp.enabled
  - name: cli
    version: ~0.1.0
    repository: '@local'
    condition: cli.enabled
  - name: common
    version: ~2.0.0
    repository: '@local'
  - name: consul
    version: ~1.1.0
    repository: '@local'
    condition: consul.enabled
  - name: dcaegen2
    version: ~1.1.0
    repository: '@local'
    condition: dcaegen2.enabled
  - name: esr
    version: ~1.1.0
    repository: '@local'
    condition: esr.enabled
  - name: log
    version: ~0.1.0
    repository: '@local'
    condition: log.enabled
  - name: message-router
    version: ~0.1.0
    repository: '@local'
    condition: message-router.enabled
  - name: mock
    version: ~0.1.0
    repository: '@local'
    condition: mock.enabled
  - name: msb
    version: ~0.1.0
    repository: '@local'
    condition: msb.enabled
  - name: multicloud
    version: ~1.1.0
    repository: '@local'
    condition: multicloud.enabled
  - name: policy
    version: ~0.1.0
    repository: '@local'
    condition: policy.enabled
  - name: portal
    version: ~0.1.0
    repository: '@local'
    condition: portal.enabled
  - name: robot
    version: ~2.0.0
    repository: '@local'
    condition: robot.enabled
  - name: sdc
    version: ~0.1.0
    repository: '@local'
    condition: sdc.enabled
  - name: sdnc
    version: ~0.1.0
    repository: '@local'
    condition: sdnc.enabled
  - name: setup
    version: ~2.0.0
    repository: '@local'
  - name: so
    version: ~2.0.0
    repository: '@local'
    condition: so.enabled
  - name: uui
    version: ~1.1.0
    repository: '@local'
    condition: uui.enabled
  - name: vfc
    version: ~0.1.0
    repository: '@local'
    condition: vfc.enabled
  - name: vid
    version: ~0.1.0
    repository: '@local'
    condition: vid.enabled
  - name: vnfsdk
    version: ~1.1.0
    repository: '@local'
    condition: vnfsdk.enabled