summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02Merge "Use nodePortPrefix variable in CLAMP-mariadb service template"Borislav Glozman1-1/+1
2019-09-02Merge "Removing nginx-ingress from helm charts. It is running by default via ↵Borislav Glozman2-6/+0
RKE."
2019-08-31Update SDNC helm charts to use Neon versionTimoney, Dan (dt5972)13-43/+33
Update SDNC helm charts to use Neon-based El Alto images Change-Id: If91320bc663992355f665b3f57f77214e96985cd Issue-ID: SDNC-874 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-30Fix if statement in DMaaP-dr-prov serviceMarco Platania1-1/+1
Issue-ID: OOM-2083 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I0318115d85d8507ecba1133d6c8c1a2bc6333b63
2019-08-30Merge "DMaaP DR refactoring"Sylvain Desbureaux17-298/+565
2019-08-30Merge "Update VID values.yaml to version 5.0.1"Sylvain Desbureaux1-1/+1
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-29Move DMaaP Storage access to RWOSylvain Desbureaux3-5/+4
RWO is sufficient for DMaaP PVC. Change-Id: I35339948b3164e83b92d2e81a1c772574ebb9e9a Issue-ID: DMAAP-1285 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-08-29Move CLAMP Storage access to RWOSylvain Desbureaux1-1/+1
Today when deploying CLAMP 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). CLAMP PVC is used only for one ES instance. Thus we don't need RWX. Change-Id: I3a17195bca4f0f01b5cdb0d8e803bb2a8ab2dd38 Issue-ID: CLAMP-488 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-08-29Move Storage access to RWOSylvain Desbureaux1-1/+1
Mariadb PVC are created in 1 to 1 mapping with galera replicas thus we don't need RWX. Change-Id: I438855b2d4b2f90932387e056c168b0a995975a5 Issue-ID: OOM-2081 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-08-29Move Storage access to RWOSylvain Desbureaux2-2/+2
Today when deploying NBI 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). MongoDb PVC is used only for one Mongo instance and it's the same for maria. Thus we don't need RWX Change-Id: I4d54cd7853778d8ba6c83551a211abe34d383382 Issue-ID: EXTAPI-305 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-08-29Update VID values.yaml to version 5.0.1Ittay Stern1-1/+1
✔ El-Alto first wave Issue-ID: VID-521 Change-Id: Ic34065a28a47d07e408ad345b493404a055740c6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-29Update deployment YAML fileOleg Mitsura1-0/+8
Due to SSL support for CBS Client in SDK new ENVs containing paths to the certs & their passwords were added: - truststore path - truststore password path - keystore path - keystore password path Issue-ID: DCAEGEN2-1552 Signed-off-by: Piotr Wielebski <piotr.wielebski@nokia.com> Change-Id: Ib73048454db45a81d553afbe2d80fbb6253be711
2019-08-29Fix syntax and indentation in ingress common template.Ondřej Šmalec1-6/+6
Issue-ID: OOM-2050 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I7d54c4c8adc192d0c27249dde2fad4af2ed0a52a
2019-08-28DMaaP DR refactoringefiacor17-298/+565
# Increase docker images # Refactor global vars # Fix logstash paths etc # Remove default feed script Change-Id: Ib15fecc57d6f7f2d4049eff7903c08bc3adb78da Issue-ID: DMAAP-1283 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-08-26update multicloud/artifactbroker version in OOMLiang Ding1-2/+2
Issue-ID: MULTICLOUD-718 Change-Id: Iaba6a4b72c20f19eaf04c40e7beac47723bb8f78 Signed-off-by: Liang Ding <liang.ding@intel.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-23add bath file for additional AAA userTaka Cho2-0/+11
to comply for jolokia security vulnerability, another three AAA users will be added Issue-ID: OJSI-63 Change-Id: I476df578f457f862a76afec2df6ded34bb3cae64 Signed-off-by: Taka Cho <takamune.cho@att.com>
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-22Removing nginx-ingress from helm charts. It is running by default viaOndřej Šmalec2-6/+0
RKE. Issue-ID: OOM-2050 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I72802282d296c6e1f23f96112a6406ded18aa5ab
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