aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-wfd-be/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-09-09[SDC] use of certInitializer templateChrisC1-133/+0
Auto SSL certificates generation through certInitializer template for SDC Refactor to components Issue-ID: SDC-3172 Change-Id: I2c895a8d8e7c25e11a2a1e997735d2e7b2d258aa Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux1-2/+2
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-07-23[SDC] Make SDC compatible with Kubernetes v1.17kwasiel1-1/+4
Issue-ID: OOM-2465 Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com> Change-Id: Iaddbc40c44c3ad7e306ec16926874ff41eaf5319
2020-04-02Updated sdc cert.k.kedron1-0/+11
Updated truststore/keystore password for sdc cert. Added truststore/keystore password to chef AUTO.json. Updated deployment.yaml files to mount the cert files. Issue-ID: SDC-2855 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ifd0d45cc591a0624005f86d2e67e3c0bc490efd3
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak1-8/+8
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2019-12-17Secure FE communications to the workflow backendIlanaP1-11/+16
Update of the workflow fe and be charts to secure the communications and to start the backend server is https mode with a secured connection to SDC Issue-ID: OOM-1954 Signed-off-by: IlanaP <ilanap@amdocs.com> Change-Id: Ia3c4c714e317b8f8b6b4ee9245daa50eea50275f Signed-off-by: IlanaP <ilanap@amdocs.com>
2019-10-28Enabled HTTPS for sdc-workflow-designerr.bogacki1-2/+2
-Enabled HTTPS for frontend and backend -Updated paths and passwords for a certificates Issue-ID: SDC-2479 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ic4b379bc2eb73a984221fa06ddc0fe8f0fa2116b
2019-04-19Upgrade SDC to use common Cassandra ClusterMahendra Raghuwanshi1-1/+1
Change-Id: I2ea2841c6902b786446c7bc850183fa21552214a Issue-ID: OOM-1203 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-03-26Support HTTPS and SSL Cassandra in workflowpriyanshu1-23/+3
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>
2019-03-20Support HTTPS and SSL Cassandra in workflowpriyanshu1-0/+41
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-14Support execution control of SDC Workflow initpriyanshu1-1/+1
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-13Support execution control of SDC Workflow initpriyanshu1-0/+2
Added a flag to decide whether init job is needed. Change-Id: Ib40571048dac1d1161d756edc5d738b86aac1c7a Issue-ID: OOM-1712 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2018-09-06SDC Workflow Designerpriyanshu1-0/+4
1. Added additional arguments 2. Changed the debug ports on BE and FE Change-Id: I8b83ee4e7656b3cdb64436c48b1c44bf720ba873 Issue-ID: OOM-1312 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2018-08-30Apache2 License additiontoshrajbhardwaj1-2/+3
Issue-ID: OOM-1306 Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-08-21SDC Workflow Designerpriyanshu1-0/+86
SDC Workflow Designer for OOM deployment via K8S Change-Id: I3b27e0d809c006b61e0947a8d8905862f00def23 Issue-ID: OOM-1312 Signed-off-by: priyanshua <pagarwal@amdocs.com>