aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Bump datarouter versionegernug3-4/+4
Issue-ID: DMAAP-997 Change-Id: I6f6af5874b74cf08215b5f8cdb26cbbca4911f9a Signed-off-by: egernug <gerard.nugent@est.tech>
2019-02-11Merge "[Babel] Reworked TOSCA Mapping configuration"Borislav Glozman1-19/+51
2019-02-11Merge "4.6.0 policy-handler active-passive"Borislav Glozman2-2/+8
2019-02-11Merge "Update inventory dependencies in Makefile"Borislav Glozman2-2/+23
2019-02-11Merge "update DMaaP ZooKeeper version"Borislav Glozman1-1/+1
2019-02-11Update inventory dependencies in MakefileJack Lucas2-2/+23
Issue-ID: DCAEGEN2-1181 Change-Id: I523cba3a4143ffcea6261d0353b7bacf363595e8 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-02-11Merge "[VVP] updating preload info for DEMO vnfs"Borislav Glozman1-131/+176
2019-02-11Merge "Update Chart version for Dublin Release"Borislav Glozman298-347/+346
2019-02-11Merge "Update SDC versions for Dublin"Borislav Glozman6-10/+10
2019-02-10Update Chart version for Dublin ReleaseMike Elliott298-347/+346
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 "Fix DMAAP Bus Controller version"Mike Elliott1-1/+1
2019-02-10Merge "Remove VVP from OOM"Borislav Glozman81-4183/+1
2019-02-10Fix DMAAP Bus Controller versionBorislavG1-1/+1
There is a missing image: onap/dmaap/buscontroller:1.0.25 Changing to version 1.0.26 to make the pod start Issue-ID: OOM-1641 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: Ibdcd4746e273582fffea48d398e3cdd8e4c9e533
2019-02-10Merge "Create Helm chart for BlueprintsProcessor"Alexis de Talhouët9-0/+445
2019-02-10Create Helm chart for BlueprintsProcessorSteve Alphonse Siani9-0/+445
Change-Id: I9d832dd125b895199950bfba8162ea2cc86d9d7c Issue-ID: CCSDK-952 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-02-10Merge "dmaap datarouter common mariadb-galera chart"Borislav Glozman16-801/+31
2019-02-10Merge "Update Gizmo and Champ security config"Borislav Glozman24-143/+143
2019-02-08Remove VVP from OOMLovett, Trevor81-4183/+1
As part of the Dublin release, the web version of VVP is being deprecated. A command-line script will remain, but there will be no deployable, online version of the tooling. This change removes the deprecated components from the OOM deployment and management. Issue-ID: VVP-136 Change-Id: Iea4e611d6b1a784be271982eb6a92099a944bd76 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2019-02-06[VVP] updating preload info for DEMO vnfsstark, steven1-131/+176
Change-Id: I6aa61145c75d7cfd513a623c5d772ddd2360f610 Issue-ID: VVP-145 Signed-off-by: stark, steven <steven.stark@att.com>
2019-02-06Update SDC versions for DublinSonsino, Ofir (os0695)6-10/+10
Change-Id: Idb21ab06e23d4e0b38af2033f2bdfa96d7ce2bad Issue-ID: SDC-1913 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
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-02-04Merge "Chg AAI version to V13 in AaiCtxBuilder"Alexis de Talhouët3-238/+40
2019-02-04SDNC Context Builder : L2 Fabric Retrieval - pnfTait,Trevor(rt0435)1-3/+4
Includes new URI to GET port-mirror-configurations and upgrades AAI URI to V13. Issue-ID: LOG-778 Change-Id: Icccfaabdb37f5a46edb24ed91a8beae4c4b10935 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-01Chg AAI version to V13 in AaiCtxBuilderLeigh, Phillip (pl876u)3-238/+40
Also enable logger in AaiCtxBuilder Issue-ID: LOG-763 Change-Id: Ic4b8d68414708df77a51d89fe08a8494539731d0 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-01-314.6.0 policy-handler active-passiveAlex Shatov2-2/+8
DCAEGEN2-932: - mode_of_operation: active or passive = active is as before this change = in passive mode the policy-handler * closes the web-socket to PDP * skips the periodic catch_ups * still periodically checks for reconfigure * still allows usig the web-server to retrieve policies from PDP - default is active - when mode_of_operation changes from passive to active, the policy-handler invokes the catch_up right away - config-kv contains the optional override field mode_of_operation = changing the mode_of_operation in config-kv and invoking POST /reconfigure will bring the new value and change the mode of operation of the policy-handler if no service_activator section is provided in consul-kv record - reduced the default web-socket ping interval from 180 to 30 seconds because PDP changed its default timeout on the web-socket from 400 seconds to 50 seconds Change-Id: Iab66270dc4b1ee1ec422350be794ff161cd4a512 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-932
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-31Merge "Update startODL based on changes to docker start"Borislav Glozman2-36/+43
2019-01-30update DMaaP ZooKeeper versionsunil unnava1-1/+1
Issue-ID: DMAAP-1007 Change-Id: I3e69858143d3ae738989c77b3e156256a9aa706f Signed-off-by: sunil unnava <sunil.unnava@att.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-30Merge "Updated bpmn sdc and sdnc config files"Alexis de Talhouët6-8/+35
2019-01-30Merge "Deploy CBS, inventory, & SCH with Helm"Alexis de Talhouët23-5/+1021
2019-01-29Merge "Modifications for AAF identities"Alexis de Talhouët3-5/+12
2019-01-28Deploy CBS, inventory, & SCH with HelmJack Lucas23-5/+1021
Change-Id: I2c1f6efd0110a23881f96ccef43cc287b965d396 Issue-ID: DCAEGEN2-1089 Issue-ID: DCAEGEN2-1090 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-01-28Merge "removed invalid characters from properties file"Alexis de Talhouët1-1/+1
2019-01-28Update startODL based on changes to docker startAaron Hay3-37/+44
The installation time for APPC has been greatly improved for the Dublin release. Changes to remove unzipping and feature set installation are needed. Change-Id: I9fb42abc53648ce4d2a1361e6784fbab49330abf Issue-ID: APPC-1341 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2019-01-25Modifications for AAF identitiesdglFromAtt3-5/+12
Change-Id: I8eb1e09fb6256ef08d858b3fb94c887dab6244b7 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-856
2019-01-24dmaap datarouter common mariadb-galera chartefiacor16-801/+31
Change-Id: I5fbb42cf26540c7237bfd85445543b83ab4d40d8 Issue-ID: DMAAP-884 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-01-24removed invalid characters from properties filejmac1-1/+1
Change-Id: I9a24a3f86159183262bf2b096994460ff6603c3c Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-920
2019-01-23Add MR Topics for Context AggregatorTait,Trevor(rt0435)1-0/+3
Issue-ID: LOG-920 Change-Id: I9ddf0d9e294a78c90b4b6a4cc29c1361174a4e48 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-01-23Merge "Feature install odl-netconf-clustered-topology"Borislav Glozman3-1/+188
2019-01-23Merge "Allow custom plugins in SDC"Borislav Glozman5-14/+55
2019-01-21Updated bpmn sdc and sdnc config filesRamesh Parthasarathy6-8/+35
the config files for bpmn, openstack, requestdb, sdc, sdnc and apihandler have been updated Change-Id: Ic8425f0ecd6f90cd8b656afbb510063c7a486cef Issue-ID: SO-1399 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-01-18Use explicit PVC selectors for CassandraPawel Wieczorek2-0/+2
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-18Allow custom plugins in SDCshrikantawachar5-14/+55
Allow custom plugins in SDC Change-Id: I48b3defca43de1fed4916ef5b9e27324d22af75e Issue-ID: SDC-2022 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2019-01-17Update AaiCtxBuilder docker versionLeigh, Phillip (pl876u)6-31/+31
Change docker image version to 1.4.0-SNAPSHOT for: context-aggregator aai-context-builder sdc-context-builder pomba-validation-service Increase time-out in Data Router. Issue-ID: LOG-764 Change-Id: Icd2c8e8a77a817b5945aa07395badaa244113b08 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-01-17Merge "global image pull issue Issue-ID: OOM-1563"Borislav Glozman28-34/+34
2019-01-17Merge "Update Gizmo and Spike image versions"Borislav Glozman2-2/+2
2019-01-17Merge "K8S liveness probe not work when webapp crash"Borislav Glozman2-4/+6
2019-01-16Merge "Moving the trustore to parent folder"Borislav Glozman9-5/+49
2019-01-16Feature install odl-netconf-clustered-topologyAaron Hay3-1/+188
Install the odl-netconf-clustered-topology feature for clustered environments. Change-Id: Ic369fcbb962c9494dd6e165e38829cc55915689c Issue-ID: APPC-1242 Signed-off-by: Aaron Hay <aaron.hay@att.com>