blob: 3ac5aaee0bc0c050d6758ca48cb67bbba2ca5bde [file] [log] [blame]
Mandeep Khindad6ea9872017-06-24 11:49:37 -04001###
2# ============LICENSE_START=======================================================
Mandeep Khinda9f354812017-08-25 16:18:28 +00003# APPC
Mandeep Khindad6ea9872017-06-24 11:49:37 -04004# ================================================================================
Mandeep Khinda9f354812017-08-25 16:18:28 +00005# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
Mandeep Khindad6ea9872017-06-24 11:49:37 -04006# ================================================================================
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
Mandeep Khinda9743d842017-10-05 22:08:08 +000010#
Mandeep Khindad6ea9872017-06-24 11:49:37 -040011# http://www.apache.org/licenses/LICENSE-2.0
Mandeep Khinda9743d842017-10-05 22:08:08 +000012#
Mandeep Khindad6ea9872017-06-24 11:49:37 -040013# 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=========================================================
Mandeep Khinda9f354812017-08-25 16:18:28 +000019# ECOMP is a trademark and service mark of AT&T Intellectual Property.
Mandeep Khindad6ea9872017-06-24 11:49:37 -040020###
21
Mandeep Khinda9f354812017-08-25 16:18:28 +000022### ###
23### Properties for demo ###
24### ###
25appc.demo.poolMembers=dmaap.onap-message-router:3904
Alexis de Talhouëtf6b4f5f2017-11-28 10:50:57 -050026appc.demo.topic.read=APPC-CL
27appc.demo.topic.write=APPC-CL
Mandeep Khinda9f354812017-08-25 16:18:28 +000028appc.demo.client.name=appcDemoEventListener
29appc.demo.threads.queuesize.min=1
30appc.demo.threads.queuesize.max=1000
31appc.demo.threads.poolsize.min=1
32appc.demo.threads.poolsize.max=2
33appc.demo.provider.user=admin
34appc.demo.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
35appc.demo.provider.url=http://localhost:8181/restconf/operations/appc-provider
Mandeep Khindad6ea9872017-06-24 11:49:37 -040036appc.provider.vfodl.url=http://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@sdnhost.onap-appc:8282/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
39appc.service.logic.module.name=APPC
40appc.topology.dg.method=topology-operation-all
41appc.topology.dg.version=2.0.0
42
Mandeep Khinda9743d842017-10-05 22:08:08 +000043# TEMP - Properties that might be needed to make the AAI-APPC connection
44org.openecomp.appc.db.url.appcctl=jdbc:mysql://dbhost:3306/appcctl
45org.openecomp.appc.db.user.appcctl=appcctl
46org.openecomp.appc.db.pass.appcctl=appcctl
Mandeep Khindad6ea9872017-06-24 11:49:37 -040047
Mandeep Khinda9743d842017-10-05 22:08:08 +000048org.openecomp.appc.db.url.sdnctl=jdbc:mysql://dbhost:3306/sdnctl
49org.openecomp.appc.db.user.sdnctl=sdnctl
50org.openecomp.appc.db.pass.sdnctl=gamma
Mandeep Khindad6ea9872017-06-24 11:49:37 -040051
52
Mandeep Khinda9f354812017-08-25 16:18:28 +000053### ###
Mandeep Khindad6ea9872017-06-24 11:49:37 -040054### OpenStack credentials (these properties also are used in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle) ###
Mandeep Khinda9f354812017-08-25 16:18:28 +000055### ###
Mandeep Khinda9743d842017-10-05 22:08:08 +000056provider1.type=OpenStackProvider
57provider1.name=OpenStack
58provider1.identity=http://localhost:8181/apidoc/explorer/index.html
59provider1.tenant1.name=default
Alexis de Talhouëtf6b4f5f2017-11-28 10:50:57 -050060provider1.tenant1.domain=default
Mandeep Khinda9743d842017-10-05 22:08:08 +000061provider1.tenant1.userid=admin
62provider1.tenant1.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
Mandeep Khindad6ea9872017-06-24 11:49:37 -040063
64
65
66
67
Mandeep Khinda9f354812017-08-25 16:18:28 +000068### ###
69### Properties that are not covered or being replaced from default.properties files. Default value for DMaaP IP is 10.0.11.1:3904 ###
Mandeep Khindad6ea9872017-06-24 11:49:37 -040070### which is what the Master HEAT Template to instantiate OpenECOMP is pointing to (version R1). All other default values are ###
71### left there since these are pre-defined as part of APP-C/OpenECOMP default instantiation with Master HEAT Template ###
Mandeep Khinda9f354812017-08-25 16:18:28 +000072### ###
Mandeep Khindad6ea9872017-06-24 11:49:37 -040073
74
Mandeep Khinda9743d842017-10-05 22:08:08 +000075# Property below is valid in appc-command-executor-core, appc-license-manager-core, appc-lifecycle-management-core,
Mandeep Khindad6ea9872017-06-24 11:49:37 -040076# appc-request-handler-core, appc-workflow-management-core (all from the appc-dispatcher package).
77dmaap.poolMembers=dmaap.onap-message-router:3904
78
79
Mandeep Khindad6ea9872017-06-24 11:49:37 -040080# appc-event-listener-bundle properties (only defined in src/test of default.properties)
81appc.LCM.poolMembers=dmaap.onap-message-router:3904
Alexis de Talhouëtf6b4f5f2017-11-28 10:50:57 -050082appc.LCM.topic.read=APPC-LCM-READ
83appc.LCM.topic.write=APPC-LCM-WRITE
Mandeep Khindad6ea9872017-06-24 11:49:37 -040084appc.LCM.client.name=APPC-EVENT-LISTENER-TEST
85appc.LCM.provider.user=admin
86appc.LCM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
Alexis de Talhouëtf6b4f5f2017-11-28 10:50:57 -050087appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm
Mandeep Khindad6ea9872017-06-24 11:49:37 -040088
89# properties from appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle
90poolMembers=dmaap.onap-message-router:3904
91event.pool.members=dmaap.onap-message-router:3904
92restconf.user=admin
93restconf.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
94
95
96# properties found in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle)
97#Your OpenStack IP
Mandeep Khinda9f354812017-08-25 16:18:28 +000098test.ip=10.0.11.100
Mandeep Khindad6ea9872017-06-24 11:49:37 -040099# Your OpenStack Platform's Keystone Port (default is 5000)
100test.port=5000
101test.tenantid=test
102test.vmid=test
103# Port 8774 below is default port for OpenStack's Nova API Service
104test.url=http://api.appc.local/vm/9999999/test/99999999-9999-9999-9999-999999999999
Alexis de Talhouëtf6b4f5f2017-11-28 10:50:57 -0500105#skips hypervisor check which usually occurs during iaas-adapter-bundle startup
106org.openecomp.appc.iaas.skiphypervisorcheck=true
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400107
Mandeep Khinda9743d842017-10-05 22:08:08 +0000108# Properties from default.properties in the src/test and src/main paths of appc-asdc-listener-bundle
109appc.sdc.host=sdc-be.onap-sdc:8443
110appc.sdc.env=APPC-ASDC-ENV
111appc.sdc.user=test
112appc.sdc.pass=test
113appc.sdc.consumer=APPC-ASDC-CONSUMER
114appc.sdc.consumer.id=APPC-ASDC-CONSUMER-ID
115appc.sdc.provider.url=http://localhost:8181/restconf/operations/AsdcMessage:configuration-document-request
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400116
Mandeep Khinda9f354812017-08-25 16:18:28 +0000117# Properties used by EventSenderDmaapImpl.java
118DCAE.dmaap.event.topic.write=EventSenderTest
119DCAE.dmaap.appc.username=test
120DCAE.dmaap.appc.password=test
121DCAE.dmaap.event.pool.members=dmaap.onap-message-router:3904
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400122
Mandeep Khinda9f354812017-08-25 16:18:28 +0000123#OAM Listener
124appc.OAM.disabled=true
125appc.OAM.provider.url=http://localhost:8181/restconf/operations/appc-oam
126appc.OAM.poolMembers=dmaap.onap-message-router:3904
127appc.OAM.service=ueb
128appc.OAM.topic.read=testOAM
129appc.OAM.topic.write=testOAM
130appc.OAM.client.name=testOAM
131appc.OAM.provider.user=admin
132appc.OAM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U