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