summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Update Netbox docker tag to latestAlexis de Talhouët3-4/+4
Change-Id: I62ab2842ff950c1fbbb0b53ce6863d13c551ea57 Issue-ID: OOM-1722 Issue-ID: OOM-1723 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-13Support execution control of SDC Workflow initpriyanshu3-0/+6
Added a flag to decide whether init job is needed. Change-Id: Ib40571048dac1d1161d756edc5d738b86aac1c7a Issue-ID: OOM-1712 Signed-off-by: priyanshua <pagarwal@amdocs.com>
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-12add tolerations for kafka/zookeeperMatthieu Cauffiez4-0/+12
Issue-ID: DMAAP-1090 Change-Id: Ib8b3c7f58c0ff1591589b6594864610d61b1f249 Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-12zookeeper quorom wont be maintainedMatthieu Cauffiez1-1/+1
if the number of zookeeper server is more than 5 the quorom wont be maintained Need to do (replicat count -1)/2 Issue-ID: DMAAP-1088 Change-Id: If30887e90556e75af1551ebda8811d82f6ae8a2f Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-12Merge "Add Searchguard OOM config to ElasticSearch"James MacNider17-94/+859
2019-03-12Add noteAffinity option to kafka/zookeeperMatthieu Cauffiez4-1/+12
enabled nodeaffinity for kafka. This will allow kafka/zookeeper to boot back on a node whree there is topic data Issue-ID: DMAAP-1089 Change-Id: Ic14d3201f03787f7abe8b83ae76d64a7c353ad87 Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-12SDNC-660: Helm integration for Netconf over TLSRahul Tyagi4-1/+90
This commit introduces a persistent volume for "NETCONF over TLS" usecase in SDNC, so that certificates can be fetched from persistence at deployment time of SDNC/ODL. This functionality can be enbaled/disabled using flag oom/kubernetes/sdnc/values.yaml values.certpersistence.enabled true/false. By default this is enabled (.i.e. true). Mounted paths are Host path : /dockerdata-nfs/sdnc/certs Container path : /opt/opendaylight/current/certs Issue-ID: SDNC-660 Change-Id: Iab2ecdfcb890b6dc779de12655f0fb7bd869fb0f Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
2019-03-11Convert dmaap-dr-node to StatefuleSetefiacor4-45/+129
Change-Id: I540f7f2eb927896eb3f0c03b900f3bf6b9bc7ce5 Issue-ID: DMAAP-866 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-03-11Merge "enable sparky to interact with schema ms and aaf"Borislav Glozman9-5/+117
2019-03-10enable sparky to interact with schema ms and aafrenealr9-5/+117
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-10Merge "Companion changes for Alpine move"Borislav Glozman2-2/+2
2019-03-10Merge "Fix Passwords"Borislav Glozman5-34/+6
2019-03-08Use direct GET to get service instanceNorm Traxler1-3/+1
Issue-ID: LOG-999 Change-Id: I2b294041591b1f97cae5f9448816390240512cb3 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-03-07typo using fullname instead of nameMatthieu Cauffiez2-2/+2
Issue-ID: DMAAP-1076 Change-Id: I85f469edfa343fd2369f9aa8bafbfe239031ac22 Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-07Merge "Add CDS client properties"Mike Elliott1-0/+4
2019-03-07Companion changes for Alpine moveJorge Hernandez2-2/+2
Needed to properly set up java home env var with new OS base Change-Id: I87387e0906e472b617d0d50f30a44713b1c4dfdd Issue-ID: POLICY-1551 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2019-03-07move non-root id run for CDT containerTaka Cho4-5/+6
change port 80 to 18080 for non-root user Change-Id: Ib1e987b6aaf537df4d1b08797b928aa0b116fab0 Issue-ID: APPC-1519 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-07Fix PasswordsSmokowski, Steve (ss835w)5-34/+6
Change-Id: Ib729d79dd2790f9191f055158403e6aa3814d64b Issue-ID: SO-1599 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.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-06Merge "Extract dmaap components into components dir"James MacNider74-185/+189
2019-03-06Merge "POMBA: X-ONAP-RequestID and X-PartnerName support"James MacNider1-30/+31
2019-03-06Merge "AaiCtxBuilder:Use direct GET instead of search qry"James MacNider1-1/+1
2019-03-05AaiCtxBuilder:Use direct GET instead of search qryLeigh, Phillip (pl876u)1-1/+1
Issue-ID: LOG-998 Change-Id: Ie1906df6be02d2b05d0c2e2f21808c2190fa2b8d Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-03-05updated api and openstack override filesRamesh Parthasarathy2-0/+8
The config files for apih and openstack have been updated to include the encryption key Change-Id: Ifbdd73a0cc4fad7401481b87bd306b9d56ff7ef9 Issue-ID: SO-1595 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-03-05Extract dmaap components into components direconwar74-185/+189
This will help enable edge deployment Issue-ID: DMAAP-1068 Change-Id: I61df2887069a0302341c0004914158398ecd58d9 Signed-off-by: econwar <conor.ward@est.tech>
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-03-05Merge "Match pdp-d base.conf against image install vars"Alexis de Talhouët1-0/+10
2019-03-05Merge "Add helmchart for policy/api component"Alexis de Talhouët7-0/+272
2019-03-05Merge "Add CDS as new chart"Alexis de Talhouët28-1/+312
2019-03-05Add CDS client propertiesAlexis de Talhouët1-0/+4
Change-Id: Iaa184554134467885b0e43ffadc29c14315a1520 Issue-ID: SO-1483 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-04Add helmchart for policy/api componentChenfei Gao7-0/+272
Added helmchart for policy-api component. Issue-ID: POLICY-1270 Change-Id: I419f6ba38aaa8161199f09a3dfcc892c6a7bb952 Signed-off-by: Chenfei Gao <cgao@research.att.com> Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2019-03-04Update TLS container for new certJack Lucas4-2/+9
Issue-ID: DCAEGEN2-1307 Change-Id: I92a206445caa632e45dcf3f6e9964b5e2aeb6b21 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-03-04Match pdp-d base.conf against image install varsJorge Hernandez1-0/+10
Change-Id: Ib34d2d5e7f0e6a1199f4624ef6cef9542cf6fdde Issue-ID: POLICY-1558 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2019-03-04Merge "updated encrypted passwords with config"Mike Elliott8-63/+70
2019-03-04Add CDS as new chartSylvain Desbureaux28-1/+312
CDS (Common Design Studio) was put in common but with the arrival of a chart that hosts the UI, it seems better to have it into its own "root" chart. For now, CDS chart is being installed if it's set as enabled in SDNC. Change-Id: I73bdcfaeb29b796793374513e152244a41e82d52 Issue-ID: CCSDK-1015 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-03-02Improve override usabilityMike Elliott2-29/+102
Currently when you deploy onap with no override file, the behavior is to deploy everything. In order to deploy a subset of components, an override file must contain all components and then disable the ones you don't want. As we prepare to transfer helm chart ownership to the teams, it will simplify the creation of project specific development override files, if the default behavior for deploying onap was reversed. Allowing override files to only contain the components they care to enable (and configure) and ignore the rest as they would be disabled by default. From this point on, it will be necessary to use an override file (as integration uses for testing) to enable all components. This patch includes an onap-all.yaml override file that may be used for this purpose. helm deploy dev local/onap -f onap/overrides/onap-all.yaml No configuration is part of this override. Its purpose is only to enable the components and is intended to be used in combination with other override files that provide environment specific configuration. Change-Id: I4b74a3a8a35a178298af7205762e2aca7c65dda3 Issue-ID: OOM-1692 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-03-01updated encrypted passwords with configRamesh Parthasarathy8-63/+70
The config files have been updated with encrypted passwords using latest algorithm Change-Id: I6b931d106a3706ea76bb8477398bd838162849a2 Issue-ID: SO-1515 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-03-01Merge "[LOG-959] adding p-interface comparison rule"James MacNider1-0/+6
2019-02-28POMBA: X-ONAP-RequestID and X-PartnerName supportTait,Trevor(rt0435)1-30/+31
Issue-ID: LOG-551 Change-Id: Id01b571e7cca7a1e90476bce07323a432410fc43 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-28OOM-1664 add annotation last-applied-configurationsushil masal1-0/+19
Issue-ID: OOM-1664 Change-Id: I36cbe306fbe9b391d4c0b1b5cd6816e02bc1999c Signed-off-by: sushil masal <sushil.masal@amdocs.com>
2019-02-28WF Ingress support for SDC deploymentpriyanshu2-0/+48
1. WF Ingress support for SDC deployment 2. By default the ingress is disabled Change-Id: I35943a0100cdee5a3b1dab4a37bb31998f2cbec9 Issue-ID: OOM-1686 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2019-02-27[LOG-959] adding p-interface comparison rulePierre Rioux1-0/+6
Change-Id: I7f52cb8be1f34a7738cd47c0fd4cf7093975d001 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com> Issue-ID: LOG-959
2019-02-27Merge "Instantiate common cassandra cluster"Borislav Glozman8-93/+119
2019-02-27Merge "Add filebeat sidecar container for dmaap-dr"Borislav Glozman10-0/+453
2019-02-27Add pydevproject to gitignoreMarco Platania1-0/+1
Change-Id: I4c20a6d7897d23a3e2ce5b8cb976fd9257b2ac5b Issue-ID: OOM-785 Signed-off-by: Marco Platania <platania@research.att.com>
2019-02-27Merge "Adding helmchart for policy/pap component"Borislav Glozman8-0/+301
2019-02-27Merge "Increase DMAAP message-router-kafka timer"Borislav Glozman1-2/+2
2019-02-26Increase DMAAP message-router-kafka timerYang Xu1-2/+2
Change-Id: I39ff308acc074ed5e8f9e6805cbe273738296990 Issue-ID: INT-941 Signed-off-by: Yang Xu <yang.xu3@huawei.com>