summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2
AgeCommit message (Collapse)AuthorFilesLines
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak28-52/+52
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-17[COMMON] Use deployment for postgresqlSylvain Desbureaux2-2/+4
Instead of statefulset + inner work in the container, use deployments in order to be more reliable Change-Id: Icf4fe1303ae3489c822558e28bb08b69af2d4970 Issue-ID: OOM-2234 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Merge "[DCAE] Use global storage templates for PVC"Borislav Glozman6-215/+46
2019-12-06Merge "Update prh to 1.3.2"Sylvain Desbureaux1-1/+1
2019-12-06Add ingress controler support to DCAELucjan Bryndza2-1/+10
Issue-ID: OOM-2178 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Id4c679431d5d5e0362acbd08757250f1bb5a0616 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-12-06Update prh to 1.3.2Joanna Jeremicz1-1/+1
Issue-ID: INT-1181 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I13888ca2334cfb1f59bbcf195726996cd8a79e54
2019-12-04[DCAE] Use global storage templates for PVCSylvain Desbureaux6-215/+46
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 I've also used a "range" for PV creation of redis in order to have only the needed number. Change-Id: I6bb326f8aaece11bcf503e9300e5c39a87214f81 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-07Attempt 2 at chart restructureUbuntu99-21/+79
Helm value override file now supports component-specific settings: dcae-bootstrap: enabled: true dcae-cloudify-manager: enabled: true dcae-config-binding-service: enabled: true dcae-healthcheck: enabled: true dcae-redis: enabled: true dcae-servicechange-handler: enabled: true dcae-inventory-api: enabled: true dcae-deployment-handler: enabled: true dcae-policy-handler: enabled: true dcae-dashboard: enabled: true Issue-ID: OOM-1574 Signed-off-by: Ubuntu <dgl@research.att.com> Change-Id: I85e0fe6ae19e176d954611549ec954a5fe662307 Signed-off-by: Ubuntu <dgl@research.att.com>
2019-10-17Updated The Version of HolmesGuangrongFu1-2/+2
Change-Id: I0f93684d1af27665e5a3fedc48ac2ca1648f4bfe Issue-ID: HOLMES-268 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2019-09-16Merge "Update for new tca blueprint"Brian Freeman1-1/+1
2019-09-16Update PRH version in values YAML filepwielebs1-1/+1
Issue-ID: DCAEGEN2-1752 Signed-off-by: Piotr Wielebski <piotr.wielebski@nokia.com> Change-Id: I32f77bc35a79558244b1baddd6180457eea9cab1
2019-09-13Update for new tca blueprintJack Lucas1-1/+1
Issue-ID: DCAEGEN2-1733 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I605e2e3a0808d9bc2be2e17e3bcf6fd0af3dee21
2019-09-13Merge "Top up version of HV-VES"Brian Freeman1-1/+1
2019-09-11Update DCAE bootstrap containerJack Lucas1-2/+1
Issue-ID: DCAEGEN2-1686 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Ica7798e4e9eaae54559813b9f2a1c01f2aab3a06
2019-09-05Add DCAE cleanup job, update CBS versionJack Lucas5-24/+61
Also fix CBS and policy handler filebeat loggging. Shorten names in CBS to remain < 64 with 10-char release name. Issue-ID: DCAEGEN2-1729 Issue-ID: DCAEGEN2-1317 Issue-ID: DCAEGEN2-1747 Issue-ID: DCAEGEN2-1749 Issue-ID: DCAEGEN2-1750 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I5a727e3c9502205bc727439ed70728238d59d74e
2019-09-05Top up version of HV-VESkjaniak1-1/+1
Change-Id: I7216000d88807918f572fb645016ed89f1836c3f Issue-ID: DCAEGEN2-1751 Signed-off-by: kjaniak <kornel.janiak@nokia.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-03dcae el-alto earlydrop updates with released tagVijay Venkatesh Kumar31-45/+780
Following patches into staging are included with corresponding released image tag https://gerrit.onap.org/r/#/c/oom/+/91759/ https://gerrit.onap.org/r/#/c/oom/+/91832/ https://gerrit.onap.org/r/#/c/oom/+/90603/ https://gerrit.onap.org/r/#/c/oom/+/92569/ Change-Id: I369b8a3cb25476e466e61b6b23d3034f17a461b6 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1318 Issue-ID: DCAEGEN2-913 Issue-ID: DCAEGEN2-1685 Issue-ID: DCAEGEN2-1597 Issue-ID: DCAEGEN2-909 Issue-ID: DCAEGEN2-904 Issue-ID: DCAEGEN2-1513 Issue-ID: DCAEGEN2-1550 Issue-ID: DCAEGEN2-1701 Issue-ID: DCAEGEN2-1694 Issue-ID: DCAEGEN2-1695 Issue-ID: DCAEGEN2-1718 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-07-11Moving Helm Chart version for El AltoMike Elliott20-22/+22
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-06-12fix invalid json config for PHVijay Venkatesh Kumar1-1/+1
Change-Id: I90cc36a5be62445320be16183b0bef47355fd077 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1620 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-06-10VEScollector version updateVijay Venkatesh Kumar1-1/+1
Change-Id: I4d92002a2886b514c599bf1834b579ff40c47a53 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1541
2019-06-07Bump up PRH version in Dublin in OOMMarcin Migdal1-1/+1
Change-Id: I65cdea2b7affa7e76133e5535fcdb06ae7e00868 Issue-ID: OOM-1918 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-05-26Update dcae version tagsVijay Venkatesh Kumar1-3/+3
Included dashboard released image Change-Id: I66480ab9470966752b22ae3c696d96d6393deb1b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1510 Issue-ID: DCAEGEN2-1508
2019-05-22Update Holmes image version in OOMYang Xu1-2/+2
Signed-off-by: Yang Xu <yang.xu3@huawei.com> Issue-ID: INT-1086 Change-Id: Idaef2667a592483f081e6f9cca8ab94ed3f0471e
2019-05-14Update image tag for PRH fixVijay Venkatesh Kumar1-2/+2
Change-Id: Ia221fa797b36887771e879b4aa7db181f60ca0ac Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1503
2019-05-13Bumped the version of HOLMES imagesGuangrongFu1-2/+2
Change-Id: If943f159a4a60d0b3530ddcb3f012d051b6f3a99 Issue-ID: HOLMES-224 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2019-05-07Update tag and PH configVijay Venkatesh Kumar3-4/+5
Change-Id: Iba9cc854773ca287dc4e32cd079bdd5f275fb691 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1479 Issue-ID: DCAEGEN2-1465
2019-05-01dcae release version tagVijay Venkatesh Kumar7-17/+17
Change-Id: I2cffe517568fd93dfa911750c73773d4a290cc86 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1464
2019-04-30Dublin PRH version use 1.2.2 instead of 1.2.1Marcin Migdal1-1/+1
Change-Id: Ib2295274627d80f46a5b030a1471d13e130c0b1c Issue-ID: OOM-1831 Signed-off-by: mmigdal <marcin.migdal@nokia.com>
2019-04-24update dashboard inputVijay Venkatesh Kumar3-4/+5
CM version update (new types) TLS container version update (bbsep san) Version update for bootstrap Change-Id: I58342d527b8f58e52c65dad65fff51df4d45ea67 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-04-15Add wait for plugin uploadJack Lucas1-1/+1
Issue-ID: DCAEGEN2-1436 Change-Id: I626af50c6c00e39b8879abf742894c54e03c0386 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-04-10Update image versionsJack Lucas11-21/+60
Add setup for initial multisite kubeconfig. Issue-ID: DCAEGEN2-1337 Issue-ID: DCAEGEN2-1136 Change-Id: I31a73faca05599cf702b99b5919fb0747cd483d2 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-04-09Merge "DCAE updates for R4"James MacNider4-1/+43
2019-04-05DCAE updates for R4Vijay Venkatesh Kumar4-1/+43
1) Add dashboard input for cloudify deployment 2) update ports for snmptrap 3) Include secure nodeport for ves Change-Id: Iaf18b098957d062666d977ec68596d857729263e Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-03-21Add support for multiple k8s clustersJack Lucas8-8/+12
Issue-ID: DCAEGEN2-1136 Change-Id: I2c2f440bf9793b7398d72c5fb97bd9b3b1309416 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-03-04Update TLS container for new certJack Lucas4-2/+9
Issue-ID: DCAEGEN2-1307 Change-Id: I92a206445caa632e45dcf3f6e9964b5e2aeb6b21 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-02-21Move dh and ph to Helm deploymentJack Lucas24-174/+956
- patchset 2 fixes copyrights - patchset 2 removes unused config.json files Issue-ID: DCAEGEN2-1091 Issue-ID: DCAEGEN2-1092 Change-Id: I6e3ecadb3bb18771bc4d0f7deb0c2865c1e1e236 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-02-12Fix image versioningJack Lucas4-12/+10
Issue-ID: DCAEGEN2-1191 Change-Id: Iec7531700d56ee08aa345f19c12fc1dd1004b897 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-02-11Merge "4.6.0 policy-handler active-passive"Borislav Glozman2-2/+8
2019-02-11Merge "Update inventory dependencies in Makefile"Borislav Glozman2-2/+23
2019-02-11Update inventory dependencies in MakefileJack Lucas2-2/+23
Issue-ID: DCAEGEN2-1181 Change-Id: I523cba3a4143ffcea6261d0353b7bacf363595e8 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott16-18/+18
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-314.6.0 policy-handler active-passiveAlex Shatov2-2/+8
DCAEGEN2-932: - mode_of_operation: active or passive = active is as before this change = in passive mode the policy-handler * closes the web-socket to PDP * skips the periodic catch_ups * still periodically checks for reconfigure * still allows usig the web-server to retrieve policies from PDP - default is active - when mode_of_operation changes from passive to active, the policy-handler invokes the catch_up right away - config-kv contains the optional override field mode_of_operation = changing the mode_of_operation in config-kv and invoking POST /reconfigure will bring the new value and change the mode of operation of the policy-handler if no service_activator section is provided in consul-kv record - reduced the default web-socket ping interval from 180 to 30 seconds because PDP changed its default timeout on the web-socket from 400 seconds to 50 seconds Change-Id: Iab66270dc4b1ee1ec422350be794ff161cd4a512 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-932
2019-01-28Deploy CBS, inventory, & SCH with HelmJack Lucas23-5/+1021
Change-Id: I2c1f6efd0110a23881f96ccef43cc287b965d396 Issue-ID: DCAEGEN2-1089 Issue-ID: DCAEGEN2-1090 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-12-19Upgrade version for PNF docker image versionMarcin Migdal1-1/+1
Change-Id: I3a00efb2188ecbb2b3ab7cafae08d2b1b7cf73f2 Issue-ID: OOM-1557 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-12-17Merge "r4 version updates"Alexis de Talhouët1-1/+1
2018-12-17Merge "Update DFC version to 1.1.1"Alexis de Talhouët1-1/+1
2018-12-14Update DCAE healthcheck imageJack Lucas1-1/+1
Change-Id: I8750bf57831fbe4baf49e9c9a5db99f61ab70693 Issue-ID: DCAEGEN2-988 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-12-13Update DFC version to 1.1.1Chengkai Yan1-1/+1
Change-Id: I8693f8aa9b90fd17a1d1227ff3c65c83b5de6698 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-1014
2018-12-13Merge "Add persistent storage for DCAE Cloudify Manager"Alexis de Talhouët4-11/+84