Merge "[UUI] Service Mesh Compliance for UUI"
[oom.git] / kubernetes / appc / resources / config / appc / opt / onap / appc / data / properties / appc.properties
1 {{/*
2 ###
3 # ============LICENSE_START=======================================================
4 # APPC
5 # ================================================================================
6 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
7 # Modifications Copyright © 2018 Amdocs,Bell Canada
8 # ================================================================================
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12 #
13 #      http://www.apache.org/licenses/LICENSE-2.0
14 #
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20 # ============LICENSE_END=========================================================
21 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
22 ###
23 */}}
24
25 ###                                            ###
26 ### Properties for demo  ###
27 ###                                            ###
28 appc.demo.poolMembers=message-router.{{.Release.Namespace}}:3904
29 appc.demo.topic.read=APPC-CL
30 appc.demo.topic.write=APPC-CL
31 appc.demo.client.name=appcDemoEventListener
32 appc.demo.threads.queuesize.min=1
33 appc.demo.threads.queuesize.max=1000
34 appc.demo.threads.poolsize.min=1
35 appc.demo.threads.poolsize.max=2
36 appc.demo.provider.user={{.Values.config.odlUser}}
37 appc.demo.provider.pass={{.Values.config.odlPassword}}
38 appc.demo.provider.url=http://localhost:8181/restconf/operations/appc-provider
39 appc.provider.vfodl.url=http://{{.Values.config.odlUser|urlquery}}:{{.Values.config.odlPassword|urlquery}}@localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/NODE_NAME/yang-ext:mount/stream-count:stream-count/streams/
40
41 # The properties right below are needed to properly call the Master DG to serve demo purposes
42 appc.service.logic.module.name=APPC
43 appc.topology.dg.method=topology-operation-all
44 appc.topology.dg.version=2.0.0
45
46 # TEMP - Properties that might be needed to make the AAI-APPC connection
47 org.onap.appc.db.url.appcctl=jdbc:mysql://{{.Values.config.mariadbGaleraSVCName}}:3306/{{.Values.config.appcdb.dbName}}
48 org.onap.appc.db.user.appcctl=${APPC_DB_USER}
49 org.onap.appc.db.pass.appcctl=${APPC_DB_PASSWD}
50
51 org.onap.appc.db.url.sdnctl=jdbc:mysql://{{.Values.config.mariadbGaleraSVCName}}:3306/{{.Values.config.sdncdb.dbName}}
52 org.onap.appc.db.user.sdnctl=${SDNC_DB_USER}
53 org.onap.appc.db.pass.sdnctl=${SDNC_DB_PASSWD}
54
55
56 ###                                                                                                                                        ###
57 ### OpenStack credentials (these properties also are used in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle) ###
58 ###                                                                                                                                        ###
59 provider1.type={{.Values.config.openStackType}}
60 provider1.name={{.Values.config.openStackName}}
61 provider1.identity={{.Values.config.openStackKeyStoneUrl}}
62 provider1.tenant1.name={{.Values.config.openStackServiceTenantName}}
63 provider1.tenant1.domain={{.Values.config.openStackDomain}}
64 provider1.tenant1.userid={{.Values.config.openStackUserName}}
65 provider1.tenant1.password={{.Values.config.openStackEncryptedPassword}}
66
67 ###                                                                                                                                                ###
68 ### Properties that are not covered or being replaced from default.properties files. Default value for DMaaP IP is 10.0.11.1:3904                  ###
69 ### which is what the Master HEAT Template to instantiate OpenECOMP is pointing to (version R1).  All other default values are                     ###
70 ### left there since these are pre-defined as part of APP-C/OpenECOMP default instantiation with Master HEAT Template                              ###
71 ###                                                                                                                                                ###
72
73
74 # Property below is valid in appc-command-executor-core,  appc-license-manager-core, appc-lifecycle-management-core,
75 # appc-request-handler-core, appc-workflow-management-core (all from the appc-dispatcher package).
76 dmaap.poolMembers=message-router.{{.Release.Namespace}}:3904
77
78
79 # appc-event-listener-bundle properties (only defined in src/test of default.properties)
80 appc.LCM.poolMembers=message-router.{{.Release.Namespace}}:3904
81 appc.LCM.topic.read=APPC-LCM-READ
82 appc.LCM.topic.write=APPC-LCM-WRITE
83 appc.LCM.client.name=APPC-EVENT-LISTENER-TEST
84 appc.LCM.provider.user={{.Values.config.odlUser}}
85 appc.LCM.provider.pass={{.Values.config.odlPassword}}
86 appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm
87 appc.LCM.scopeOverlap.endpoint=http://localhost:8181/restconf/operations/interfaces-service:execute-service
88
89 # properties from appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle
90 poolMembers=message-router.{{.Release.Namespace}}:3904
91 event.pool.members=message-router.{{.Release.Namespace}}:3904
92 restconf.user={{.Values.config.odlUser}}
93 restconf.pass={{.Values.config.odlPassword}}
94
95
96 # properties found in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle)
97 #Your OpenStack IP
98 test.ip=10.0.11.100
99 # Your OpenStack Platform's Keystone Port (default is 5000)
100 test.port=5000
101 test.tenantid=test
102 test.vmid=test
103 # Port 8774 below is default port for OpenStack's Nova API Service
104 test.url=http://api.appc.local/vm/9999999/test/99999999-9999-9999-9999-999999999999
105 #skips hypervisor check which usually occurs during iaas-adapter-bundle startup
106 org.onap.appc.iaas.skiphypervisorcheck=true
107
108 # Properties from default.properties in the src/test and src/main paths of appc-asdc-listener-bundle
109 appc.sdc.host=sdc-be.{{.Release.Namespace}}:8443
110 appc.sdc.env=APPC-ASDC-ENV
111 appc.sdc.user=test
112 appc.sdc.pass=test
113 appc.sdc.consumer=APPC-ASDC-CONSUMER
114 appc.sdc.consumer.id=APPC-ASDC-CONSUMER-ID
115 appc.sdc.provider.url=http://localhost:8181/restconf/operations/AsdcMessage:configuration-document-request
116
117 # Properties used by EventSenderDmaapImpl.java
118 DCAE.dmaap.event.topic.write=EventSenderTest
119 DCAE.dmaap.event.username=test
120 DCAE.dmaap.event.password=test
121 DCAE.dmaap.event.poolMembers=message-router.{{.Release.Namespace}}:3904
122
123 #OAM Listener
124 appc.OAM.disabled=true
125 appc.OAM.provider.url=http://localhost:8181/restconf/operations/appc-oam
126 appc.OAM.poolMembers=message-router.{{.Release.Namespace}}:3904
127 appc.OAM.service=ueb
128 appc.OAM.topic.read=testOAM
129 appc.OAM.topic.write=testOAM
130 appc.OAM.client.name=testOAM
131 appc.OAM.provider.user={{.Values.config.odlUser}}
132 appc.OAM.provider.pass={{.Values.config.odlPassword}}
133
134 appc.asdc.env={{.Values.config.dmaapTopicEnv}}
135
136 #Properties for communication between appc dmaap microservice and appc
137 appc.srvcomm.messaging.username={{.Values.config.dmaapServiceUser}}
138 appc.srvcomm.messaging.password={{.Values.config.dmaapServicePassword}}
139 appc.srvcomm.messaging.url={{.Values.config.dmaapServiceUrl}}