summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/policy-common/templates/configmap.yaml
blob: dab967235f9ccba313593379fddacb0d7ebb6045 (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
# Copyright © 2017 Amdocs, Bell Canada
# Modifications Copyright © 2018 AT&T
#
# 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
kind: ConfigMap
metadata:
  name: {{ .Release.Name }}-pe-configmap
  namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/pe/*").AsConfig . | indent 2 }}
---
apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ .Release.Name }}-pe-scripts-configmap
  namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/scripts/do-start.sh").AsConfig . | indent 2 }}
---
apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ .Release.Name }}-filebeat-configmap
  namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/log/filebeat/filebeat.yml").AsConfig . | indent 2 }}
span>port}/${onap.git.project}/sdnc-core.git</developerConnection> <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-core/browse</url> <tag>sdnc-core-1.1.0</tag> </scm> <distributionManagement> <site> <id>ecomp-site</id> <url>dav:${onap.nexus.url}/${sitePath}</url> </site> </distributionManagement> <properties> <sitePath>content/sites/site/org/onap/ccsdk/sli/core/${project.version}/</sitePath> </properties> <profiles> <profile> <id>blackduck</id> <activation> <property> <name>blackduck-scan</name> </property> </activation> <build> <plugins> <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> <version>1.4.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> <outputDirectory>${project.basedir}</outputDirectory> </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase> <goals> <goal>createHubOutput</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>dependency-list</id> <build> <plugins> <plugin> <groupId>com.github.ferstl</groupId> <artifactId>depgraph-maven-plugin</artifactId> <executions> <execution> <phase>validate</phase> <inherited>false</inherited> <goals> <goal>aggregate</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> <execution> <id>attach-artifacts</id> <phase>package</phase> <inherited>false</inherited> <goals> <goal>attach-artifact</goal> </goals> <configuration> <artifacts> <artifact> <file>${dependency-list.file}</file> <type>txt</type> <classifier>dependencies</classifier> </artifact> </artifacts> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>