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