aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src/main/properties
AgeCommit message (Collapse)AuthorFilesLines
2018-03-29add AAF configuration filesRyan Young1-0/+54
add cadi.properties, shiro.ini, and updated startODL.sh Change-Id: I04ec254050b4820d7e536e38a0946b4a4d920275 Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-404
2018-02-12Add missing dmaap auth propertiesPatrick Brady1-0/+2
The key and secret properties did not exist in the appc properties file which was causing appc-dg-common to fail to start since the properties were coming back as null. Change-Id: Ifffe5d5977e10282b20dd07ca26cb63f47751404 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-588
2017-12-13Deployment onap renamePatrick Brady2-10/+10
Changing org.openecomp.appc names to org.onap.appc Change-Id: I729f6ce253de8351ae5e3da2e334b1bae155b67d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-11-20Adding missing lcm url propertyPatrick Brady1-0/+1
Change-Id: If98fc6edb59b3eb98326239f912835562bf1d734 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-Id: APPC-309
2017-10-31Adding openstack domain propertyPatrick Brady1-0/+1
Change-Id: I52840d1424a59290189de855cd7a7927d41392f5 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-300
2017-10-30Add flow controller propertiesPatrick Brady1-0/+23
Change-Id: I72402f2c5ba330a81dbf80a7dfd5a112842e9897 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-299
2017-10-26Adding new features to installPatrick Brady1-0/+29
Change-Id: Ibbbb2efc5658eb28673d76b822a7ccbcaec4197b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-296
2017-10-20Adding skip hypervisor check propertyPatrick Brady1-0/+2
The property should default to true so that iaas does not fail. Change-Id: I8bb6ddd818191801b4c1d59e1cb405eb3f2e1b69 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-282
2017-10-12Change dmaap demo topicPatrick Brady1-2/+2
The topic did not match what policy is going to send. Change-Id: I70dfb889864bf5b7f2bb951ebe2f4662582d4bb3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-272
2017-10-10Update appc.properties for Closed Loop topic namesScott Seabolt1-2/+2
Added topic names APPC-LCM-READ and APPC-LCM-WRITE for the LCM Read and Write topics Issue-Id: APPC-265 Change-Id: I46fd41467f88d651f43b9e4d8e02cda81a522a0a Signed-off-by: Scott Seabolt <js9808@att.com>
2017-09-26Change to openstack conn propertiesPatrick Brady1-6/+6
Adding openstack connection properties so that the iaas adapter will have a valid endpoint of some kind and will not cause startup delays and failures. Change-Id: I817236d87602f3c5f7afb2116eb37facff903ac9 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-235
2017-09-26New version of the aaiclient.propertiesPatrick Brady1-104/+98
This is a new version of the properties file. Modified version of the file that sdnc uses. Change-Id: Ib927ece901654ab0cbd86d46e1d3434439768439 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-136
2017-09-25Fix dblib.propertiesMarcus G K Williams1-0/+1
Added missing property in dblib.properties to specify mariadb JDBC connector. Issue-Id: CCSDK-104 Change-Id: Ia1029a26f57e6d9b35d223e025fa6399a4af6661 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-09-20Changing properties from asdc to sdcPatrick Brady1-7/+7
Change-Id: I4c346f67c2264f10ae5828bbb20bd9be039c54eb Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-222
2017-09-19Update APPC properties to match CCSDK artifactsHector Anapan3-25/+25
This is to modify some property files to point to new sdnc directory path (from /opt/openecomp/sdnc to /opt/onap/sdnc) since the new base image (ccsdk image) does not have the /opt/openecomp/sdnc path anymore which is causing errors during docker-compose deployment. Change-Id: I755562c19d22c254eb811b668cf80a28c4fe9e64 Signed-off-by: Hector Anapan <ha076r@att.com> Issue-Id: APPC-218
2017-08-30Adding required DB table for LCM functionalityHector Anapan1-2/+8
1) Added the DB hostnames to map to the MySQL container's docker IP in APP-C Container's /etc/hosts, then 2) added installAppcDb.sh to create the "appcctl" database and its "transactions" table (in appcctl.dump) since it is needed to complete the LCM functionality, then 3) added some properties in appc.properties since they were used in local testing, but need to double check if they are absolutely necessary Change-Id: I7be65412ea4a87f7295adc9b6a69fe7ad917d62c Signed-off-by: Hector Anapan <ha076r@att.com> Issue: [APPC-122] Signed-off-by: Hector Anapan <ha076r@att.com>
2017-08-16Changing AAIService Bundle to use AAI PropertiesHector Anapan3-0/+74
This code changes the docker-compose.yml's SDNC_CONFIG_DIR env.variable in the "appc" service that deploys the appc container to point to appc's aaiclient.properties instead of the sdnc's aiiclient.properties. In doing so, some properties had to be moved to the new SDNC_CONFIG_DIR's appc properties folder path so SDNC karaf features are installed correctly. Also, replacing the AAIClient p12 keystore by converting the validated jks file to this new p12 keystore certificate. Change-Id: I6ee5bd56f4403cb575fdc93ded8eebc6a7a5cc4b Signed-off-by: Hector Anapan <ha076r@att.com> Issue: [APPC-129]
2017-08-14OAM operations - deploymentHao Kuang1-0/+10
Add new APPC features for oam, command-executor and lifecycle-management. Includes these user stories: APPC-39/41/43/44/45/46/52/77. Issue Id: APPC-38 Change-Id: I374fb363a46158fbf867228857c932b4da553fac Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
2017-08-11Modifying code to point to AAIService PropertiesHector Anapan1-0/+36
Adding dblib.properties (mysql credential properties to the sdnctl db), modifying setenv.sh (used to define property values to mysql - such as authenticating against the MySQL DB's) and adding the APPC_CONFIG_DIR env variable as part of the Dockerfile. Patch: Reverted Unintentional changes to the docker-compose template. Patch: Changed some formatting as per Marcus's suggestions Change-Id: I7cf9d90405bb4d552779cd0cd8a4f01525bdd823 Signed-off-by: Hector Anapan <ha076r@att.com> Issue: [APPC-129]
2017-08-04Changing scripts & properties for A&AI connectionroot2-0/+368
Modifying and adding new folders, properties files, and scripts to set up APP-C to be able to connect to A&AI. Also, providing general certificates to connect to a standard A&AI instance. Change-Id: I511dabf7638b947abe800147545e3032919d5144 Signed-off-by: root <ha076r@att.com> Issue: [APPC-122]