summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2018-11-29Update Gizmo config for 1810 schema ingestRavi Geda6-40/+40
Change-Id: I88a2a7a266a628646cd2a0c3f88fbc7635070167 Issue-ID: AAI-1954 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-11-28Update gerrit branch refs to 3.0.0-ONAPMike Elliott1-1/+1
Change-Id: I75ea788f47598aa07ecb6550b5db7e9e4fdc1d36 Issue-ID: OOM-1533 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-11-21Sync docker tags with release manifestGary Wu4-4/+4
Sync docker tags with the release manifest from integration repo commit a7c98ae0fabb0a94fbdc030e6f7c519439923045. Change-Id: Idb73aa4f05a948b7e1d70723cc6a52b8fd6f0517 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-21Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit b570f27f6b382458cc64347024f27e15d36faad4. Change-Id: Ic091d6f6803832bf07207ce3a56c4646b888b0a4 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-15Sync docker tags with release manifestGary Wu4-4/+4
Sync docker tags with the release manifest from integration repo commit b37a3cfdaf92c4855660d2f0c1b20eb482b99bd4. Change-Id: Iabb203836d0c0adb5604a9303d4a108142ec6757 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-13Fix DCAE password in bath_config filesJimmy Forsyth2-2/+2
Issue-ID: AAI-1910 Change-Id: I93bfe2a9f3a24b24c615d34a3f4f548db9035724 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-11-10Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit a71e3709faa5f281361ddfcd79eb4bd11550edca. Change-Id: Ib937100d49aedced19a83593596906cadabc12e4 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-08Merge "Wait for aaf if enabled"Borislav Glozman2-0/+5
2018-11-07Fixing dmaap issue with httpsKajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-1761 Change-Id: Id2f9732cc4df7ef8d3602487c54048f6349e2f13 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-11-07Wait for aaf if enabledKajur, Harish (vk250x)2-0/+5
Issue-ID: AAI-1759 Change-Id: I8f6ed2586f7d90f053627af42b33e629017f73fd Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-11-01Set aai-resources version 1.3.1Jimmy Forsyth1-1/+1
Issue-ID: AAI-1773 Change-Id: I0abcb8f9eb45d8f16556ff8557c1471992353889 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-11-01Set aai-traversal version 1.3.1Jimmy Forsyth1-1/+1
Issue-ID: AAI-1774 Change-Id: If697796a8dff63bde0297a5ee17904b337452eaf Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-10-30Add missing selectors on PVCAlexis de Talhouët1-0/+3
Change-Id: If156e738a26c7c19043657c97ac327125c5162db Issue-ID: OOM-1486 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-29Merge "Update gizmo fproxy client cert"Alexis de Talhouët2-1/+2
2018-10-29Fix champ pod starting before cassandra podsmichaere1-0/+15
Add readiness check to champ deployment.yaml to only start champ once cassandra pods are successfully started Issue-ID: AAI-1770 Change-Id: I4a1d3008d5368766d259325c73dfa14a8b47c1ce Signed-off-by: michaere <michaere@amdocs.com>
2018-10-26Update gizmo fproxy client certRavi Geda2-1/+2
This cert is to authenticate with AAF, which the downstream rproxy calls. Also, a fix to the service description. Change-Id: Ib4c57fa3ba3fa613f1124bfdd0e9af0e6c8574d7 Issue-ID: AAF-588 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-10-25Enable aaf auth as default authenticationKajur, Harish (vk250x)1-1/+1
for the microservices resources and traversal Issue-ID: AAI-1760 Change-Id: I54529d37ad06680c3d5837c9361b1ee99715619e Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-10-24Merge "Add systctl vm.max_map_count for elasticsearch"Borislav Glozman1-0/+1
2018-10-23fixing clusterIP service type errorsMandeep Khinda4-2/+4
If you try and change the service type from a nodeport to a cluster IP things break. We never really exercise this code path in testing but if you want to experiment with a totally internal network environment you need to be able to turn off node ports. Issue-ID: OOM-1475 Change-Id: I1a0f4b0a4c390f3353e1611b6002b93e54bb5044 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-10-23Change the name of container for graphadmin jobKajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-1759 Change-Id: I87d81f1edd5f1e815450ad826ec681e5b2b14daf Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-10-23Merge "Fix the issue widget model issue"Alexis de Talhouët1-1/+14
2018-10-23Merge "Update log volume directory to proper"Alexis de Talhouët1-1/+1
2018-10-23Merge "Add the https as transport type for dmaap"Alexis de Talhouët3-0/+3