Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 3 | # APPC |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 4 | # ================================================================================ |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 5 | # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 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 |
Mandeep Khinda | 9743d84 | 2017-10-05 22:08:08 +0000 | [diff] [blame] | 10 | # |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
Mandeep Khinda | 9743d84 | 2017-10-05 22:08:08 +0000 | [diff] [blame] | 12 | # |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 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========================================================= |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 19 | # ECOMP is a trademark and service mark of AT&T Intellectual Property. |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 20 | ### |
| 21 | |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 22 | ### ### |
| 23 | ### Properties for demo ### |
| 24 | ### ### |
| 25 | appc.demo.poolMembers=dmaap.onap-message-router:3904 |
Alexis de Talhouët | f6b4f5f | 2017-11-28 10:50:57 -0500 | [diff] [blame] | 26 | appc.demo.topic.read=APPC-CL |
| 27 | appc.demo.topic.write=APPC-CL |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 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 |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 36 | appc.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 |
| 39 | appc.service.logic.module.name=APPC |
| 40 | appc.topology.dg.method=topology-operation-all |
| 41 | appc.topology.dg.version=2.0.0 |
| 42 | |
Mandeep Khinda | 9743d84 | 2017-10-05 22:08:08 +0000 | [diff] [blame] | 43 | # TEMP - Properties that might be needed to make the AAI-APPC connection |
| 44 | org.openecomp.appc.db.url.appcctl=jdbc:mysql://dbhost:3306/appcctl |
| 45 | org.openecomp.appc.db.user.appcctl=appcctl |
| 46 | org.openecomp.appc.db.pass.appcctl=appcctl |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 47 | |
Mandeep Khinda | 9743d84 | 2017-10-05 22:08:08 +0000 | [diff] [blame] | 48 | org.openecomp.appc.db.url.sdnctl=jdbc:mysql://dbhost:3306/sdnctl |
| 49 | org.openecomp.appc.db.user.sdnctl=sdnctl |
| 50 | org.openecomp.appc.db.pass.sdnctl=gamma |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 51 | |
| 52 | |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 53 | ### ### |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 54 | ### OpenStack credentials (these properties also are used in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle) ### |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 55 | ### ### |
Mandeep Khinda | 9743d84 | 2017-10-05 22:08:08 +0000 | [diff] [blame] | 56 | provider1.type=OpenStackProvider |
| 57 | provider1.name=OpenStack |
| 58 | provider1.identity=http://localhost:8181/apidoc/explorer/index.html |
| 59 | provider1.tenant1.name=default |
Alexis de Talhouët | f6b4f5f | 2017-11-28 10:50:57 -0500 | [diff] [blame] | 60 | provider1.tenant1.domain=default |
Mandeep Khinda | 9743d84 | 2017-10-05 22:08:08 +0000 | [diff] [blame] | 61 | provider1.tenant1.userid=admin |
| 62 | provider1.tenant1.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 63 | |
| 64 | |
| 65 | |
| 66 | |
| 67 | |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 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 ### |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 70 | ### 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 Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 72 | ### ### |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 73 | |
| 74 | |
Mandeep Khinda | 9743d84 | 2017-10-05 22:08:08 +0000 | [diff] [blame] | 75 | # Property below is valid in appc-command-executor-core, appc-license-manager-core, appc-lifecycle-management-core, |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 76 | # appc-request-handler-core, appc-workflow-management-core (all from the appc-dispatcher package). |
| 77 | dmaap.poolMembers=dmaap.onap-message-router:3904 |
| 78 | |
| 79 | |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 80 | # appc-event-listener-bundle properties (only defined in src/test of default.properties) |
| 81 | appc.LCM.poolMembers=dmaap.onap-message-router:3904 |
Alexis de Talhouët | f6b4f5f | 2017-11-28 10:50:57 -0500 | [diff] [blame] | 82 | appc.LCM.topic.read=APPC-LCM-READ |
| 83 | appc.LCM.topic.write=APPC-LCM-WRITE |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 84 | appc.LCM.client.name=APPC-EVENT-LISTENER-TEST |
| 85 | appc.LCM.provider.user=admin |
| 86 | appc.LCM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
Alexis de Talhouët | f6b4f5f | 2017-11-28 10:50:57 -0500 | [diff] [blame] | 87 | appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 88 | |
| 89 | # properties from appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle |
| 90 | poolMembers=dmaap.onap-message-router:3904 |
| 91 | event.pool.members=dmaap.onap-message-router:3904 |
| 92 | restconf.user=admin |
| 93 | restconf.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 Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 98 | test.ip=10.0.11.100 |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 99 | # Your OpenStack Platform's Keystone Port (default is 5000) |
| 100 | test.port=5000 |
| 101 | test.tenantid=test |
| 102 | test.vmid=test |
| 103 | # Port 8774 below is default port for OpenStack's Nova API Service |
| 104 | test.url=http://api.appc.local/vm/9999999/test/99999999-9999-9999-9999-999999999999 |
Alexis de Talhouët | f6b4f5f | 2017-11-28 10:50:57 -0500 | [diff] [blame] | 105 | #skips hypervisor check which usually occurs during iaas-adapter-bundle startup |
| 106 | org.openecomp.appc.iaas.skiphypervisorcheck=true |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 107 | |
Mandeep Khinda | 9743d84 | 2017-10-05 22:08:08 +0000 | [diff] [blame] | 108 | # Properties from default.properties in the src/test and src/main paths of appc-asdc-listener-bundle |
| 109 | appc.sdc.host=sdc-be.onap-sdc:8443 |
| 110 | appc.sdc.env=APPC-ASDC-ENV |
| 111 | appc.sdc.user=test |
| 112 | appc.sdc.pass=test |
| 113 | appc.sdc.consumer=APPC-ASDC-CONSUMER |
| 114 | appc.sdc.consumer.id=APPC-ASDC-CONSUMER-ID |
| 115 | appc.sdc.provider.url=http://localhost:8181/restconf/operations/AsdcMessage:configuration-document-request |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 116 | |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 117 | # Properties used by EventSenderDmaapImpl.java |
| 118 | DCAE.dmaap.event.topic.write=EventSenderTest |
| 119 | DCAE.dmaap.appc.username=test |
| 120 | DCAE.dmaap.appc.password=test |
| 121 | DCAE.dmaap.event.pool.members=dmaap.onap-message-router:3904 |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 122 | |
Mandeep Khinda | 9f35481 | 2017-08-25 16:18:28 +0000 | [diff] [blame] | 123 | #OAM Listener |
| 124 | appc.OAM.disabled=true |
| 125 | appc.OAM.provider.url=http://localhost:8181/restconf/operations/appc-oam |
| 126 | appc.OAM.poolMembers=dmaap.onap-message-router:3904 |
| 127 | appc.OAM.service=ueb |
| 128 | appc.OAM.topic.read=testOAM |
| 129 | appc.OAM.topic.write=testOAM |
| 130 | appc.OAM.client.name=testOAM |
| 131 | appc.OAM.provider.user=admin |
| 132 | appc.OAM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |