summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/Chart.yaml
blob: a6a6065802b0ab1053abffdc2195aeba96ebfcb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.

apiVersion: v1
description: ONAP Virtual Function Controller (VF-C)
name: vfc
version: 2.0.0
-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> <version>1.3.1-SNAPSHOT</version> </parent> <artifactId>packages</artifactId> <packaging>pom</packaging> <name>Policy Packages</name> <description>D2 ONAP Policy Installation Packages</description> <profiles> <!-- DO NOT CHANGE THE *ORDER* IN WHICH THESE PROFILES ARE DEFINED! --> <profile> <id>default</id> <activation> <activeByDefault>true</activeByDefault> </activation> <modules> <module>base</module> <module>install</module> <module>docker</module> </modules> </profile> <profile> <id>with-integration-tests</id> <modules> <module>base</module> <module>install</module> </modules> </profile> </profiles> <modules> <module>base</module> <module>install</module> <module>docker</module> </modules> </project>