summaryrefslogtreecommitdiffstats
path: root/kubernetes/onap
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01Moving Helm Chart version for El AltoMike Elliott2-36/+36
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 (cherry picked from commit 9930821a92d9d78e4f161b235aa13ab5398188c5)
2019-06-11Fix so mariadb pod naming convention.Joey Sullivan1-1/+1
The so mariadb was missing so prefix from the name breaking convention. Issue-ID: OOM-1921 Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com> Change-Id: I5c26ab8943698e420fbdc198f0837e653a708185
2019-05-10Add modeling parser chartyangyanyj2-0/+6
Issue-ID: MODELING-165 Change-Id: I46419561fdc3f1b4fb7a7bcf19185ac6cbd99c1d Signed-off-by: yangyanyj <yangyanyj@chinamobile.com>
2019-05-09Add doc guide fixesMike Elliott1-11/+7
Change-Id: Ibe57c857b4d9367b77878757821c2e9c44c61a7b Issue-ID: OOM-1598 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-05-08Update overrides to support docsMike Elliott4-3/+127
Change-Id: I2a0428bfec238231b299c9f35364979b116a5d67 Issue-ID: OOM-1598 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-04-10default storageclass and nfs provisionersushil masal3-2/+46
Issue-ID: OOM-1500 Change-Id: I15dd98ea8042914220f1b6025e93f65224bb9adb Signed-off-by: sushil masal <sushil.masal@amdocs.com>
2019-03-21Add cassandra to all override filesMahendra Raghuwanshi3-0/+11
Issue-ID: OOM-1747 Change-Id: I9a3a1751fdd4cae1ce48d56b4a1b202ba9c3de4b Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-03-14Shared Instance of Mariadb-GaleraPramod6-1/+20
Change-Id: Id3fbbc7ad639bfd03ddbfc931abf774407851d74 Issue-ID: OOM-1193 Signed-off-by: Pramod <pramod.kumarsharma@amdocs.com>
2019-03-02Improve override usabilityMike Elliott2-29/+102
Currently when you deploy onap with no override file, the behavior is to deploy everything. In order to deploy a subset of components, an override file must contain all components and then disable the ones you don't want. As we prepare to transfer helm chart ownership to the teams, it will simplify the creation of project specific development override files, if the default behavior for deploying onap was reversed. Allowing override files to only contain the components they care to enable (and configure) and ignore the rest as they would be disabled by default. From this point on, it will be necessary to use an override file (as integration uses for testing) to enable all components. This patch includes an onap-all.yaml override file that may be used for this purpose. helm deploy dev local/onap -f onap/overrides/onap-all.yaml No configuration is part of this override. Its purpose is only to enable the components and is intended to be used in combination with other override files that provide environment specific configuration. Change-Id: I4b74a3a8a35a178298af7205762e2aca7c65dda3 Issue-ID: OOM-1692 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-02-20Instantiate common cassandra clusterMahendra Raghuwanshi3-0/+8
Issue-ID: OOM-1198 Change-Id: Ie49a34cfbe5bdb2620312e8780dccbc0b86a0d6e Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott2-33/+32
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-02-08Remove VVP from OOMLovett, Trevor4-11/+1
As part of the Dublin release, the web version of VVP is being deprecated. A command-line script will remain, but there will be no deployable, online version of the tooling. This change removes the deprecated components from the OOM deployment and management. Issue-ID: VVP-136 Change-Id: Iea4e611d6b1a784be271982eb6a92099a944bd76 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2018-12-04Merge "logstash replicaset 5 to 3 and 1 dev.yaml"Alexis de Talhouët1-0/+2
2018-11-28Update OOM docs for CasablancaMike Elliott1-2/+2
Updating release notes, Helm and K8s versions and started documenting use of (un)deploy plugins. Change-Id: Ia51db5f1489e8d63fd7e1f10e80174eb9f182f0f Issue-ID: OOM-1497 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-11-23logstash replicaset 5 to 3 and 1 dev.yamlroot1-0/+2
Change-Id: I248d11cab8b35b8b10b3c9bef7d49d5fb4182798 Issue-ID: LOG-860 Signed-off-by: root <frank.obrien@amdocs.com>
2018-11-21Merge "Create a minimal environment file"Alexis de Talhouët1-0/+175
2018-11-19Create a minimal environment fileEric Debeau1-0/+175
This override file is used to deploy a minmal configuration to onboard and deploy a VNF. It includes the following components: A&AI, DMAAP, Portal, Robot, SDC, SDNC, SO, VID Some additional optimisations are set: - replica set to one - JVM reduced size - resource requests reduced Patch2 corrects: - remove trailing white-space - add all components with true:enabled Patch3 corrects - remane file name to minimal-onap.yaml - remove oom-casa.txt introduced by error in patch2 Patch 4 corrects - put enabled:true all components to be deployed Change-Id: Iddf9b49a4af1567c5f9fdbb3e603a60428b56ca9 Issue-ID: OOM-1518 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-11-13Update values.yaml to make pnda installabe or notJulien Barbot2-3/+3
Change-Id: I38c8e0a8ee16c97e555de0264c0bd5ba89a04849 Issue-ID: DCAEGEN2-779 Signed-off-by: Julien Barbot <julien@barbot.org>
2018-11-06Merge "vvp -- VNF Validation Platform"Mike Elliott3-0/+8
2018-10-23vvp -- VNF Validation PlatformjasmineWen3-0/+8
Issue-ID: OOM-1173 Change-Id: I11251d5729c057ebc2211c60ac973343c0aa01f3 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com> Signed-off-by: stark, steven <ss820f@att.com>
2018-10-23Increasing initDelaySec for dmaap-drFiachra Corcoran1-0/+11
Change-Id: Id87b4675bf8e2f61e4b8f39e4eae0b5466fb68c1 Signed-off-by: Fiachra Corcoran <fiachra.corcoran@ericsson.com> Issue-ID: DMAAP-857
2018-10-18Fix deploy when subcharts contain same nameMike Elliott1-6/+2
Invalid subchart override file (internal) was being created for portal. This was caused by an incorrect match on subcharts that included "portal as a prefix or suffix in its name. Change-Id: I02d9564f573cf194940df7edc267079e2fb7eec2 Issue-ID: OOM-1344 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-10-05align dockerdata, dockerdata-nfs for dev.yamlroot1-3/+5
Change-Id: I7a96309d77fd303429f3710d1b919a4f35a52ebc Issue-ID: OOM-1458 Signed-off-by: root <frank.obrien@amdocs.com>
2018-10-01redisable contrib/netbox chartUbuntu2-0/+6
Change-Id: I34627212ad2fb3797dd86c1bee1c2883308a3b25 Issue-ID: OOM-1451 Signed-off-by: Ubuntu <frank.obrien@amdocs.com>
2018-09-27Merge changes from topic 'oom-dcae-pnda'Alexis de Talhouët2-0/+6
* changes: Add PNDA bootstrap job to dcaegen2 chart Add PNDA mirror container to dcaegen2 chart
2018-09-25setting global flavor default to unlimitedMandeep Khinda1-0/+3
the default of small is creating issues as the resource request numbers need to be better tuned. setting to unlimited brings us back to where the containers are allowed to request whatever they want and grow unbounded (the downside is that this may allow for the containers to starve your K8s cluster!) Issue-ID: OOM-1145 Change-Id: I123131bdfbd154cf02cfa9fa7d96597844e346ab Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25Add PNDA bootstrap job to dcaegen2 chartDonald Hunter2-0/+6
Change-Id: I39974a948d261e3e6d80faf0219f67d4ffc8c90c Issue-ID: DCAEGEN2-779 Signed-off-by: Donald Hunter <donaldh@cisco.com>
2018-09-24Update Chart versions to 3.0Mike Elliott3-31/+29
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release. Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b Issue-ID: OOM-1354 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-18Disable contrib chart in disable-allcharts.yamlAlexis de Talhouët1-0/+2
Change-Id: Ibca20f8ab51cc87458d18b0abf3de9d573895ea9 Issue-ID: CCSDK-366 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-17Enable /contrib chart leveraged by Casablanca UCMarc-Alexandre Choquette2-0/+6
Enable /contrib chart to package software leveraged by CDS usecase in Casablanca. Packaged under /contrib as Netbox is not an ONAP component. Issue-ID: CCSDK-366 Change-Id: Idd30db3b9e8865f64a269e628fbf7c365f125f06 Signed-off-by: Marc-Alexandre Choquette <m.a.choquette@bell.ca>
2018-09-17Merge "update log helm chart from 2 to 3.0.0"Borislav Glozman1-1/+1
2018-09-10Update vm_properties.py for encrypted passwordBrian Freeman1-0/+3
Issue-ID: INT-515 Change-Id: I11824c0e3424f153c413a2bee547423be80338a7 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-07move SDNC geo NodePorts to separate prefixjmac2-0/+2
Change-Id: I7aaa10563a9008d4628534159b2064a5f51802ec Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1379
2018-08-30update log helm chart from 2 to 3.0.0Michael O'Brien1-1/+1
Change-Id: I84b218452315c2026fb443c85a0cfce04098b29e Issue-ID: OOM-1361 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-08-20helm 2.9.1 from 2.8.2Michael O'Brien1-1/+1
Change-Id: I5e2920607d6fd4e0cc4b9afaef48ca64362fc41d Issue-ID: OOM-1299 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-08-14oom environment file with added timeoutsSudhakar Reddy1-0/+139
This file contains the added liveliness and readiness timeouts for some of the components that are stuck in Init state during deployment. Change-Id: Ia4904b17b2ab64cad9b1511fa21b88b53d1c3a87 Issue-ID: OOM-1327 Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>
2018-08-01Add pomba elasticsearch new charts for POMBAGeora Barsky3-0/+8
Adding elasticsearch deployment artifact to POMBA charts Change-Id: I5d1d5675ca610315f6dd91caab5920edf3ff9318 Issue-ID: LOG-573 Signed-off-by: Geora Barsky <georab@amdocs.com> Add pomba kibana chart for POMBA deployment Adding new kibana deployment artifacts for pomba Issue-ID: LOG-573 Change-Id: I1137fb9f2930933a5f47c839d110f61b69e761ef Signed-off-by: Geora Barsky <georab@amdocs.com> Use elasticsearch dump tool Use elasticsearch dump tool to import index-patterns Change-Id: I1137fb9f2930933a5f47c839d110f61b69e761ef Issue-ID: LOG-573 Signed-off-by: Geora Barsky <georab@amdocs.com>
2018-06-05Fix bad values for configuring NBI.Sylvain Desbureaux1-4/+1
PS-3 MK: the sample value for openStackVNFTenantId is being interpolated as a number because it is all numeric. Going with the quoting it at the template level. Changing the value to 12345abcde probably would work too. Change-Id: I2f81430e56f465543d3701a2d8cd4b562e7e987d Issue-ID: OOM-1116 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-31removing incorrect/redundant SDNC overridesjmac1-4/+0
Change-Id: I8bfbaaad6ab5842cca6feb746e38830a5cd5c1f1 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-330
2018-05-22Disable NBI deployment optionBorislavG2-0/+4
Change-Id: I8e2268ab90bc685e9764daf923cf74f37e0a5477 Issue-ID: OOM-1103 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-17Add External Interface NBI project into OOMSylvain Desbureaux2-0/+17
NBI (North Bound Interface) is one of the new project added for Beijing release. Features added ============== MongoDB common chart -------------------- Ability to start a mongo container, with a chart consistent with other common charts (readiness, liveness, persistence, resources, nfs, service, ...). Specific configuration: * name of the db to create if needed NBI chart --------- Ability to start a mariadb container, with a chart consistent with other common charts (readiness, liveness, persistence, resources, nfs, service, ...). Specific configuration: * name of the db to create if needed * name of the user that has access to the db * password of the user that has access to the db * root password of the database Ability to start a NBI container, with a chart consistent with other common charts (readiness, liveness, persistence, resources, nfs, service, ...). Specific configuration: * log level * cloudOwner * ecompInstanceId * openStackRegion * openStackServiceTenantName * sdc_authorization * aai_authorization * so_authorization ONAP chart ---------- Added a requirement on NBI chart, possibility to enable/disable and configuration to push to the chart. Current Status ============== - [*] adding a common chart for mongodb - [*] make mongo chart compiling - [*] testing the mongodb common role - [*] creating a mariadb chart inside nbi helm - [*] testing the mariadb chart - [*] make mariadb chart compiling - [*] make nbi use these charts - [*] make nbi chart compiling - [*] test the whole solution - [*] create a service for nbi Change-Id: I8dd3e79768c83b1553a05c892cf418f840931255 Issue-ID: EXTAPI-54 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2018-05-15Merge "Fix Geo Config"Mandeep Khinda2-8/+0
2018-05-15Remove k8s version enforceBorislavG1-3/+1
This commit reduces commit 47271 to check only tiller version. k8s version check fails on all environments. Change-Id: Ic58955fddec4cdd174a0e1a5038665e992ef8ff6 Issue-ID: OOM-1075 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-14Fix Geo ConfigTrevor Tait2-8/+0
Issue-ID: SDNC-290 Change-Id: I68776259f5950d07e3b2c76b046d2b8b596bbc34 Signed-off-by: Trevor Tait <rtait@amdocs.com>
2018-05-14enforcing helm and kubernetes version requirementsMandeep Khinda1-0/+3
helm 2.8.x k8s 1.7.14+ and 1.8.9+ versions selected because of: https://github.com/kubernetes/kubernetes/issues/60814 Issue-ID: OOM-1075 Change-Id: Ife365ac8e8b7812c1fe4fa0764739511c3c6eb55 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-14Helm Chart Standardization Sniro-Emulator(Mock)vaibhav4-8/+6
This task also includes renaming of mock project into sniro-emulator Issue-ID: OOM-741 Change-Id: Ib0352f7ecb10019f940c571de073dc0af7056ee5 Signed-off-by: vaibhav <vaibhav.chopra@amdocs.com>
2018-05-10Improve docker registry secret managementBorislavG3-4/+8
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-08Merge message-router chart under dmaapDominic Lunanuova4-8/+6
Borislav: Fixed Makefile and renamed charts. Also cosmetic fixes. Includes corrections for the service name of MR used by dbc to be "message-router", which matches the message-router chart Patchset 2: standardize abbreviation for bus-controller to be "dbc" Patchset 3: correct references in README to match what is deployed Patchset 4: blew previous commit. Also added dmaap/Makefile lint step Change-Id: I36c07c7c1200f8e23ae12bd7357a5626346dcccd Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-386 Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
2018-05-04OOF Integration ChangesIkram Ikramullah4-2/+12
Thank you for the very detailed Review Boris. All changes you had asked have been incorported. Please take a look and let me know. Few important points. All components excep API and Music are services that do not expose any TCP or HTTP ports. All the NodePort and serices section areas in each of these component's values.yaml file have been cleaned. Actually, the service section do not make sense of these components at all. They use Music as a distributed Q to receive and push their tasks/changes. These include a). Controller b). Data c). Solver and 4). Reservation. This is why you didn't see any service.yaml files for these. ------------------------------- Made a single configuration based setup. All HAS components are now configured through a single configmap and a single set of configuration files. All oof-has components share configurations. Restructured the charts so that theere is one parent for oof-has from where properties can be inherited. Removed other issues like the make was failing. All PODs are coming up except data - which depends on AAI certs - team is looking for that side. Issue-ID: OPTFRA-22 Change-Id: I4bf36a68fc3636c822f33f55da70ace577c64ac0 Signed-off-by: Ikram Ikramullah <ikram@research.att.com> Signed-off-by: Anaël Closson <ac2550@intl.att.com> Removed Urls not needed Issue-ID: OPTFRA-22 Change-Id: I270de9cbed5f25dd971f40477fb95385a57fba5c Signed-off-by: Ikram Ikramullah <ikram@research.att.com> Removed Music IPs MK: PS-14: fixing robot testcase by forking the testcase until it is fixed in robot adding target port to osdf service. required to map port 8698:8699 Issue-ID: INT-444 Change-Id: I150e3389aece7fae3b0685647af3a787cc9f267d Signed-off-by: Ikram Ikramullah <ikram@research.att.com> Signed-off-by: ac2550 <ac2550@intl.att.com> Signed-off-by: Ikram Ikramullah <ikram@research.att.com> Signed-off-by: = <=> Signed-off-by: Ikram Ikramullah <ikram@research.att.com> Signed-off-by: Ankitkumar Patel <ankit@research.att.com> Signed-off-by: Thomas Nelson <tn1381@att.com> Signed-off-by: Ikram Ikramullah <ikram@research.att.com> Signed-off-by: Ankitkumar Patel <ankit@research.att.com> Signed-off-by: Thomas Nelson <tn1381@att.com> Signed-off-by: Ikram Ikramullah <ikram@research.att.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-02Merge "Update APPC resources for Nitrogen ODL"Borislav Glozman1-0/+8