aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-sdnc-adapter/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01Bump SO version to 1.6.0seshukm1-1/+1
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ib340900d834f1b74b1ca936dc5c2de96d3c6ad96 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-03-31[SO] Onboard ONAP CA during init phaseSylvain Desbureaux1-0/+8
Workaround for retrieving ONAP root CA and keeping SO container being run by no root user. Issue-ID: SO-2730 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib1b48c0a6fcca359a780640b8c705e75fd78dc1a
2020-03-28[SO] Use common secret template in soKrzysztof Opasiak1-2/+2
Generate passwords for: - so_user - so_admin and distribute them to all SO subcharts. mariadb-galera root password is taken as a reference to existing secret (shared mariadb instance) or also generated if local cluster is used. Three other DB users also have generated passwords but they are not distributed outside of so-mariadb as they were never used. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic4af5c9b12b00d2a52d2597e3fe1161d0d1a9f20
2020-03-25[SO] Use common secret template in so-sdnc-adapterKrzysztof Opasiak1-0/+25
Use common secret template in so-sdnc-adapter component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I57c88fcdbaded8fc73fd066f39519be0eae3d670
2019-10-14bump the SO version to 1.5.3seshukm1-1/+1
Issue-ID: SO-2328 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I694a53807d071e3ff14c4f013ec43a33af95f2ec
2019-09-12bump the SO release versionseshukm1-1/+1
Issue-ID: SO-2310 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I3a0b5a0ac58c14c42940e2af032e816493af0497
2019-09-02update the release version of SO 1.5.1seshukm1-1/+1
Issue-ID: SO-2223 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I978a79f2232505e42ff470aab53614d13fa629f7
2019-08-13update the release version of SOseshukm1-1/+1
Issue-ID: SO-2223 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic7f6f13640f209ec1898249e4172885098661b82
2019-06-12Update SO version to 1.4.4subhash kumar singh1-1/+1
Update SO version to 1.4.4. Issue-ID: SO-2010 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Change-Id: I05689eeb56bd255f2b1bf8a479aad6043c587838
2019-06-06bump the SO version to 1.4.3seshukm1-1/+1
Issue-ID: SO-1991 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I640f1b2173f4daac748a81f964c723fc9e2a2043
2019-05-31bump the SO version to 1.4.2seshukm1-1/+1
Issue-ID: SO-1929 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I0d409a8e714122b021660ed2fe6c8bcbd217aae6
2019-05-06bump the SO version in the oomseshukm1-1/+1
Issue-ID: SO-1851 Change-Id: Ibd0ea11e4995e836f0e0a582e7a2e4a00129ff7d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-23Merge "SO Rolling upgrade using helm hooks"Mike Elliott1-1/+1
2019-04-23Update SO image version in OOMYang Xu1-1/+1
Change-Id: I192a22ce93991e70cb9a6b2777530953c8913358 Issue-ID: INT-1042 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-19SO Rolling upgrade using helm hooksMahendra Raghuwanshi1-1/+1
Issue-ID: OOM-1772 Change-Id: If206ae7cc2f4273889376e1bb3fa77bacfaae3cc Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2018-11-21Sync docker tags with release manifestGary Wu1-1/+1
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>
2018-10-24Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit db8a0273b6d9110ba7d1aa01b84666dab83b89d9. Change-Id: I94878829add2033b98b82a06e4bb097b72648faa Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-18Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest. It is assumed that the release manifest is the "single source of truth" and that the versions in the helm charts are out of date. Change-Id: I2902e60b25f57409dd616780a626e63c92d26769 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-12Added missing maria db dependenciesjmac1-1/+18
If there are other inter-pod dependencies that should be managed, please comment to let me know so they can be added. Also addressed the missing globals section in the pods values.yaml files and incorrect pull policy management to make them follow the standard conventions Change-Id: I3625f8452d90182391e1ff4af5fddfe9d0948a32 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1472
2018-09-25adding unlimited resource limitMandeep Khinda1-0/+1
Adds the ability to turn them off if they are found to cause issues also cleaning up some whitespace Issue-ID: OOM-1145 Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Do not mount certificates in SOAlexis de Talhouët1-1/+1
Certififacte has been added in the base docker image, https://gerrit.onap.org/r/#/c/66209/ so no need to add it again. Also, it was being mount at the wrong place. Also, using latest docker images. Change-Id: I55355dac9bfb2691f493317f77c0f363a78af7ee Issue-ID: OOM-1407 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-07Flavors defintion in resource limitvaibhav16dec1-2/+13
Issue-ID: OOM-1322 Change-Id: I5248ae206da6b5d65b0830f454813e6e14ec7284 Signed-off-by: vaibhav16dec <vaibhav.chopra@amdocs.com>
2018-09-06Fix from robot testing and resolve mergeBrian Freeman1-2/+2
Issue-ID: SO-713 Change-Id: Icafe6b039cc793c3724c387c06a2e80153e307bb Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-05helm chart for so containersRamesh Parthasarathy1-0/+50
This check-in is an updated version of helm charts for so containers based on review comments Change-Id: I690430622ecbdcaf099a6165844142841db436dd Issue-ID: SO-709 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>