summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-appc-orchestrator/requirements.yaml
blob: f8c29f83f829e58d13210da8ea0728c8c50f7986 (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
# 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.
dependencies:
  - name: common
    version: ~8.x-0
    # local reference to common chart, as it is
    # a part of this chart's package and will not
    # be published independently to a repo (at this point)
    repository: '@local'
  - name: repositoryGenerator
    version: ~8.x-0
    repository: '@local'
  - name: soHelpers
    version: ~8.x-0
    repository: 'file://../soHelpers'
  - name: serviceAccount
    version: ~8.x-0
    repository: '@local'
t; <version>?</version> </dependency> #### core : <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-logging-core</artifactId> <version>?</version> </dependency> ### Configuration Management #### api : <dependency> <groupId>org.openecomp.sdc.common</groupId> <artifactId>openecomp-configuration-management-api</artifactId> <version>?</version> </dependency> #### cli : <dependency> <groupId>org.openecomp.sdc.common</groupId> <artifactId>openecomp-configuration-management-cli</artifactId> <version>?</version> </dependency> #### core : <dependency> <groupId>org.openecomp.sdc.common</groupId> <artifactId>openecomp-configuration-management-core</artifactId> <version>?</version> </dependency> ### NOTE : Artifact Generator generates artifacts using method 'generateArtifact' that takes the following arguments as input : #### input(Specifies the list of input files as models) #### overridingConfiguration(Specifies the configuration data for invoking generators) The output will be a list of artifacts that are generated by the generators as defined in the API signature. # Logging OpenECOMP Common supports EELF Logger, which is of the following types : ### Error ### Debug ### Metrics ### Audit