aboutsummaryrefslogtreecommitdiffstats
path: root/installation
AgeCommit message (Collapse)AuthorFilesLines
2017-11-01Update initialization of VNF_DG_MAPPING tableSkip Wonnell1-1/+8
Update the data to be loaded into the table Move source location of the data to the sqlData.dump file Remove old source location (VNF_DG_MAPPING.sql) Update install.sh to remove call to VNF_DG_MAPPING.sql Issue-ID: [APPC-295] Change-Id: I525fb0f717237388d04989fe49eca3e6498b09ef Signed-off-by: Skip Wonnell <skip@att.com>
2017-10-31Script to populate tablesPatrick Brady2-0/+17
Change-Id: I05a4d871b7b70aacc46038fdc442d003823ee714 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-295
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-30Aai client not set to installPatrick Brady2-2/+4
Change-Id: I3997d87a5f9cc125a5358d5e5d748779b27072ae Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id:APPC-296
2017-10-30Updating dg-loader jar downloadPatrick Brady1-0/+4
Change-Id: I78141c7b8663dab68cca1b0d34737d73043096ea Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-287
2017-10-26Adding new features to installPatrick Brady3-2/+47
Change-Id: Ibbbb2efc5658eb28673d76b822a7ccbcaec4197b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-296
2017-10-24Handle dg-loader DGs approach with platform-logicHector Anapan-Lavalle1-7/+13
This commit takes care of adding the necessary code to be able to: 1) Convert JSON DGs to XML DGs in the dg-loader-dgs path 2) Load & Activate these converted XML DGs into the MySQL DB This approach is used in appc.git's dg-loader-provider to handle DGs. Combining platform-logic approach and dg-loader-provider approach to handle DGs coming from these two separate paths. Change-Id: I46505a3380afcdd3c6794e24fda75aef62ccc58f Signed-off-by: Hector Anapan-Lavalle <ha076r@att.com> Issue-Id:[APPC-287]
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-12Install wget in appc container for APPC-270root1-0/+1
Installing wget inside the APPC docker container to support the fix in [APPC-270] Change-Id: I6d2f636001ae1bf59a846b1a2c37898a36872f31 Signed-off-by: root <ha076r@att.com> Issue-Id: [APPC-273]
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-11Fix ODL Carbon Bouncy Castle IssueHector Anapan1-3/+4
This fix will use the appropriate version and JARs of the bouncy castle feature that should fix the netconf error going on during VF Netconf/Restconf mounting process in APPC. Change-Id: Iafb8cd1e434e5a08d0d98d5f8106efa95e03aa83 Signed-off-by: Hector Anapan <ha076r@att.com> Issue-Id: [APPC-270]
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-10-03no need to hardcode db IP@ as docker handles itSylvain Desbureaux1-9/+0
Change-Id: I9bc6e8715244dbe6d8cc43d52798200532c2553c Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Issue-id: APPC-256
2017-09-27Update appc/deployment to ccsdk parentMarcus G K Williams1-4/+4
Also updating what seem like disused version numbers in pom and sdnc install script for documentation purposes. Though these should probably be removed if they are not used. Issue-Id: CCSDK-104 Change-Id: Icdb2a456bf45e36f19c0644b3ce4357b4161e764 Signed-off-by: Marcus G K Williams <marcus.williams@intel.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-26Removing sdnc resource assignment from startPatrick Brady3-0/+106
The sdnc resource assignment provider is failing to start, plus it is a component that we are not using. This change allows us to modify the sdnc start script so that component does not start. Change-Id: Ie48345aa7834393e08070dd6a022e7cc1a4cc5d8 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: CCSDK-102
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-25Undoing the temporary ccsdk versionPatrick Brady1-1/+1
Going back to the latest ccsdk version, instead of using an old version. Change-Id: I931c141abc802e49d55f9779549162b365746433 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: CCSDK-95
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-19Adding sql for new appc tablesPatrick Brady2-0/+662
Change-Id: Ia7a3bc1e09469c677c105abca118ba402815ae9a Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-206
2017-09-19Change asdc listener to sdcPatrick Brady2-3/+3
Change-Id: Ic93b384f3274e8cf64ab61d63d1065068c2371ab Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-222
2017-09-19Update APPC properties to match CCSDK artifactsHector Anapan4-26/+26
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-09-18Temporary change of ccsdk versionPatrick Brady1-1/+1
Change-Id: I503b8f59d7f68b1dbd415f239102e405de93d984 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: CCSDK-95
2017-09-07Changes for ccsdk and new ODL versionPatrick Brady3-3/+3
Change-Id: I8e19e7b1bb7ea0d36f07ed687cdf90533e147c38 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-Id: APPC-91 Issue-Id: APPC-158
2017-08-31Modified deployment script for new featureKalpesh Chaniyara2-2/+4
Modified deployment script to include new feature appc-sequence-generator Issue-Id : APPC-178 Change-Id: Ie223543d4ec8c3eb20ce318594970fcd784df8e1 Signed-off-by: Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com>
2017-08-30Adding required DB table for LCM functionalityHector Anapan6-15/+99
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-28Fixing LCM action on 500 Server ErrorHector Anapan1-2/+2
As per the latest APPC Docker Image in ONAP Nexus3, logging into the API Explorer (<APPC_IP>:8282/apidoc/explorer/index.html) then triggering any LCM action in appc-provider-lcm (ex: lcm restart) fails with 500 Server Error. This commit fix this by re-ordering the way that the APP-C karaf features are installed in such a way that the domain-model-lib artifact and other dependencies are found when triggering the LCM actions. Change-Id: I4177df8a5a034500b889a714599aa71f22395de6 Signed-off-by: Hector Anapan <ha076r@att.com> Issue: [APPC-169]
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-15Changing sdnc docker image versionPatrick Brady1-1/+1
The current sdnc docker image has a bug where the incorrect artifacts are present. Until we make the change over the the new ccsdk images, this temporary change will allow our appc image to work again. The change is to use an older version of the sdnc docker image. Change-Id: I7565a36b619f8f2cdc567f57e63a12a97671b27a Signed-off-by: Patrick Brady <pb071s@att.com> Issue-Id: SDNC-56
2017-08-14OAM operations - deploymentHao Kuang3-2/+18
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 Anapan2-3/+41
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 connectionroot4-17/+303
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-21Updating sdnc version [APPC-15]Patrick Brady1-1/+1
Change-Id: If82cdfb15b0961ca8abd02ee29a56a4457bbad3d Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-19[LICENSE] Updating licenses as per legal decisionroot4-8/+12
Change-Id: Iaa769b9446688358da0fdc844fe80747a8dd35a4 Signed-off-by: root <ha076r@att.com>
2017-06-16Adding new ansible adapter to install scriptsPatrick Brady2-2/+4
[feature/APPC-6] Change-Id: Ib70c272b1538fed94d0721351c48fd61b6fd1f2d Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-16Switching back to a stable version of sdnc imagePatrick Brady1-1/+1
Change-Id: I22d3b081a670aab940fecc8837ce416cc3aaac75 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-13Updating the sdnc docker image versionPatrick Brady1-1/+1
Change-Id: Iaa08144991bc79394968227831a04ea666a0f30e Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-13Enabling install of iaas-adapterPatrick Brady2-3/+5
For task [APPC-4] Change-Id: Ide972c5078a04e6d63433dd7af168e59c49f1047 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-05Deployment changes to support appc rebasePatrick Brady3-47/+21
Change-Id: I8217dafeb8fe1f5b93d01bb8f666573d5c652d88 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-05-16update copyright to avoid noisy diff after buildGuo Ruijing3-1/+61
Change-Id: I50d213f4d22dff2e211258a3e536dc1a50618b78 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-04-27Change docker taggingPatrick Brady1-2/+36
Add script to check if a snapshot or release is being built. Create the appropriate docker tags for each case. Change-Id: Iac3e1804222a4ce838a3fb8a2130036ec0cda40d Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-26Adding back docker staging tag with the timestampPatrick Brady1-1/+1
Change-Id: I5e1be822e3011edbb292b9438b5a63c5ba68575d Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-20Modify installFeatures.sh scriptPatrick Brady1-3/+17
Adding a while loop around each call to the opendaylight karaf client. If the client is not available it will try again up to 10 times. The new version of opendaylight seems to have delays after installing sdnc components which can cause errors for the appc components. These script changes fix allow the install script to wait for opendaylight to become available. Change-Id: I31d7e365fd528d015f1d4d07a7f67f55c058d1d0 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-11Fix appc deployment build failureKanagaraj Manickam k003651061-3/+3
basic unix command such as bash, find are hard coded with complete path which causes build failure. As these commands are always available in system path, the hard-coded path is removed to pass the build Change-Id: I37d1a112dfce811c1074bb7f3af2865b3d221381 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
2017-04-07Changing sdnc versionsPatrick Brady1-1/+1
Changing to sdnc root pom version 1.1 and to sdnc docker image version 1.1-SNAPSHOT in order to support the change to opendaylight Boron. Change-Id: I6cfcc864d816771c8bf66003313b2d5c42a88c38 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-22Correcting docker image tag mistakePatrick Brady1-1/+1
Docker image name was only supposed to have major and minor version. Change-Id: I34032ffb5cfb07c9d99ed289368f7a7915cd650f Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-22Changing docker image taggingPatrick Brady2-3/+3
Change-Id: Ia01e0821d736ba0035eeabaf221efab32c5f838f Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-17Merge "Add default path for mvn settings file"Patrick Brady1-0/+27