summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-21Add support for multiple k8s clustersJack Lucas8-8/+12
Issue-ID: DCAEGEN2-1136 Change-Id: I2c2f440bf9793b7398d72c5fb97bd9b3b1309416 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-03-21Add cassandra to all override filesMahendra Raghuwanshi3-0/+11
Issue-ID: OOM-1747 Change-Id: I9a3a1751fdd4cae1ce48d56b4a1b202ba9c3de4b Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-03-20Patchset 4: refinement per BorislavdglFromAtt21-16/+11
Not sure what made this commit be separate. It is intended to be patchset 4 on https://gerrit.onap.org/r/#/c/82150/ But please merge them together. Change-Id: Ia4c2341e450f0e2910b3ae19becefb6e798e3ef6 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-904
2019-03-20Merge "Attempt2: Post-install jobs for DMaaP Provisioning"Borislav Glozman38-84/+542
2019-03-20Merge "Support HTTPS and SSL Cassandra in workflow"Borislav Glozman3-2/+52
2019-03-20Merge "Bump version of NBI to 3.0.2"Borislav Glozman1-1/+1
2019-03-20Merge "Add helm chart for SO VNFM adapter"Borislav Glozman8-1/+284
2019-03-20Merge "Update MSB docker images"Borislav Glozman4-8/+8
2019-03-20Merge "Add noteAffinity option to kafka/zookeeper"Borislav Glozman4-1/+12
2019-03-20Merge "Shared cassandra cluster snitch change"James MacNider1-1/+1
2019-03-20Support HTTPS and SSL Cassandra in workflowpriyanshu3-2/+52
1. Added multiple property mapping parameters. 2. Added some placeholder volume mounts. 3. Refactored few property names. 4. Didn't expose service on HTTPS due to absence of preserved node port. Change-Id: I55e66b5a1ff8798afa86088428d304f932ac37f8 Issue-ID: OOM-1740 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2019-03-19Remove pre-start curl scriptNorm Traxler3-43/+1
Issue-ID: LOG-849 Change-Id: Iabe3c4abdf23e48104e284c7e333e51b27779b86 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-03-19Update MSB docker imagesHuabing Zhao4-8/+8
Update consul version to 1.4.3 Update discovery version to 1.2.3 Update api gateway version to 1.2.4 Issue-ID: MSB-325, MSB-326 Change-Id: I51bdbf783cb7a095f32f26cf738f959655ec44f3 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2019-03-19Shared cassandra cluster snitch changeMahendra Raghuwanshi1-1/+1
Change-Id: Ib7b0e3c0a6a2c81906e3e44e648926e9379da232 Issue-ID: OOM-1733 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-03-17Add helm chart for SO VNFM adapterMichaelMorris8-1/+284
Issue-ID: SO-1620 Change-Id: I1a18c0f27c18325d378c77576b1ab97bebfe710c Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-03-17Merge "OOM-1664 add annotation last-applied-configuration"Borislav Glozman1-0/+19
2019-03-17Merge "use encrypted auth for dmaap"Borislav Glozman1-0/+1
2019-03-17Merge "Update INFO.yaml file"Borislav Glozman1-30/+40
2019-03-17Merge "Update TLS container for new cert"Borislav Glozman4-2/+9
2019-03-17Merge "SidecarRproxy: uri-auth config file to configmap"Borislav Glozman8-12/+56
2019-03-17Merge "Upgrade AAI to use readiness check 2.0.2"Borislav Glozman9-9/+9
2019-03-17Merge "Support execution control of SDC Workflow init"Borislav Glozman3-4/+5
2019-03-15Merge "move non-root id run for CDT container"James MacNider4-5/+6
2019-03-15Bump version of NBI to 3.0.2Sylvain Desbureaux1-1/+1
Change-Id: Idfc612c4de957eb541044499014d741b5e966321 Issue-ID: EXTAPI-214 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-03-15Upgrade AAI to use readiness check 2.0.2Mahendra Raghuwanshi9-9/+9
Issue-ID: OOM-1726 Change-Id: I2297ac131c546d19e2c60a2ef0213a6bc7b0645d Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-03-14Update INFO.yaml fileJessica Wagantall1-30/+40
Update missing information blocks and indentation to pass verify job. Change-Id: I900127060d248a733a2e18068e0551c7081eab73 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-14Attempt2: Post-install jobs for DMaaP ProvisioningdglFromAtt38-84/+542
This was originally committed under 81992 but got a merge conflict. I messed up resolving it so I abandoned 81992 and created this new commit. patchset2: replaced Release.Name for common.fullname in one of the charts patchset3: at Borislav's request, changed other references to common.fullname so the approach is consistent throughout the configmaps used for initialization. Along the way, hit a limit of 53 chars on some resource name. So changed the directory from the verbose dmaap-bus-controller to the more terse dbc. Change-Id: I1078003de094fee95c681f7fdaecb567235b7b3e Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-904 Signed-off-by: dglFromAtt <dgl@research.att.com>
2019-03-14Merge "Update nbi deployment to have DMAAP_HOST"Borislav Glozman1-0/+2
2019-03-14SidecarRproxy: uri-auth config file to configmapbwong218-12/+56
OOM config change to the Sidecar rproxy's configuration file uri-authorization.json to a configmap instead of secret Change-Id: I75e1908177a930e88fe2640cc1395e48bc28f19e Issue-ID: AAF-787 Signed-off-by: bwong21 <bwong@amdocs.com>
2019-03-14Merge "upgraded mariadb to version 10.1.38"Borislav Glozman1-1/+1
2019-03-14Update nbi deployment to have DMAAP_HOSTaosull011-0/+2
Change-Id: Ie24091607ae131599ca107a5191a9cd55dc58991 Issue-ID: OOM-1725 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-03-14Merge "Bump up version to 1.3.0-SNAPSHOT"James MacNider3-3/+3
2019-03-14Merge "Shared Instance of Mariadb-Galera"Borislav Glozman6-1/+20
2019-03-14Merge "Update Netbox docker tag to latest"Borislav Glozman3-4/+4
2019-03-14Merge "Add missing filebeat sidecars for Pomba"Borislav Glozman5-0/+82
2019-03-14Shared Instance of Mariadb-GaleraPramod6-1/+20
Change-Id: Id3fbbc7ad639bfd03ddbfc931abf774407851d74 Issue-ID: OOM-1193 Signed-off-by: Pramod <pramod.kumarsharma@amdocs.com>
2019-03-14Merge "Update ES config in Search data service for HTTPS"Borislav Glozman2-0/+6
2019-03-14Merge "Update VID in values.yaml to 4.0-STAGING"Borislav Glozman1-1/+1
2019-03-14Merge "[Babel] Add Widget Type mappings"Borislav Glozman1-0/+92
2019-03-14Support execution control of SDC Workflow initpriyanshu3-4/+5
Added a flag to decide whether init job is needed. Change-Id: I1f18675907e606ef6c123b1e6a587f108cab3f73 Issue-ID: OOM-1712 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2019-03-13upgraded mariadb to version 10.1.38Ramesh Parthasarathy1-1/+1
MariaDB Version was upgraded Change-Id: I621def4dae95b78b8787cee04e4047d3e1e3e0e9 Issue-ID: SO-1645 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-03-13Update VID in values.yaml to 4.0-STAGINGIttay Stern1-1/+1
Issue-ID: VID-440 Change-Id: I8b9114323c4892a231ef0a1f61e5ad35d9c84e15 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-13Merge "SDNC-660: Helm integration for Netconf over TLS"Alexis de Talhouët4-1/+90
2019-03-13Update ES config in Search data service for HTTPSEdwin Lawrance2-0/+6
updating properties to communicate to ES over https updating keystore to include ES trust cert Change-Id: Ia60aa2e3db0a1e98dcd0b0cf51e5e28200a855c3 Issue-ID: AAI-2203 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2019-03-13Add missing filebeat sidecars for Pombajmac5-0/+82
Change-Id: I5f2cf1d74d55df0002af75367042eaf795ea2e8c Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-852
2019-03-13Merge "Support execution control of SDC Workflow init"Alexis de Talhouët3-0/+6
2019-03-13Merge "Add pydevproject to gitignore"Alexis de Talhouët1-0/+1
2019-03-13Merge "add tolerations for kafka/zookeeper"Alexis de Talhouët4-0/+12
2019-03-13Merge "Reduce logging level for sidecar rproxy and fproxy"Alexis de Talhouët8-39/+15
2019-03-13Merge "Convert dmaap-dr-node to StatefuleSet"Alexis de Talhouët4-45/+129