Deployment changes to support appc rebase
[appc/deployment.git] / installation / src / main / appc-properties / appc.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # openECOMP : APP-C
4 # ================================================================================
5 # Copyright (C) 2017 OpenECOMP
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 ###
20
21 ###                                             ###
22 ### Properties for demo  ###
23 ###                                             ###
24 appc.demo.poolMembers=10.0.11.1:3904
25 appc.demo.topic.read=APPC-DEMO-TOPIC
26 appc.demo.topic.write=APPC-DEMO-TOPIC
27 appc.demo.client.name=appcDemoEventListener
28 appc.demo.threads.queuesize.min=1
29 appc.demo.threads.queuesize.max=1000
30 appc.demo.threads.poolsize.min=1
31 appc.demo.threads.poolsize.max=2
32 appc.demo.provider.user=admin
33 appc.demo.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
34 appc.demo.provider.url=http://localhost:8181/restconf/operations/appc-provider
35 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/sample-plugin:sample-plugin/pg-streams/
36
37 # The properties right below are needed to properly call the Master DG to serve demo purposes
38 appc.service.logic.module.name=APPC
39 appc.topology.dg.method=topology-operation-all
40 appc.topology.dg.version=2.0.0
41
42
43
44
45
46 ###                                                                                                                                                ###
47 ### OpenStack credentials (these properties also are used in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle) ###
48 ###                                                                                                                                                ###
49 provider1.type=test
50 provider1.name=test
51 provider1.identity=http://identity1.appc.local/test
52 provider1.tenant1.name=test
53 provider1.tenant1.userid=test
54 provider1.tenant1.password=test
55
56
57
58
59
60 ###                                                                                                                                                                                                  ###
61 ### Properties that are not covered or being replaced from default.properties files. Default value for DMaaP IP is 10.0.11.1:3904                     ###
62 ### which is what the Master HEAT Template to instantiate OpenECOMP is pointing to (version R1).  All other default values are                     ###
63 ### left there since these are pre-defined as part of APP-C/OpenECOMP default instantiation with Master HEAT Template                              ###
64 ###                                                                                                                                                                                                      ###
65
66
67 # Property below is valid in appc-command-executor-core,  appc-license-manager-core, appc-lifecycle-management-core, 
68 # appc-request-handler-core, appc-workflow-management-core (all from the appc-dispatcher package).
69 dmaap.poolMembers=10.0.11.1:3904
70
71
72 # appc-event-listener-bundle properties (only defined in src/test of default.properties)
73 appc.LCM.poolMembers=10.0.11.1:3904
74 appc.LCM.topic.read=testLCM
75 appc.LCM.topic.write=testLCM
76 appc.LCM.client.name=APPC-EVENT-LISTENER-TEST
77 appc.LCM.provider.user=admin
78 appc.LCM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
79
80
81 # properties from appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle
82 poolMembers=10.0.11.1:3904
83 event.pool.members=10.0.11.1:3904
84 restconf.user=admin
85 restconf.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
86
87
88 # properties found in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle)
89 #Your OpenStack IP
90 test.ip=10.0.11.100
91 # Your OpenStack Platform's Keystone Port (default is 5000)
92 test.port=5000
93 test.tenantid=test
94 test.vmid=test
95 # Port 8774 below is default port for OpenStack's Nova API Service
96 test.url=http://api.appc.local/vm/9999999/test/99999999-9999-9999-9999-999999999999
97
98
99 # Properties from default.properties in the src/test and src/main paths of appc-asdc-listener-bundle 
100 appc.asdc.host=10.0.3.1:8443
101 appc.asdc.env=APPC-ASDC-ENV
102 appc.asdc.user=test
103 appc.asdc.pass=test
104 appc.asdc.consumer=APPC-ASDC-CONSUMER
105 appc.asdc.consumer.id=APPC-ASDC-CONSUMER-ID
106 appc.asdc.provider.url=http://localhost:8181/restconf/operations/AsdcMessage:configuration-document-request
107
108 # Properties used by EventSenderDmaapImpl.java
109 DCAE.dmaap.event.topic.write=EventSenderTest
110 DCAE.dmaap.appc.username=test
111 DCAE.dmaap.appc.password=test
112 DCAE.dmaap.event.pool.members=10.0.11.1:3904
113