aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-29Move Policy Storage to RWOSylvain Desbureaux2-2/+2
Today when deploying Policy with OOM, the PersistentVolumeClaim needs the "ReadWriteMany" (or "RWX") capability. According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes), ReadWriteMany stands for "the volume can be mounted as read-write by many nodes". That means that a particular PVC needs to be read and written from many pods. That also means that your code takes that into account and do the work to avoid write at the same place at the same time. An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon and Google storage classes). Policy PVC for Nexus and Policy PVC for mariadb are used only for one POD. Thus we don't need RWX. Change-Id: Idf8a6ba8ef14ce7ca397438c2200c11517d0458e Issue-ID: POLICY-2019 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-08-26Updated resourceSourceMappings source-db/etcOleg Mitsura2-22/+22
Issue-ID: CCSDK-1623 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Ie441afb7db312492c4abfe9590c271bf2a08d81b
2019-08-23Merge "Tune OpenDaylight parameters"Brian Freeman5-0/+283
2019-08-23Merge "update AAF url"Brian Freeman1-4/+4
2019-08-23Merge "SO datasource config update"Brian Freeman9-15/+71
2019-08-23SO datasource config updatesarada prasad sahoo9-15/+71
SO datasource config update as per new Hikari library changes in SO Issue-ID: OOM-1970 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I84ca506936c332775fd20f604e6f553f94a4dc74 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-08-22update AAF urlTaka Cho1-4/+4
the old URL is not working with AAF 2.1.15 image Issue-ID: AAF-942 Change-Id: I83cabb1048ccd87313784d45ffe27c967d9502c3 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-08-22Update git submodulesDR695H1-0/+0
* Update kubernetes/robot from branch 'master' to b6b5b0e6f8880e3a922a2fef97e95e5013475228 - these are not used anywhere so removing to avoid confusion Issue-ID: TEST-184 Change-Id: I227f0002f36a72e350f0008eef20661ee04c3e26 Signed-off-by: DR695H <dr695h@att.com>
2019-08-22Tune OpenDaylight parametersTimoney, Dan (dt5972)5-0/+283
Add files to tune akka settings in OpenDaylight. Also, added setenv to tune Java settings. Change-Id: I2071fceb48f990929cd9f4c885bd0c9f7db0263c Issue-ID: SDNC-858 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-22Merge "revert DMaaP ZooKeeper version to 6.0.0"Brian Freeman2-1/+6
2019-08-21revert DMaaP ZooKeeper version to 6.0.0su622b2-1/+6
Issue-ID: DMAAP-1272 Change-Id: I193bfae6dc39d584838cb3da561684dc7854499c Signed-off-by: su622b <su622b@att.com>
2019-08-20Remove http node portTimoney, Dan (dt5972)1-1/+0
Remove http node port 30202. Users should instead use https node port 30267 Change-Id: I44a907126384092b5f18ad85115c6269279c9d80 Issue-ID: OJSI-99 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-20WF-D revert to Dublin until stabilizedOfir Sonsino2-3/+3
Change-Id: Icc7eaff6798367f717680c051b146fa5a4860278 Issue-ID: SDC-2521 Signed-off-by: Ofir Sonsino <os0695@intl.att.com> (cherry picked from commit d7b6ac82af6349f96910c059aa50432c1c04b5e8)
2019-08-20Update SDNC versionTimoney, Dan (dt5972)5-5/+5
Update sdnc version to 1.6.2 to pick up fixes: SDNC-855 SDNC-853 Change-Id: I2ee5f3d892c9204d56ce7c92f5503b605a607de7 Issue-ID: SDNC-855 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-19Update git submodulesDR695H1-0/+0
* Update kubernetes/robot from branch 'master' to d5025d6ad1b1741e15ef09873b6a0ba65a8da717 - moving endpoints for SO to properties Issue-ID: INT-1205 Change-Id: If313f3919df3a19616e91fbac3f03a33a617baa1 Signed-off-by: DR695H <dr695h@att.com>
2019-08-19Update git submodulesDR695H1-0/+0
* Update kubernetes/robot from branch 'master' to 95cf864561df0b88aee012cd38589f301df8f6b5 - updating to latest release Issue-ID: TEST-184 Change-Id: I2ed9c05b47e2d2c3d53811aa0bfcae7a7507f72f Signed-off-by: DR695H <dr695h@att.com>
2019-08-19Merge "Update SDC DCAE-DS charts"Brian Freeman4-5/+5
2019-08-19Merge "Enable intial load in CDS Blueprint Processor"Alexis de Talhouët1-4/+4
2019-08-16Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 55cb73cadc59537643c0fe5cb7ededadc9ff2b48 - Add misc as a volumeMount Issue-ID: AAI-2440 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ie9b90135cac72c4eadd5e727e79ff505ceaf934f
2019-08-16Update release notes for El Alto Early DropPrudence Au1-0/+13
Issue-ID: OOM-2023 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I5cab68dee9f4f07bcc009e7230c4ad0c41827b53
2019-08-16DMaaP MR fixessu622b8-9/+15
evert Kafka Docker image to onap/dmaap/kafka111:1.0.1 Changes related to AAF image changes Fix the logback.xml errors Enhancements to ZooKeeper ensemble and Kafka cluster lookup Issue-ID: DMAAP-1272 Change-Id: I53e9cff94c9ccf83f82383fe865f31d16f5416bc Signed-off-by: su622b <su622b@att.com>
2019-08-15Merge "AAF 2.1.15 Dockers"Brian Freeman16-119/+213
2019-08-15Merge "Add AWX chart"Borislav Glozman22-1/+1277
2019-08-15Add AWX chartAlexis de Talhouët22-1/+1277
Change-Id: Id9fe832a3eb3bfb23e96c711ac8455d1a8cb1156 Issue-ID: CCSDK-1316 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-08-15Merge "Remove unneeded node port 32208"Alexis de Talhouët2-2/+1
2019-08-15Update git submodulesandreasgeissler1-0/+0
* Update kubernetes/robot from branch 'master' to 35ea1f0b10617c9b836dd9ab41410542e3db9232 - Correction in added CDS entries (Gerrit: 93250) GLOBAL_CCSDK_CDS_AUTHENTICATION uses wrong username/password variable names Issue-ID: TEST-193 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: I108c510655b07e9d981af5cb894d75f0c358d0a7
2019-08-14Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 694a9bd9fe014142a81fc03787b67de9bb1e6089 - Change AAF URL AAI_NS -> onap.org.osaaf.aaf Issue-ID: AAI-2554 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I7c560ff182f75599aaa590e65a4a5ba625b7f6b2
2019-08-14Remove unneeded node port 32208Timoney, Dan (dt5972)2-2/+1
Remove unneeded node port 32208 to resolve issue identified with ssh port detected. Change-Id: Ibcbfd0621c2950a2ea3f429f8beb38d03e1910d3 Issue-ID: OJSI-183 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-14Add in required properties for boot of SOBenjamin, Max (mb388a)1-0/+8
New health check format added to config Issue-ID: SO-2221 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5b890a79e26a30f56fe70dd70e7f42e12ce90a6b (cherry picked from commit 4673c6cdaa7a8b8fc15d13bde4129d0d4d4b3ea3)
2019-08-14Merge "dcae el-alto earlydrop updates with released tag"Brian Freeman31-45/+780
2019-08-14Merge "update the release version of SO"Brian Freeman10-10/+10
2019-08-14Merge "Fix identation in the ingress common template"Borislav Glozman1-2/+2
2019-08-13Enable intial load in CDS Blueprint ProcessorAbdelmuhaimen Seaudi1-4/+4
Issue-ID: OOM-2056 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I4e2aba5883f6cc9637dab49a21a357a4bd5f3191
2019-08-13Merge "Update SDNC/CDS image versions for El Alto early drop"Alexis de Talhouët13-12/+37
2019-08-13Fix identation in the ingress common templateLucjan Bryndza1-2/+2
Fix inproper backend section identation in the common ingress config template Change-Id: I04c4eebc408a04aba0679ff5123e1a8503ffd912 Issue-ID: OOM-1508 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-08-13Merge "moving certificates from vid image to mounted catalog"Brian Freeman4-0/+19
2019-08-13Update git submodulesmarekpl1-0/+0
* Update kubernetes/robot from branch 'master' to 580d933f80ddaf3df373671abead40e8181da642 - INT-1200 demo-k8s.sh fix INT-1200 demo-k8s.sh fix Issue-ID: INT-1200 Signed-off-by: marekpl <marek.pondel@nokia.com> Change-Id: I73d75ed8edba1046fd58d7399e3fdce23ea2f77a
2019-08-13Merge "Add ingress nginx common template"Borislav Glozman1-0/+55
2019-08-13Add ingress nginx common templateLucjan Bryndza1-0/+55
Add ingress common template, template can be included in a components ingress configuration. Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Ic18626ca679c8cbc6ce7aee95ac4b9c40dc5bcfe Issue-ID: OOM-1508
2019-08-13update the release version of SOseshukm10-10/+10
Issue-ID: SO-2223 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic7f6f13640f209ec1898249e4172885098661b82
2019-08-12Update git submodulesAbdelmuhaimen Seaudi1-0/+0
* Update kubernetes/robot from branch 'master' to e4e79763e2bd0bcbda51d9ee058e7a89df65ab7b - Add cds parameters needed for cds robot healthcheck Issue-ID: TEST-193 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I52274d02e917e9b0546a9f52808ec379c84889ab
2019-08-09Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update kubernetes/aai from branch 'master' to 8c0fcb68d8e053629fd51e52f8f3687b28e4c18d - Update aai el alto to release images Issue-ID: AAI-2578 Change-Id: Icd2573342ad971a1ba1d583690dc2dae65e02b0c Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-08-09Merge "DMaaP MR changes for ElAlto early drop"Brian Freeman12-31/+535
2019-08-09Merge "Add message-router dependency in blueprint-processor for kafka-listener."Alexis de Talhouët3-1/+20
2019-08-09Merge "Update VID values.yaml to release 5.0.0"Brian Freeman1-1/+1
2019-08-09Merge "El Alto early drop policy changes"Brian Freeman18-82/+50
2019-08-08Merge "Add ONAP root CA to CDS Blueprint Processor"Alexis de Talhouët2-0/+36
2019-08-08Merge "update master to pick up nbi el alto early drop release"Brian Freeman1-1/+1
2019-08-08DMaaP MR changes for ElAlto early dropsu622b12-31/+535
Issue-ID: DMAAP-1270 Change-Id: Icd0cf60921750b84840a5a344eb15a736684e329 Signed-off-by: su622b <su622b@att.com>
2019-08-08Merge "Application properties config change"Alexis de Talhouët1-0/+24