summaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/charts
AgeCommit message (Collapse)AuthorFilesLines
2020-05-08Set multicloud-k8s image to 0.6.0Eric Multanen1-1/+1
Update image for Frankfurt release. Change-Id: Idc26b081694b8d7270fea81a30d595d41b6b9240 Issue-ID: OOM-2397 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> (cherry picked from commit 0d36387da995a3e5100b4a99c3e05765ee3ed4cd)
2020-04-02Bump chart versionSylvain Desbureaux10-12/+12
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
2020-03-19Correct distribution addresses of SDC artifactKonrad Bańka2-4/+4
Issue-ID: MULTICLOUD-1036 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I3c1d23417f721dd50ed2255dfdf3ee83e7d11fa7
2020-03-19Correct distribution addresses of SDC artifactKonrad Bańka1-2/+2
Issue-ID: MULTICLOUD-1036 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I81161664e257fc4d5c459ee6255ffa5e3f4371c7
2020-03-12Bump up versions of multicloud serviceBin Yang4-4/+4
Issue-ID: MULTICLOUD-1026 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I5bf7f56bf2c90ae4fb7584f6c16ce485025ecd1e
2020-02-13Merge "Fix the wrong MSB_PROTO env value"Sylvain Desbureaux3-3/+3
2020-02-05Fix the wrong MSB_PROTO env valueBin Yang3-3/+3
Issue-ID: MULTICLOUD-978 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I128421b36def6e974cde12093717cfe9e78b5b5f
2020-02-05Fix multicloud logging issueeHanan1-0/+4
Change-Id: Icd3631e329b7834c716fd9299007e1644d139822 Issue-ID: OOM-2130 Signed-off-by: eHanan <eoin.hanan@est.tech>
2020-02-04Enable multicloud openstack https endpointsBin Yang9-9/+34
Make use of msb iag with https as well Issue-ID: MULTICLOUD-978 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I79c988e2ac13f1c11be8ca5ac9ccd44c21418cb4
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak38-65/+65
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-13Fix multicloud log message output issueBin Yang4-4/+4
The log config error results in log output failure Change-Id: I6451e678c3ac509ed676699ac048200feebc6ab8 Issue-ID: MULTICLOUD-966 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-09[Multicloud] Use global storage templates for PVCSylvain Desbureaux8-45/+22
OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I8ed04b153aec0b81971a7a1eb97737d905ea4c5c Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-20Remove charts for multicloud-lenovoChangjun Wang8-406/+0
Remove charts for multicloud-lenovo Issue-ID: MULTICLOUD-737 Signed-off-by: Changjun Wang <310397125@qq.com> Change-Id: Id0ddd57ef620be7b03c524289efb70163d0f8828
2019-10-22fixing not working repository:imageOndřej Šmalec1-2/+2
image can't be pulled from registry.hub.docker.com repository hence changing it to working one. non-working ==> registry.hub.docker.com/onap/multicloud/framework-artifactbroker:1.4.2 working ==> nexus3.onap.org:10001/onap/multicloud/framework-artifactbroker:1.4.2 Issue-ID: MULTICLOUD-844 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I1449cc0ff4a2fb4a5f4230515e9422f32cdbf5b5
2019-09-27Update docker image versionKiran Kamineni1-2/+2
Update docker image version to latest version from docker hub. Issue-ID: OOM-2117 Change-Id: I4de4fec038c6a305363df95feba171bfba0cd410 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-23Merge "Update multicloud broker and openstack version"Borislav Glozman4-4/+4
2019-09-20Update multicloud-vio to version 1.4.1Ethan Lynn1-1/+1
Update multicloud-vio to version 1.4.1 Change-Id: I788a58fbb86cba4f2b8b4ddac14812155e6c096e Issue-ID: MULTICLOUD-736 Signed-off-by: Ethan Lynn <xuanlangjian@gmail.com>
2019-09-12add PV support for artifactbrokerLiang Ding4-0/+101
add PV/PVC files - update deployment files to use PVC and resolve permission issue of data dir - update values for the init container image Change-Id: I354043a79915d25bf1e5396b538b98b0dbdb7fe7 Issue-ID: MULTICLOUD-717 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-09-09Update multicloud broker and openstack versionBin Yang4-4/+4
Change-Id: I0054f1b90372ecd60de49e0c9cbd42e0f7a0cb40 Issue-ID: MULTICLOUD-809 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-09-02Delete oom for ocataHaibin Huang8-410/+0
Issue-ID: MULTICLOUD-775 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: Ieeab8ba5e6fd5f9d307f6ec996ca724058a08c1b
2019-07-11Moving Helm Chart version for El AltoMike Elliott12-14/+14
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
2019-05-31Update multcloud-azure version to 1.2.4Bin Yang1-1/+1
With 1.2.4, multicloud-azure image rebased to alpine Change-Id: I8f0cf260dd9750e5698a4d04cc3081dc06c9cf6f Issue-ID: MULTICLOUD-659 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-05-29bump multicloud services to 1.3.4Liexiang Yue8-8/+8
bump multicloud-k8s image to 0.4.0 Issue-ID: MULTICLOUD-641 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com> Change-Id: I14914e42426657bc40837b4d34b716f38c948465 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-24update artifactbroker for multicloud pluginsliboNet5-39/+139
add artifact broker to k8s plugin by specified forwarder update another plugins configuration to use multicloud instead of policy per the confirmation from SDC PTL make the port configureable update the concerned type to include VF_MODULES_METADATA add /data dir into k8s artifactbroker P7: Remove tabs from config.json Change-Id: I614b85ef512740e9bb44d431760d8e7424fb804b Issue-ID: MULTICLOUD-631 Signed-off-by: liboNet <libo.zhu@intel.com> Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-20Add etcd to requirements.yamlKiran Kamineni3-1/+12
Add etcd to requirements.yaml and add the service name to the configuration file Issue-ID: MULTICLOUD-638 Change-Id: Idef37e50f535dcb79e39e5cebfd2c95c660b8e3c Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-16delete .service.yaml.swpChangjun Wang1-0/+0
delete the file .service.yaml.swp Issue-ID: MULTICLOUD-596 Change-Id: Id5b301626d762a96dfb2903eaa22b767e9fc30a4 Signed-off-by: Changjun Wang <310397125@qq.com>
2019-05-15Disable NodePort for security concernBin Yang8-8/+8
Expose only ClusterIP instead of NodePort Change-Id: Icd6a3b6e8f5cde319710b5541ada0260f544be01 Issue-ID: OJSI-151 OJSI-148 OJSI-71 OJSI-130 OJSI-153 OJSI-150 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-05-14Merge "Add Lenovo ThinkCloud Charts in OOM"Alexis de Talhouët9-0/+406
2019-05-14Merge "Upgrade released image tag 1.3.2 to multicloud"Alexis de Talhouët4-4/+4
2019-05-14Merge "Add FCAPS to oom"Alexis de Talhouët8-0/+411
2019-05-14Add Lenovo ThinkCloud Charts in OOMChangjun Wang9-0/+406
Add Lenovo ThinkCloud Charts in OOM Issue-ID: MULTICLOUD-596 Change-Id: I784aec33a6319fd1905c1a358b1df6509ae488c5 Signed-off-by: Changjun Wang <310397125@qq.com>
2019-05-14Upgrade released image tag 1.3.2 to multicloudBin Yang4-4/+4
Change-Id: I8d651296ea5150531a988dde6a04b6580a5f917e Issue-ID: MULTICLOUD-625 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-05-13Add helm charts for multicloud-k8sKiran Kamineni7-0/+321
Add helm charts for multicloud-k8s Add support for access via msb internal gateway Use 9015 port instead to align with other Multicloud services Add Makefile under multicloud to do helm dep up for k8s as k8s uses the mongo chart in its requirements.yaml Update licenses Issue-ID: ONAPARC-363 Change-Id: I31aaf9e97a3807501af5bf7e56b3df53dfc22074 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-13Add FCAPS to oomBin Yang8-0/+411
Issue-ID: MULTICLOUD-499 Change-Id: I3a06d4e7e78f2d24ac4600946e4d42c8848ad277 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com> Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-05-10integrate artifact broker into multicloud pluginsliboNet4-0/+174
add config.json for each multicloud plugin update deployment to add it as sidecar update the values.yaml of multicloud to store image name remove the hardcode namespace fix typo and use 1.3.1 image tag Change-Id: I6cc9e381ea655b1d75760b013d2be693b0c0575c Issue-ID: MULTICLOUD-597 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-05-07Update docker image tag to the latest released oneBin Yang5-5/+5
Change-Id: Ie5826081a18dcd0e4b4c3deec748c89a74b3c831 Issue-ID: MULTICLOUD-608 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-04-24Remove DCAE image from updateYang Xu4-4/+4
Change-Id: Ifa98f8610b0a96a28f3a3ded7cb65663e9455158 Issue-ID: INT-1042 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-03-25Merge "Add starlingx plugin"Borislav Glozman8-0/+405
2019-03-25Add starlingx pluginHaibin Huang8-0/+405
Change-Id: Ifbe5637edeb22a748699ff923584a12bc47b44e9 Issue-ID: MULTICLOUD-428 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2019-03-14Merge "Bump up version to 1.3.0-SNAPSHOT"James MacNider3-3/+3
2019-02-10Update Chart version for Dublin ReleaseMike Elliott8-8/+8
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>
2019-01-15Bump up version to 1.3.0-SNAPSHOTHaibin Huang3-3/+3
Change-Id: I58bb2fc5de5f13ba6bb69ddd101d609cd84ea52d Issue-ID: MULTICLOUD-432 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2018-12-19Reconfigure nodeport usageKiran Kamineni8-9/+29
Removed the nodeport usage for sms-db Converted all multicloud-prometheus charts to use ClusterIP for now. We can allocate nodeports for them later on when the services are requested by other services in multicloud. Also, disabled the multicloud-prometheus charts from starting up by default. Change once dependent charts or services are added. Issue-ID: OOM-1555 Change-Id: I2dddc54015844de3abbbf786f95b8bb6eba92d86 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-12-04Add prometheus chart for multicloudKiran Kamineni24-0/+1352
Adding prometheus server chart under multicloud. P4: Add Alertmanager subchart under prometheus P6: Add Grafana subchart under prometheus P9: Add resourcelimits P10: Use version 3.0.0 for all the charts Issue-ID: MULTICLOUD-317 Change-Id: I7ba764d020921729225cf6f65154d00ad4e40dae Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-11-27Update multicloud version 1.2.2Bin Yang3-3/+3
Change-Id: I2b6c8842b88219ee8be425beaff65c6f75761e9d Issue-ID: MULTICLOUD-419 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-11-14Sync docker tags with release manifestGary Wu5-5/+5
Sync docker tags with the release manifest from integration repo commit 6ac922392c49042b32df0171991da772ccec8571. Change-Id: I080588eb637c4df0791a2ffb61b56ff2d827bf63 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-26Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 73e35266be6609f1eb59d2de3bf819ebd3cb4a79. Change-Id: I8e79691e9d4cf27cc20082bd2dfbf6ee3bc7eef3 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-18Sync docker tags with release manifestGary Wu4-4/+4
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-12Merge "Add v1 service endpoints for MultiCloud components"Alexis de Talhouët6-18/+37
2018-10-11Merge "Deployment charts for multicloud-azure plugin"Borislav Glozman8-0/+389