aboutsummaryrefslogtreecommitdiffstats
path: root/lighty/ccsdk-lighty-dependency-versions/pom.xml
blob: 48e4e9b0b5ec23f8f0f8f5d37c88f29b618104ef (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
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.onap.ccsdk.parent</groupId>
		<artifactId>odlparent-lite</artifactId>
		<version>1.4.0-SNAPSHOT</version>
		<relativePath/>
	</parent>

	<groupId>org.onap.ccsdk.sli.core</groupId>
	<artifactId>ccsdk-lighty-dependency-versions</artifactId>
	<version>0.6.0-SNAPSHOT</version>
	<packaging>pom</packaging>

	<properties>
		<lighty.version>10.1.0</lighty.version>
		<odl.aaa.version>0.9.0</odl.aaa.version>
	
  
"></artifactId> <version>${lighty.version}</version> </dependency> <dependency> <groupId>io.lighty.modules</groupId> <artifactId>lighty-netconf-sb</artifactId> <version>${lighty.version}</version> </dependency> <dependency> <groupId>io.lighty.resources</groupId> <artifactId>singlenode-configuration</artifactId> <version>${lighty.version}</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-artifacts</artifactId> <version>${odl.aaa.version}</version> </dependency> <dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-encrypt-service</artifactId> <version>${odl.aaa.version}</version> </dependency> </dependencies> </dependencyManagement> </project>
an> -storepass "${cadi_truststore_password}" \ -keystore {{ .Values.fqi_namespace }}.trust.jks echo "*** save the generated passwords" echo "KEYSTORE_PASSWORD=${KEYSTORE_PASSWORD}" > mycreds.prop echo "TRUSTSORE_PASSWORD=${TRUSTSORE_PASSWORD}" >> mycreds.prop echo "*** change ownership of certificates to targeted user" chown -R 1000 {{ .Values.credsPath }} subChartsOnly: enabled: true flavor: small # application image image: onap/usecase-ui:5.1.0 pullPolicy: Always # application configuration msbaddr: msb-iag.{{include "common.namespace" .}}:80 mraddr: message-router.{{include "common.namespace" .}}:3904 # flag to enable debugging - application support required debugEnabled: false # default number of instances replicaCount: 1 nodeSelector: {} affinity: {} # probe configuration parameters liveness: initialDelaySeconds: 10 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: initialDelaySeconds: 10 periodSeconds: 10 service: type: NodePort name: uui portName: uui internalPort: 8443 nodePort: 98 ingress: enabled: false service: - baseaddr: "uui.api" name: "uui" port: 8443 config: ssl: "redirect" # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # # Example: # Configure resource requests and limits # ref: http://kubernetes.io/docs/user-guide/compute-resources/ # Minimum memory for development is 2 CPU cores and 4GB memory # Minimum memory for production is 4 CPU cores and 8GB memory resources: small: limits: cpu: 250m memory: 1Gi requests: cpu: 250m memory: 1Gi large: limits: cpu: 500m memory: 1Gi requests: cpu: 500m memory: 1Gi unlimited: {}