optimize size and time using "--no-cache-dir"
[appc/deployment.git] / installation / src / main / 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=10.0.11.1: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=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
35 appc.demo.provider.url=http://localhost:8181/restconf/operations/appc-provider
36 appc.provider.vfodl.url=http://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@10.0.2.1:8282/restconf/config/network-topology:network-topology/topology/topology-netconf/node/NODE_NAME/yang-ext:mount/stream-count:stream-count/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://dbhost: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://dbhost: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=OpenStackProvider
57 provider1.name=OpenStack
58 provider1.identity=http://localhost:8181/apidoc/explorer/index.html
59 provider1.tenant1.name=default
60 provider1.tenant1.domain=Default
61 provider1.tenant1.userid=admin
62 provider1.tenant1.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
63
64
65
66
67
68 ###                                                                                                                                                                                                  ###
69 ### Properties that are not covered or being replaced from default.properties files. Default value for DMaaP IP is 10.0.11.1:3904                     ###
70 ### which is what the Master HEAT Template to instantiate ONAP is pointing to (version R1).  All other default values are                     ###
71 ### left there since these are pre-defined as part of APP-C/ONAP default instantiation with Master HEAT Template                              ###
72 ###                                                                                                                                                                                                      ###
73
74
75 # Property below is valid in appc-command-executor-core,  appc-license-manager-core, appc-lifecycle-management-core, 
76 # appc-request-handler-core, appc-workflow-management-core (all from the appc-dispatcher package).
77 dmaap.poolMembers=10.0.11.1:3904
78
79
80 # appc-event-listener-bundle properties (only defined in src/test of default.properties)
81 appc.LCM.poolMembers=10.0.11.1:3904
82 appc.LCM.topic.read=APPC-LCM-READ
83 appc.LCM.topic.write=APPC-LCM-WRITE
84 appc.LCM.client.name=APPC-EVENT-LISTENER-TEST
85 appc.LCM.client.key=
86 appc.LCM.client.secret=
87 appc.LCM.provider.user=admin
88 appc.LCM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
89 appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm
90 appc.LCM.scopeOverlap.endpoint=http://localhost:8181/restconf/operations/interfaces-service:execute-service
91
92 # properties from appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle
93 poolMembers=10.0.11.1:3904
94 event.pool.members=10.0.11.1:3904
95 restconf.user=admin
96 restconf.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
97
98
99 # properties found in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle)
100 #Your OpenStack IP
101 test.ip=10.0.11.100
102 # Your OpenStack Platform's Keystone Port (default is 5000)
103 test.port=5000
104 test.tenantid=test
105 test.vmid=test
106 # Port 8774 below is default port for OpenStack's Nova API Service
107 test.url=http://api.appc.local/vm/9999999/test/99999999-9999-9999-9999-999999999999
108 #skips hypervisor check which usually occurs during iaas-adapter-bundle startup
109 org.onap.appc.iaas.skiphypervisorcheck=true
110
111
112 # Properties from default.properties in the src/test and src/main paths of appc-asdc-listener-bundle 
113 appc.sdc.host=10.0.3.1:8443
114 appc.sdc.env=APPC-ASDC-ENV
115 appc.sdc.user=test
116 appc.sdc.pass=test
117 appc.sdc.consumer=APPC-ASDC-CONSUMER
118 appc.sdc.consumer.id=APPC-ASDC-CONSUMER-ID
119 appc.sdc.provider.url=http://localhost:8181/restconf/operations/AsdcMessage:configuration-document-request
120
121 # Properties used by EventSenderDmaapImpl.java
122 DCAE.dmaap.event.topic.write=EventSenderTest
123 DCAE.dmaap.event.username=test
124 DCAE.dmaap.event.password=test
125 DCAE.dmaap.event.poolMembers=10.0.11.1:3904
126
127 # OAM Listener
128 appc.OAM.disabled=true
129 appc.OAM.provider.url=http://localhost:8181/restconf/operations/appc-oam
130 appc.OAM.poolMembers=10.0.11.1:3904
131 appc.OAM.service=ueb
132 appc.OAM.topic.read=testOAM
133 appc.OAM.topic.write=testOAM
134 appc.OAM.client.name=testOAM
135 appc.OAM.provider.user=admin
136 appc.OAM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
137
138 #Properties for communication between appc dmaap microservice and appc
139 appc.srvcomm.messaging.username=appc
140 appc.srvcomm.messaging.password=onapappc
141 appc.srvcomm.messaging.url=http://localhost:8080/publish