aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src
AgeCommit message (Collapse)AuthorFilesLines
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 Anapan5-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 connectionroot3-0/+254
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]
2017-06-19[LICENSE] Updating licenses as per legal decisionroot1-2/+3
Change-Id: Iaa769b9446688358da0fdc844fe80747a8dd35a4 Signed-off-by: root <ha076r@att.com>
2017-06-05Deployment changes to support appc rebasePatrick Brady1-43/+17
Change-Id: I8217dafeb8fe1f5b93d01bb8f666573d5c652d88 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-05-16update copyright to avoid noisy diff after buildGuo Ruijing1-0/+20
Change-Id: I50d213f4d22dff2e211258a3e536dc1a50618b78 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-03-02Correcting windows line endingsPatrick Brady1-119/+119
Change-Id: I939cb5a069c819ec0958a2f5887bbc8183a2b936 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-02Modifying app.propertiesPatrick Brady1-121/+119
Change-Id: Id51f821eb7c96a4619b399365b6fcc907dfc73bd Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-02Adding fake urls in place of placeholdersPatrick Brady1-2/+2
Placeholders were causing errors during install, replacing them with valid urls Change-Id: Iacc341b7f2def1ba37e6b04e24392f95dc504a6a Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-13Initial OpenECOMP appc/deployment commitPatrick Brady2-0/+121
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9 Signed-off-by: Patrick Brady <pb071s@att.com>