summaryrefslogtreecommitdiffstats
path: root/kubernetes/oof
AgeCommit message (Collapse)AuthorFilesLines
2020-05-29Increment release version for osdf & hasvrvarma4-6/+5
Update osdf and has configurations Change-Id: I900ca5143fea1e5cd38d382abd5fe9b08af1a4de Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-760 (cherry picked from commit 96294cd67ebb8fef62399a96bff624e24d40a8bc)
2020-05-06[OOF] Fix Ingress configurationSylvain Desbureaux1-1/+1
Set redirect for SSL as backend is HTTPS. Issue-ID: OOM-2182 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I7dca15d6a381048f8f07c81b2523a1b6ec0ae308
2020-05-05MUSIC spring boot helm charts (music-sb)Tschaen, Brendan8-15/+19
Removal of tomcat and zookeeper as per latest music version.. Replaced with cassandra only and spring boot version of music, adding support for https and running the music container under a non-root user Update oof-has music-api configuration, use https Switch to music-api-springboot for all the ready.py Issue-ID: MUSIC-572 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Idbfac29cb5e9808787b5994e2575f055c292a146 Signed-off-by: vrvarma <vikas.varma@att.com>
2020-05-05[OOF] add Ingress to HAS API serviceSylvain Desbureaux2-0/+25
Adding the Ingresses to HAS API service. Issue-ID: OOM-2182 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6cfe4d014a18e693344e24f14c00f4108d9c15c9
2020-04-17Update oom with the latest release version for OOFKrzysztof Opasiak17-233/+216
Fixing the configuration based on comments Updating osdf common_config.yaml Separating cmso configuration to a new review Creating secrets app_key and add substution routine Fix a typo in has-xx deployment.yaml files Adding secret.yaml files for all has deployments Fixing certificates for oof Helm chart cleanup and unification. Fixing pdx url and mount path Unsetting appkey and removing secrets Change-Id: I6fbdbd7532c73dffeb9fac65d50d3900c85cd87a Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-720 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-04-09Changing log writes location to /var/log for oof/hasIkramullah, Ikram2-6/+6
The log locaitons that the processes write to should be a common place so that a non-root that starts the process can be setup to manage the writes to that location. Chaning all log locations to /var/log where user 'onap' has been given write access to. Issue-ID: OPTFRA-711 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com> Change-Id: I524534179b98c29acaf697dabdddd63b213199ba
2020-04-06Add optf-cmso oom helm chartsvrvarma11-36/+67
Making the charts consistent based on comments Fixing oom gating issue related to busyBoxImage value not found Moving and fixing cmso certs to this checkin Adding oof-cmso to the hardcoded certificates list Change-Id: Id48903ef7c38d69fcd8da5e067c2031359c94b56 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-720
2020-04-02Bump chart versionSylvain Desbureaux15-17/+17
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-25[OOF] Use faster version of common secret templateKrzysztof Opasiak5-8/+8
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ib25f38d3fed05608adfeaf4a4ef1898cf66e12b1
2020-02-25Replaced URLs from the configuration file with test valuesIkramullah, Ikram1-3/+1
Also, the last patch seems to have required the server_url attribute in section [sdnc] to be avaiable. This is why instead of 'removing', I'm replacing the unused/unwanted URL Issue-ID: OPTFRA-699 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com> Change-Id: I2365439ae013b7b4331741cd26b66e9b59f4d864
2020-02-17[OOF] Use common secret template for mariadb credentialsKrzysztof Opasiak8-54/+152
Remove all hardcoded credentials for mariadb and depend on common secret template to generate all passwords at the deployment time. Issue-ID: OOM-2292 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I54e57b317a8852469bcc11aabf6ddf0040ff5eb3
2020-02-06[OOF] fix secret names for mariadb-galeraKrzysztof Opasiak2-9/+9
It looks like AAF issues masked my real mistakes of letting some of oof services failing because of bad secret names. Let's fix that quickly by just setting them to the corrent names temporarly as later oof will be ported to use common secret template anyway. Issue-ID: OOM-2053 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I9de1804dbd5399df25a3ef98354f41d39d073bf7
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak26-63/+63
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-11Merge "[Common] Use global storage templates for PVC"Borislav Glozman1-0/+1
2019-12-05[Common] Use global storage templates for PVCSylvain Desbureaux1-0/+1
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 aligned the PV creation of the different charts. I've also aligned the PVC creation of the different charts. I've removed unused mysql chart and (badly) used nfs-provisioner chart. I've also make cassandra backup work with dynamic PV (but RWX only for now). Change-Id: I0ea3f8c7514ca648d94b6c682684c06b822bbe0a Issue-ID: OOM-2229 Issue-ID: OOM-2228 Issue-ID: OOM-2227 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-28Add ingress controler support to OOFLucjan Bryndza2-0/+7
Issue-ID: OOM-2182 Change-Id: I69ea7e5dbc30981ec840373dc030f26696ed32db Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-10-04Merge "Use SO simulutor in cmso-robot"Brian Freeman11-111/+34
2019-10-03Use SO simulutor in cmso-robotJerry Flood11-111/+34
Issue-ID: OPTFRA-509 Change-Id: I2549e396311ad9582b898493e6bce311141a3b95 Signed-off-by: Jerry Flood <jflood@att.com>
2019-09-19Bump OPTF-HAS to 1.3.3Ruoyu Ying1-1/+1
Issue-ID: OPTFRA-561 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: I132dcb2adaed78a97822c4fae77026eddfb51df9
2019-08-09el-alto early release build for osdf and hasvrvarma2-2/+2
Change-Id: I72b709b78e052704a816408159a08b36f2d6c83e Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-561
2019-07-11Moving Helm Chart version for El AltoMike Elliott15-17/+17
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 version of HAS, OSDF to 1.3.1, 1.3.2Shankar Narayanan2-2/+2
Change-Id: I1af39fc90d420f5dffcc6713f09913ce9c6ce538 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-508
2019-05-30Switch scope to OSDF_DUBLINRuoyu Ying1-2/+2
Switching the policy scope we use to fetch policies to OSDF_DUBLIN Issue-ID: OPTFRA-498 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: Id2dc6f1ef7e86d776c1bb7b3c7747dbb537e8ca3
2019-05-22Add oof-osdf san to the aaf certificatesvrvarma4-86/+87
The oof-osdf SAN was not in the aaf certificates Change-Id: I6be4e56e0ceb29c2c53ca43a6b6bbd20076bc074 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-499
2019-05-15Update OOM to use release versionJerry Flood4-6/+6
Issue-ID: OPTFRA-500 Change-Id: I7efe976b06ce68e7b136d026a0a2d27ff2a38301 Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-14Release 1.3.0 for HAS and OSDFShankar Narayanan2-2/+2
Change-Id: Id5244f15d4e8b08babc19309398419394a95e5f0 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-491
2019-05-14Merge "Set resources to small"Alexis de Talhouët5-2/+8
2019-05-13Configuration changes to make osdf ssl enabledvrvarma6-4/+217
Add common_config.yaml file to enable SSL Add the cert and key files Modify the deployment to mount the cert files Increment the docker image version Securing HAS api with https Modifying the health check protocol to https and credentials Updating certs to add has hostnames Change-Id: I860a0c436234b31d675ca0447fa92d511be0b140 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-293
2019-05-13Set resources to smallJerry Flood5-2/+8
Issue-ID: OPTFRA-403 Change-Id: I403ea53eaeb8b3cc90ba3f20804fb1c6e7d0f675 Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-10Merge "Changes related to TLS implemenation for oof-has"Mike Elliott8-13/+169
2019-05-10Update CMSO OOM to use HTTPS and AAFJerry Flood29-45/+465
Fixes OPTFRA-484 and OPTFRA-390 Issue-ID: OPTFRA-391 Change-Id: I2b65743e38464aac8dbc8cf81419e9ce36769b7d Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-09Changes related to TLS implemenation for oof-hasIkramullah, Ikram8-13/+169
update oof certificates to add has hostnames updating oof certs to the latest generated date Change-Id: Ib9191d66eb491975f74062ee5e28b762d9cce9c1 Issue-ID: OPTFRA-461 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com> Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
2019-04-09Merge "Add optimizer helm charts for CMSO Dublin"James MacNider10-0/+747
2019-04-09Merge "Add ticketmgt helm charts for CMSO Dublin"James MacNider9-0/+604
2019-04-09Merge "Add topology helm charts for CMSO Dublin"James MacNider9-0/+603
2019-04-09Add optimizer helm charts for CMSO DublinJerry Flood10-0/+747
Issue-ID: OPTFRA-470 Change-Id: I68dc7da9f204731342614486963f6399500e7fea Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-09Add ticketmgt helm charts for CMSO DublinJerry Flood9-0/+604
Issue-ID: OPTFRA-470 Change-Id: I75e4cc3eb7675fd30a03721abf167e2d2dad0b46 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-09Add topology helm charts for CMSO DublinJerry Flood9-0/+603
Issue-ID: OPTFRA-470 Change-Id: I21754beae34b3d3f588f9ed13a463eafbfd48ebb Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-09Update helm charts for CMSO DublinJerry Flood5-23/+51
Issue-ID: OPTFRA-470 Change-Id: I1463a458e49c4815711e9becd9d332910f23a039 Signed-off-by: Jerry Flood <jflood@att.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott12-14/+14
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>
2018-12-21global image pull issuedkamdocs3-5/+5
Issue-ID: OOM-1563 Change-Id: I383dbec29291ba5b13d613f60d8eb343b9c59dda Signed-off-by: dkamdocs <devesh.kumar@amdocs.com>
2018-12-04Merge "Use flavors for resources in oof csmo deployment"Alexis de Talhouët1-7/+16
2018-11-28Update OOF version for HASRuoyu1-1/+1
Update version to 1.2.5 which includes HAS bug fixes Change-Id: I456ac2cd0c17bad545539fefb9953a79eac09006 Issue-ID: OPTFRA-401 Signed-off-by: Ruoyu <ruoyu.ying@intel.com>
2018-11-23Use flavors for resources in oof csmo deploymentSylvain Desbureaux1-7/+16
For Casablanca release, flavors have been set up for choosing the "right" resource requests and limits. Although the deployment is using the right way for that, oof-csmo-service charts values.yaml was not. This commit makes values.yaml aligned with flavors Change-Id: I38075343b24fc2af85795e9c2a65356d5b776391 Issue-ID: OPTFRA-403 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2018-11-08Add oof-has-controller dependency on aaf-smsjmac1-0/+2
Change-Id: Ibbfa47a0a660aa353cbc3f4dce1c04a371d59118 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1495
2018-11-06Increment optf cmso release versionvrvarma1-2/+2
Change-Id: I2168251033bc7c94e42eb909a79d91214a74477e Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-395
2018-11-02Upgrade OOF version in Helm chartsDileep Ranganathan2-2/+2
Upgrade OSDF and HAS version to 1.2.4 which includes AAF integration fixes and OSDF bug fixes Change-Id: Ia7ed0c53aa47fef3bd447a1ebf37381cc8360536 Issue-ID: OPTFRA-384 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-11-02Merge "Create helm charts for oof-cmso"Alexis de Talhouët15-0/+918
2018-11-02Create helm charts for oof-cmsoJerry Flood15-0/+918
This change provides the necessary helm charts to instantiate the oof-cmso database (mariadb-galera) and oof-cmso service to support the scheduling of change management requests. Issue-ID: OPTFRA-373 Change-Id: I5e5024849f251eee29d3d8697e46756211b5c640 Signed-off-by: Jerry Flood <jflood@att.com>
2018-11-01AAF Integration for OOF-HASDileep Ranganathan2-6/+17
Change-Id: Ice9e2665c110e0c04c4774d8b7dcfb91beae2110 Issue-ID: OPTFRA-331 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>