summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-12Add the v16 to supported versionsHarish Venkata Kajur1-2/+2
Issue-ID: AAI-2161 Change-Id: I7493293c8871040935d030d1da4d0f608a8170db Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-03-12Merge "Add Searchguard OOM config to ElasticSearch"James MacNider17-94/+859
2019-03-10enable sparky to interact with schema ms and aafrenealr8-4/+116
Add support to make sure of the schema ms add support to make use of aaf interaction update portal props with correct Impl class add the missing portal property configurations Issue-ID: AAI-2201 Change-Id: Ic47d62922b1aecaf99f06a50aec10ca674c8b927 Signed-off-by: renealr <reneal.rogers@amdocs.com>
2019-03-06Reduce logging level for sidecar rproxy and fproxybwong218-39/+15
OOM config change to the logback spring xml to reduce default logging output from DEBUG to INFO Change-Id: I8979aae40974acc9a90d35423e7f5d1798b7ef2e Issue-ID: AAF-777 Signed-off-by: bwong21 <bwong@amdocs.com>
2019-03-05Add Searchguard OOM config to ElasticSearchEdwin Lawrance17-94/+859
Change-Id: I3c4d0c82882b2f064a6ad3610c0f699d8af50632 Issue-ID: AAI-2203 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2019-03-05[Babel] Add Widget Type mappingsmark.j.leonard1-0/+92
Add the Widget mapping data required by Babel (following removal of the hard-coded Java class files). Change-Id: I1e51bca268e0ff3f37dc78261f8557d19a189d4d Issue-ID: AAI-2212 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-02-25Merge "Fix nodeSlector and Affinity for aai charts"Borislav Glozman14-48/+76
2019-02-25Merge "Ensure create database schema job logs stored"Borislav Glozman2-2/+7
2019-02-25Merge "OOM-1373 Add missing label release to components"Borislav Glozman8-0/+65
2019-02-24Merge changes I52c33d1d,I162e4119Mike Elliott2-1/+1
* changes: Update fProxy keystore Update Babel image to latest STAGING
2019-02-23Ensure create database schema job logs storedHarish Venkata Kajur2-2/+7
in the host system so when the pod dies unsuccessfully, we can investigate the root cause of the problem Issue-ID: AAI-1958 Change-Id: Ia151f597f9cce643c0e250a119a5606525d99ee7 Signed-off-by: Harish Venkata Kajur <vk250x@att.com> (cherry picked from commit d497ce2e786598556501e0a6c65797e7085fa6b9)
2019-02-22OOM-1373 Add missing label release to componentssushil masal8-0/+65
Issue-ID: OOM-1373 Change-Id: Ifc6593a7e8f8622bfec29b942c5c75cdb59c997d Signed-off-by: sushil masal <sushil.masal@amdocs.com>
2019-02-18Add the schema service helm chartsHarish Venkata Kajur28-1419/+2027
Issue-ID: AAI-1873 Change-Id: I414d21eb23ed20b469259d7dbdd814cde733a547 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-02-17Increase initialDelay and timeout for gizmo podYang Xu2-2/+6
Change-Id: If9c441897103ef93b870be7b548805d9ecaceb44 Issue-ID: AAI-2139 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-02-12Update fProxy keystoreLee, Tian (tl5884)1-0/+0
To cater for primary services that communicate with DMAAP using SSL, the fproxy server cert needs a SAN entry for "message-router.onap", so that it passes hostname verification on the primary service side. Change-Id: I52c33d1d324219b62b4a92236f637d79c5899638 Issue-ID: AAF-718 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-02-12Update Babel image to latest STAGINGLee, Tian (tl5884)1-1/+1
The latest OOM config changes require the latest code changes in Babel to be present in the image. Change-Id: I162e41190bc7c43662bae1c94779df5e058b6803 Issue-ID: AAI-2145 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-02-11Merge "[Babel] Reworked TOSCA Mapping configuration"Borislav Glozman1-19/+51
2019-02-10Update Chart version for Dublin ReleaseMike Elliott18-18/+18
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-02-10Merge "Update Gizmo and Champ security config"Borislav Glozman24-143/+143
2019-02-06[Babel] Reworked TOSCA Mapping configurationmark.j.leonard1-19/+51
Reimplemented solution allowing direct configuration of the Resource relationship values in the generated XML (e.g. data-del-flag). Change-Id: I2a8c1853515c2cf3aa873a7f198cd3ea97934b73 Issue-ID: AAI-2121 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-01-31Update Gizmo and Champ security configLee, Tian (tl5884)24-143/+143
- Update rProxy to use AAF geo-locate endpoint rather than hard coded IP address - Update fProxy to use separate truststore - Restructure charts to reduce certificate duplication Change-Id: I1e63ceb0ebabd8bb3dfacc71dac841858279b6f1 Issue-ID: AAF-718 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-01-30[Babel] Add type mapping JSON configurationmark.j.leonard3-5/+25
Remove the deprecated filter-types.properties Change-Id: I776a04aa8e32a8dfff276795b012ca68f331d118 Issue-ID: AAI-2121 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-01-18Use explicit PVC selectors for CassandraPawel Wieczorek1-0/+1
Using release label only can result in claiming Persistent Volume with mismatched Cassandra version (2.1.20 vs. 3.11.3 as of writing this patch). Issue-ID: OOM-1592 Change-Id: I9f534982f6ae91347b17676b1223d397ac28953d Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-01-17Merge "Update Gizmo and Spike image versions"Borislav Glozman2-2/+2
2019-01-16Merge "Moving the trustore to parent folder"Borislav Glozman9-5/+49
2019-01-09Update Gizmo and Spike image versionsRavi Geda2-2/+2
Change-Id: I798c909096b253933589c265726d835cb28a52af Issue-ID: AAI-2009 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2019-01-09Moving the trustore to parent folderArul.Nambi9-5/+49
Issue-ID: OOM-1556 Change-Id: I0e6bf66ec871d4de53ebaad23426119c5f425ac9 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2019-01-08Merge "Update AAI chart to include v14 URIs for MSB"Alexis de Talhouët2-4/+193
2019-01-08Merge "Schema Service configuration for Spike"Alexis de Talhouët3-6/+28
2019-01-08Merge "Schema Service configuration for Gizmo"Alexis de Talhouët3-4/+33
2019-01-04Removing the unused node portArul.Nambi1-1/+0
Issue-ID: OOM-1556 Change-Id: Ic3d86f140d38a3d587cd2996df861b2906859e64 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2019-01-04Update AAI chart to include v14 URIs for MSBOndrej Frindrich2-4/+193
Change-Id: Icc6c39379764355300480c67be1f273dd46057a0 Issue-ID: AAI-1964 Signed-off-by: Ondrej Frindrich <ondrej1.frindrich@orange.com>
2018-12-20Schema Service configuration for GizmoRavi Geda3-4/+33
The config has entries for both Schema Service and local schema files. The property schema.translator.list is currently set to config. This configuration only uses local schema files. Change-Id: I1d508816aa8a6a22288173475696c5956f921aba Issue-ID: AAI-2009 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-12-20Schema Service configuration for SpikeMichael Arrastia3-6/+28
The config has entries for both Schema Service and local schema files. The property schema.translator.list is currently set to config. This configuration only uses local schema files. Change-Id: Ib5ec6e0d5fad38623a38bb3a68e516491f6b3ed3 Issue-ID: AAI-2010 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-12-14Updating the port number for sparkyArul.Nambi1-2/+1
Issue-ID: AAI-1992 Change-Id: I5391106ff6a08093699d497dd8326905eae20bfa Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-12-07Fix nodeSlector and Affinity for aai chartskranthikirang14-48/+76
Indentation problem. Correctly placed nodeSelector and Affinity aligned with Contrainers in template.spec common.resources do not need indent as indent 12 already present in return value Change-Id: Ie0e84fba2f18d903fdcc8bb8f6ff06a4785c0a75 Issue-ID: OOM-1541 Signed-off-by: Kranthi Guttikonda <kranthi.guttikonda@b-yond.com> Signed-off-by: kranthikirang <kranthi.guttikonda@b-yond.com>
2018-12-07Merge "Updating the certs for AAF"Alexis de Talhouët6-3/+6
2018-12-07Merge "Add Pluggable Security to aai-resources"Alexis de Talhouët24-0/+934
2018-12-07Merge "Adding pluggable security to Babel"Alexis de Talhouët19-9/+449
2018-12-07Merge "Add Pluggable Security to Champ"Alexis de Talhouët19-0/+443
2018-12-06Reduce requested minimums on AAI servicesjimmy12-40/+40
Change-Id: Icfc4256f65f0cb01b2062ac4d321503b8e2a760d Issue-ID: AAI-1940 Signed-off-by: jimmy <jf2512@att.com>
2018-12-05Updating the certs for AAFArul.Nambi6-3/+6
Issue-ID: AAI-1992 Change-Id: I4082dc9f1f9ddf92b4534e47c0dceb53ed6121c4 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-12-04Adding pluggable security to BabelEdwin Lawrance19-9/+449
Change-Id: Ie96d9438d66021941c3d0c12ca19b28e2c2ed71e Issue-ID: AAI-1764 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2018-12-04Add Pluggable Security to ChampRavi Geda19-0/+443
Note that by default this feature is turned off. To enable update the installSidecarSecurity in aai/values.yaml to true Change-Id: I19d4755a58041c58070e0cd36d263e4e49b3f743 Issue-ID: AAF-587 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-12-04Add Pluggable Security to aai-resourcesRavi Geda24-0/+934
Note that by default this feature is turned off. To enable update the installSidecarSecurity in aai/values.yaml to true. Change-Id: If5d2be859ead2f0bd81aabb4fde749f105974bcf Issue-ID: AAF-616 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-12-04Merge "update DFC tag to 1.1.0 for master branch"Alexis de Talhouët1-1/+1
2018-12-04Merge "Reducing the size of some ms"Alexis de Talhouët4-7/+7
2018-12-04Merge "[aai-spike] Update schema ingest configuration"Alexis de Talhouët3-12/+59
2018-11-30Reducing the size of some msfpaquett4-7/+7
Reduced the footprint of sparky, data-router, search and elastic search for the small flavor. Issue-ID: AAI-1940 Change-Id: I474aa2eb12b14e091d3011d23587ad7453d37a3d Signed-off-by: fpaquett <francis.paquette@amdocs.com>
2018-11-29[aai-spike] Update schema ingest configurationMichael Arrastia3-12/+59
* This change is related to changes in AAI Spike to use the latest version of aai-common. The aai-common adoption requires configuration of schema ingestion beans and the resources updated in this commit provide that configuration. * Additionally, the configuration of the meta-validation of the DBEdgeRules, know as "Edge Properties", is now separated into its own property file (edgeprops-ingest.properties) to distinguish this particular configuration from the aai-common schema ingest configuration. Change-Id: I15c79b36c7f53f4c7e85f83179b1f7674b28a200 Issue-ID: AAI-1953 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>