summaryrefslogtreecommitdiffstats
path: root/platform-logic
AgeCommit message (Collapse)AuthorFilesLines
2017-11-10Changing to Amsterdam release versionPatrick Brady3-6/+6
Appc will be realeased as version 1.2.0 since version 1.1.0 already was created spring 2017. Also changing ccsdk version to their released version. Change-Id: I5e9864f8d506812ceab3b4b81a53be37c578a86e Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-314
2017-11-06Load correct dgPatrick Brady1-236/+334
Fix for vFW use case. The older version of a dg was being loaded which caused modifyConfig to fail. Change-Id: I27382b141dab18b2a05b8daa933fabf4fe002277 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-Id: APPC-313
2017-11-01Update dg commit from appc repoPatrick Brady68-608/+4170
This commit is just moving over dg files that were commited to the appc repo into the deployment repo. Changes being moved over: 21315, 21563, 21679 Large number of lines show as changed because some of the json files were formatted out of being a single long line, into multiple lines. Change-Id: I3202875afd13280b1d5e2f8ae6a07b85cf7d6cfc Signed-off-by: Patrick Brady <pb071s@att.com>\ Issue-id: APPC-302 Issue-id: APPC-293
2017-11-01Update initialization of VNF_DG_MAPPING tableSkip Wonnell2-59/+0
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-30Updating dg-loader jar downloadPatrick Brady1-5/+6
Change-Id: I78141c7b8663dab68cca1b0d34737d73043096ea Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-287
2017-10-24Handle dg-loader DGs approach with platform-logicHector Anapan-Lavalle4-3/+200
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-18Remove license from json dgsHector Anapan118-0/+17098
Removing the license comment from all of the JSON DGs from the dg-loader. Also, changing the JSON DGs service-logic element to point to ONAP instead of OPENECOMP path (as compared from the original JSON DGs hosted in appc-directed-graph/appc-dgraph/provider/src/main/resources/json path. Change-Id: I35f3f6f509b15e1854682d49461fa9d3960d3af8 Signed-off-by: Hector Anapan <ha076r@att.com> Issue-Id: [APPC-293] Signed-off-by: Hector Anapan <ha076r@att.com>
2017-10-17Correcting restart DGPatrick Brady2-5/+5
Change-Id: I624ad42e113cef78c5f518390f0a6386b173c5fb Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-279
2017-10-13Update Generic_Restart DG for Named QueryScott Seabolt2-2/+2
Update Generic_Restart DG to correct space after prefix for AAI Named Query Issue-ID: APPC-268 Change-Id: I3b9a28404b32e0cc9576a69bd0f737561585ebe7 Signed-off-by: Scott Seabolt <js9808@att.com>
2017-10-11Update Generic_Restart DG XMLScott Seabolt1-1/+1
Updated the Generic_Restart DG XML to reflect CCSDK Issue-Id: APPC-267 Change-Id: I895d3e0ee5e767fb1672b158774dd5ecb0cfbf3f Signed-off-by: Scott Seabolt <js9808@att.com>
2017-10-10Correct Generic_Restart DG to reflect CCSDKScott Seabolt1-1/+1
Generic_Restart DG still had reference to OepnEcomp SDNC SLI should ref CCSDK Issue-Id: APPC-267 Change-Id: I7ec0ee62d1a8ae308e1573fa73cc7026669aa30b Signed-off-by: Scott Seabolt <js9808@att.com>
2017-09-29Changing to mariadbPatrick Brady1-3/+3
Change-Id: I3b95b1dd7fdf4b461033d3491230627b0b4a3254 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-252
2017-09-29Changing sdnc references to ccsdkPatrick Brady14-24/+24
Change-Id: Icab62226f55d36f2c613d22658f62da9edaf7224 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-251
2017-09-29Fix invalid context error in Generic Restart dgRY303T2-12/+15
Added missing outcomes to switch blocks Issue-ID: APPC-249 Change-Id: Ica781de4f51890cac24b4fa3efd653671c4e1433 Signed-off-by: RY303T <RY303T@att.com>
2017-09-26Add Generic Restart DG to use AAI named queryRY303T4-1/+145
Added new version 3.0.0 of Generic_Restart that uses an AAI named query to retrieve vnf information including ESR-System information Updated DG installation and Mapping to use the new DG Issue-ID: APPC-185 Change-Id: Iac15474d5753e58d47c6cabe432136d640447eb4 Signed-off-by: RY303T <RY303T@att.com>
2017-08-22Adding two DGs in platform-logicHector Anapan1-0/+2
Adding two DGS (APPC Generic Restart, and APPC API Legacy Operation) so that they load automatically during docker image instantiation. These DGs are loaded will now be loaded and activated in the SDNCTL table of the APPC MySQL DB Container. Change-Id: I3cb366184be05d899e809ed04d70039f6964d27b Signed-off-by: Hector Anapan <ha076r@att.com> Issue: [APPC-167]
2017-08-16Changing AAIService Bundle to use AAI PropertiesHector Anapan1-6/+9
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-11Modifying code to point to AAIService PropertiesHector Anapan3-12/+53
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-03Correcting new vnf_dg_mapping sqlPatrick Brady2-1/+21
The path was wrong to the sql script before, and it was not included in the bundle. Change-Id: Id34950dcb424b9c71f203da12820a27ed77d7d45 Signed-off-by: Patrick Brady <pb071s@att.com> Issue: APPC-88
2017-08-03Reformatting graph.versions and DGsroot1-0/+1
The DGs and the graph.versions located in the platform-logic folder (the one that loads and activates the DGs into the DB as defined by graph.versions) are formatted as DOS/noeol files which breaks the process to activate/load these DGs into the DB. Formatting these files to UNIX format. Change-Id: I31c626675801fb37d3de73fae7aa25c4ad59af71 Signed-off-by: root <ha076r@att.com> Issue: [APPC-99]
2017-08-02Reformatting graph.versions and DGsroot4-820/+820
The DGs and the graph.versions located in the platform-logic folder (the one that loads and activates the DGs into the DB as defined by graph.versions) are formatted as DOS/noeol files which breaks the process to activate/load these DGs into the DB. Formatting these files to UNIX format. Change-Id: I281027c3887213a8dfd540e2c66505c7ed6005db Signed-off-by: root <ha076r@att.com> Issue: [APPC-99]
2017-08-01Adding new directed graphsPatrick Brady4-0/+320
Added Generic_Restart and legacy_operation and updated topology_operation_all. Created VNF_DG_MAPPING.sql and added code for this sql at the end of "install.sh". Change-Id: Ib741740e8be43cda22c648215b0d7096b95ea2ed Signed-off-by: Patrick Brady <pb071s@att.com> Issue:APPC-88
2017-07-26[APPC-16] Chef DG in XML/JSON format.hector3-2/+767
Change-Id: I35df1f91efe76f7b6e0f268ee715e1f742b44548 Signed-off-by: hector <ha076r@att.com>
2017-07-26Changing sdnc root pom versionPatrick Brady1-1/+1
[APPC-95]Version 1.1.2 of sdnc root pom no longer exists Change-Id: I3e05c4f1ba6295054af0b2a75ea132509f3c417c Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-18[APPC-6] Ansible DG in JSON format.hector1-0/+1
Change-Id: I570dbad1653eb72faf49dd108942d5add199455c Signed-off-by: hector <ha076r@att.com>
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 decisionroot7-16/+23
Change-Id: Iaa769b9446688358da0fdc844fe80747a8dd35a4 Signed-off-by: root <ha076r@att.com>
2017-06-19[feature/APPC-6] Adding DG assoc w Ansible Featureroot2-0/+56
Change-Id: I0d24b0ff35954c585f23d17b74b777991eb27634 Signed-off-by: root <ha076r@att.com>
2017-05-16fix maven local build issueGuo Ruijing2-0/+3
onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use maven-assembly-plugin 2.4.1 and build fails as: Assembly is incorrectly configured: null. to fix local build issue: 1. update to maven-assembly-plugin 2.6 2. add AssemblyId configuration which is needed for assembly >= 2.2 Change-Id: Icb1178b5c254ce188345cf1ee5381b442c8e668d Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-16update copyright to avoid noisy diff after buildGuo Ruijing7-17/+52
Change-Id: I50d213f4d22dff2e211258a3e536dc1a50618b78 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-03-10Updating master to 1.1.0-SNAPSHOTPatrick Brady3-6/+6
Change-Id: I40b21060f71ef2e495deb30ea7e8949c673cc3ee Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-24Changing to snapshot versionPatrick Brady3-6/+6
Changing version from 1.0.0 to 1.0.0-SNAPSHOT Change-Id: Ia862c98104fa6fd8cac9830aa21c0caa63d3edc1 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-13Modified SDN-C Artifacts groupIDsPatrick Brady1-1/+1
Modified SDN-C Artifacts groupID to reflect new naming convention Change-Id: I53a9a937e0d6cea902ad87000e6d4e6d0584adf1 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-13Update DG attributes based on latest SDN-C changesPatrick Brady2-2/+782
Change-Id: I48f314e6fb546e69a65e953c61b6bca83efcf4a6 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-13Initial OpenECOMP appc/deployment commitPatrick Brady13-0/+538
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9 Signed-off-by: Patrick Brady <pb071s@att.com>