Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: OOM-2059
Change-Id: I02bbdd5b06e7194434d761bcf1aebbd749c6f1d7
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Proper configuration for HTTPS in the sdc:
-configured the livenessProbe/readinessProbe ports
-changed mount path for dcea-be components
-updated dcea component images
-updated VID and Portal to talk with the SDC
Change-Id: Ibdece8f095aaa79e326cb9c4510e8227a7856b15
Issue-ID: SDC-2548
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
|
|
|
|
|
|
|
|
|
|
|
|
Removed exposed port 7001 by JDWP in sdc-wfd-be
Issue-ID: OJSI-79
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I5ccad4c0d5330bd7e0bffa2cca6b7e3d8ef18f6a
(cherry picked from commit 09dca2aef073f493e63f11198f44246008567597)
|
|
Removed exposed port 4001 by JDWP in sdc-onboarding-be
Issue-ID: OJSI-78
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ied6cb6bd08358a03a44213545d3fb1928f7d008d
(cherry picked from commit 45d7963968e8d4a3be9c5f4d5df4224116804080)
|
|
Removed exposed port 6000 by JDWP in sdc-fe
Issue-ID: OJSI-77
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I9bfad007983510a8b877731fd35bffcf16590086
(cherry picked from commit fce96df6504488b7de1a71b75ecfd1d9272dfdfd)
|
|
Removed exposed port 7000 by JDWP in sdc-wfd-fe
Issue-ID: OJSI-80
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I356452da25b641e2e1c0ecf4cd8de69ffe4cd77d
(cherry picked from commit 3339ae164f3e3c7a4e8b0f45ebfc1c59826f9870)
|
|
Removed exposed port 4000 by JDWP in sdc-wfd-be
Issue-ID: OJSI-76
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I9e9caa59623c58d1deebd3320cdfce9f73c83ebc
(cherry picked from commit 674916aa2b762a45e4a394ea6ea1198cf8965c8c)
|
|
Today when deploying SDC 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).
SDC PVC for ES is used only for one POD.
Thus we don't need RWX.
The other values are not used as of today but changing them to RWO seems
better if they're reused again
Change-Id: I3dabbce120a14d19499330b51e808c5725588e0c
Issue-ID: SDC-2549
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Change-Id: Icc7eaff6798367f717680c051b146fa5a4860278
Issue-ID: SDC-2521
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
(cherry picked from commit d7b6ac82af6349f96910c059aa50432c1c04b5e8)
|
|
Change-Id: I699863544bb2b4dc8ff8f7597bcf61e02646de45
Issue-ID: SDC-2478
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
(cherry picked from commit 710166391ca301f9c9fcdbb1ddcd1c2a4882ec1e)
|
|
Issue-ID: TEST-185
Change-Id: I2bce2a44aa540a846933c548dd0ab67f3e53e679
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
|
|
Upgrade SDC from Titan to Janus Graph
Change-Id: I3f14e07b3eb54401f806687e3110559ada5b7496
Issue-ID: SDC-2296
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
|
|
Updating all helm chart versions to 5.0.0 for the El Alto release.
Merge will be co-ordinated with the merge of a separate aai/oom patch.
Please do not merge until this coordination has completed.
Issue-ID: OOM-1980
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
|
|
|
|
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Issue-ID: SDC-2375
Change-Id: I459359828485c31a247a495674eb450af9fdf167
|
|
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Issue-ID: INT-1106
Change-Id: I09966ff3735a10342a6dd2e4a394eab95d46fb05
|
|
Ingress support for list of FQDNs in SDC Workflow
Change-Id: Ibe9e250887532a43ffb2645f66462ccadeb4b4a7
Issue-ID: SDC-2320
Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
|
|
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: I07106f118c4d6ed660debdbd80660576889ebbe0"
|
|
Change-Id: I78125eed15afe4ee5f54c1334fe9d7c3261efd64
Issue-ID: SDC-2272
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
Increased readiness time for common cassandra and sdc-cassandra
due to installation failures
Change-Id: I4c7f6f5db5ddeebb1d3bde50a24e848be75ba867
Issue-ID: SDC-2319
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
Issue-ID: OOM-1874
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com>
Change-Id: I07106f118c4d6ed660debdbd80660576889ebbe0
|
|
Issue-ID: SDC-2288
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com>
Change-Id: Iaa62fa44619e9a6f48afad508f2f19b8d3a903a1
|
|
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: I8becf40534bab160d08690769fec48e46a385e1d"
|
|
Change-Id: I1512c47570a4cd8a739b3ce517ee6bf8c5544b18
Issue-ID: SDC-2195
Signed-off-by: kooper <sergey.sachkov@est.tech>
|
|
Issue-ID: SDC-2246
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com>
Change-Id: I8becf40534bab160d08690769fec48e46a385e1d
|
|
Change-Id: Ia601a7b4420adcfc82526805ab496c6194962b5e
Issue-ID: SDC-2272
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
|
|
Change-Id: I032beab8e5057ba32b1ed74399347fbee38fe6b0
Issue-ID: INT-1042
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
|
|
Change-Id: I2ea2841c6902b786446c7bc850183fa21552214a
Issue-ID: OOM-1203
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
|
|
Add Cassandra port to Auto Json
Change-Id: I5f30c7ff9a0e5fb2e9eeca72c847cabece556c76
Issue-ID: SDC-2077
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
|
|
1. Moved certificate related info to helper file.
2. Minor bug fix
Change-Id: I6769515e5ea4823309ffa478ea737234e9171b68
Issue-ID: OOM-1740
Signed-off-by: priyanshua <pagarwal@amdocs.com>
|
|
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>
|
|
Added a flag to decide whether init job is needed.
Change-Id: I1f18675907e606ef6c123b1e6a587f108cab3f73
Issue-ID: OOM-1712
Signed-off-by: priyanshua <pagarwal@amdocs.com>
|
|
Added a flag to decide whether init job is needed.
Change-Id: Ib40571048dac1d1161d756edc5d738b86aac1c7a
Issue-ID: OOM-1712
Signed-off-by: priyanshua <pagarwal@amdocs.com>
|
|
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>
|
|
Issue-ID: OOM-1373
Change-Id: Ifc6593a7e8f8622bfec29b942c5c75cdb59c997d
Signed-off-by: sushil masal <sushil.masal@amdocs.com>
|
|
Update workflow context
Change-Id: I6ec8240cabc7cded7b097d1527d87980791055d1
Issue-ID: SDC-2121
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
|
|
|
|
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>
|
|
Change-Id: Idb21ab06e23d4e0b38af2033f2bdfa96d7ce2bad
Issue-ID: SDC-1913
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Allow custom plugins in SDC
Change-Id: I48b3defca43de1fed4916ef5b9e27324d22af75e
Issue-ID: SDC-2022
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
|
|
tcpSocket probe does not work for the web application
Kubernetes will never detect that, and will never try to re-create the pod.
liveness probe based on the health-check API can be used.
Issue-ID: SDC-1986
Change-Id: I93720e19feb2ff558fa6c4dc3ababdbfa2eda102
Signed-off-by: amitjai <amitjai@amdocs.com>
|
|
Sync docker tags with the release manifest from integration
repo commit 4c69929dd0acb06a028fabdbdab060be4db6348b.
Change-Id: I9795a9a316b8ab6c959655fee5f7ef65fbfea78c
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Sync docker tags with the release manifest from integration
repo commit a7c98ae0fabb0a94fbdc030e6f7c519439923045.
Change-Id: Idb73aa4f05a948b7e1d70723cc6a52b8fd6f0517
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|