Initial OpenECOMP appc/deployment commit
[appc/deployment.git] / installation / src / main / appc-properties / appc.properties
1 ###                                             ###
2 ### Closed-Loop 1607 Properties (for demo)  ###
3 ###                                             ###
4 appc.ClosedLoop1607.poolMembers=10.0.11.1:3904
5 appc.ClosedLoop1607.topic.read=APPC-CL
6 appc.ClosedLoop1607.topic.write=APPC-CL
7 appc.ClosedLoop1607.client.name=APPC-TEST-CLIENT-DEMO-EXAMPLE
8 appc.ClosedLoop1607.client.name.id=0
9 #dmaap.client.key=J6JsbtSm4By5CWAr
10 #dmaap.client.secret=kmadWKmItZTnajR9rBmcRCXG
11 appc.ClosedLoop1607.threads.queuesize.min=1
12 appc.ClosedLoop1607.threads.queuesize.max=1000
13 appc.ClosedLoop1607.threads.poolsize.min=1
14 appc.ClosedLoop1607.threads.poolsize.max=2
15 appc.ClosedLoop1607.provider.user=admin
16 appc.ClosedLoop1607.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
17 appc.ClosedLoop1607.provider.url=http://localhost:8181/restconf/operations/appc-provider
18 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/
19
20 # The properties right below are needed to properly call the Master DG to serve demo purposes
21 appc.service.logic.module.name=APPC
22 appc.topology.dg.method=topology-operation-all
23 appc.topology.dg.version=2.0.0
24
25
26
27
28
29 ###                                                                                                                                                ###
30 ### OpenStack credentials (these properties also are used in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle) ###
31 ###                                                                                                                                                ###
32 provider1.type=test
33 provider1.name=test
34 provider1.identity=<OPENSTACK_IDENTITY_API_URL>
35 provider1.tenant1.name=test
36 provider1.tenant1.userid=test
37 provider1.tenant1.password=test
38
39
40
41
42
43 ###                                                                                                                                                                                                  ###
44 ### Properties that are not covered or being replaced from default.properties files. Default value for DMaaP IP is 10.0.11.1:3904                     ###
45 ### which is what the Master HEAT Template to instantiate OpenECOMP is pointing to (version R1).  All other default values are                     ###
46 ### left there since these are pre-defined as part of APP-C/OpenECOMP default instantiation with Master HEAT Template                              ###
47 ###                                                                                                                                                                                                      ###
48
49
50 # Property below is valid in appc-command-executor-core,  appc-license-manager-core, appc-lifecycle-management-core, 
51 # appc-request-handler-core, appc-workflow-management-core (all from the appc-dispatcher package).
52 dmaap.poolMembers=10.0.11.1:3904
53
54
55 # appc-event-listener-bundle properties (DMaaP topics need to be defined in default.properties files in src/main and src/test).
56 appc.ClosedLoop.poolMembers=10.0.11.1:3904
57 appc.ClosedLoop.client.key=testCL
58 appc.ClosedLoop.client.secret=testCL
59 appc.ClosedLoop.provider.url=https://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@localhost:8443/restconf/operations/appc-provider:topology-operation
60 appc.ClosedLoop.provider.url.user=admin
61 appc.ClosedLoop.provider.url.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
62 test.vm_url=<OPENSTACK_API_URL>
63
64
65 # appc-event-listener-bundle properties (only defined in src/test of default.properties)
66 appc.LCM.poolMembers=10.0.11.1:3904
67 appc.LCM.topic.read=testLCM
68 appc.LCM.topic.write=testLCM
69 appc.LCM.client.name=APPC-EVENT-LISTENER-TEST
70 appc.LCM.provider.user=admin
71 appc.LCM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
72
73
74 # properties from appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle
75 poolMembers=10.0.11.1:3904
76 event.pool.members=10.0.11.1:3904
77 restconf.user=admin
78 restconf.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
79
80
81 # properties found in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle)
82 #Your OpenStack IP
83 test.ip=<TEST_IP>
84 # Your OpenStack Platform's Keystone Port (default is 5000)
85 test.port=<TEST_PORT>
86 test.tenantid=test
87 test.vmid=test
88 # Port 8774 below is default port for OpenStack's Nova API Service
89 test.url=<TEST_URL>
90
91
92 # Properties from default.properties in the src/test and src/main paths of appc-asdc-listener-bundle 
93 appc.asdc.host=10.0.3.1:8443
94 appc.asdc.env=APPC-ASDC-ENV
95 appc.asdc.user=test
96 appc.asdc.pass=test
97 appc.asdc.consumer=APPC-ASDC-CONSUMER
98 appc.asdc.consumer.id=APPC-ASDC-CONSUMER-ID
99 appc.asdc.provider.url=http://localhost:8181/restconf/operations/AsdcMessage:configuration-document-request
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121