aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2018-10-09Add sms preload job that preloads secretsKiran Kamineni4-0/+241
Add a preload job that loads secrets from config files into secret management service after it comes up. P1: Includes osdf.json which contains secrets for oof-osdf P2: Add has.json for oof-has Issue-ID: AAF-548 Change-Id: Ib03cf6771a445be8ab00621cf26ca0e902af4ab3 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-10-09Add Pluggable Security to GizmoRavi Geda20-10/+481
Note that by default this feature is turned off. To enable update the installSidecarSecurity in aai/values.yaml to true. Change-Id: If4c32b55aa6d8e123c9e86015ff084848fd01c25 Issue-ID: AAI-1694 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-10-09Merge "Adding SO-Monitoring Helm Charts into SO Subcharts"Alexis de Talhouët5-0/+312
2018-10-09Merge "Migrate ELK to 6.1.3 OSS"Alexis de Talhouët12-119/+226
2018-10-09Merge "Modify logging configuration based on ODL upgrade"Alexis de Talhouët1-131/+71
2018-10-09Merge "Helm chart updates for OOF OSDF"Alexis de Talhouët4-10/+142
2018-10-09Merge "3.0.3 deployment-handler"Alexis de Talhouët1-1/+1
2018-10-09Create VF Module fails with preprocess errorRamesh Parthasarathy2-3/+3
This change is pertinent to jira issue so-1111 Create VF Module fails with preprocess error - VID never sees progress. updated bpmn & sdnc override files Change-Id: I73591874d39851eb3876e3a681e7196033d56be0 Issue-ID: SO-1111 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-09Migrate ELK to 6.1.3 OSSac255012-119/+226
+ add logstash configuration for a 2nd aggregated index + use new restore scripts for restoring dashboards Change-Id: I9176fa3b551591fdaf968e5b2496d510581aca22 Issue-ID: CLAMP-222 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-10-09Adding SO-Monitoring Helm Charts into SO Subchartsrope2525-0/+312
This subtask's aim is to create the Helm Charts for SO-Monitoring and then adding these charts to the SO's subcharts. Change-Id: Icb58c9ce4432c6571e656a0ca00079b1f7694ad2 Issue-ID: SO-1054 Signed-off-by: rope252 <gareth.roper@ericsson.com>
2018-10-09Add v1 service endpoints for MultiCloud componentsBin Yang8-23/+51
Change-Id: Ic0f2d65b6d84a505eded4825fabdabef50c5ce4c Issue-ID: OOM-1461 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-10-08Modify logging configuration based on ODL upgradeAaron Hay1-131/+71
Change-Id: I8c666730555bc4e531958b9192f0d4fcaeeb5e05 Issue-ID: APPC-1158 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-10-08Increase testsuite probe initialDelaysGary Wu1-2/+2
Change-Id: Ie12784c4ae0964d9d9aebc83b40d1d2ad344b82b Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-083.0.3 deployment-handlerAlex Shatov1-1/+1
- external version 3.0.3 - internal version 5.0.3 for code change - no API change Change-Id: I70b2dcec742235fc4ced773fae0cbcff51ad7799 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-862
2018-10-08Mount the realm properites into containersKajur, Harish (vk250x)6-3/+9
Fix a bug where the realm configmap was created but it wasn't being mounted into the containers so any changes being done is not being reflected in the pods Issue-ID: AAI-1700 Change-Id: I987c80a5f74ee3be5aaec6ffc9990efbae0f4c8d Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-10-08Container restart loopMatthieuGeerebaert1-4/+4
The container restarts in a loop before being considered as living on slow labs. Modified liveness and readiness probe, initial delay to 180 Change-Id: I499cb2ef85aa26dc054ad1b2e5b7ac8034ada7db Issue-ID: EXTAPI-122 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2018-10-05Merge "align dockerdata, dockerdata-nfs for dev.yaml"Mandeep Khinda1-3/+5
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-05Helm chart updates for OOF OSDFDileep Ranganathan4-10/+142
Helm charts updated for OSDF. Added new configs, dependent containers, read config from values.yaml Change-Id: Iba58f4cd4382f21e8247959e2c58e4ffa2d5790d Issue-ID: OPTFRA-299 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-05OOM Install support for SDNC url/credentialsJorge Hernandez1-0/+6
Change-Id: I5968a5eb9fbaa12054a5b6fb61ac5624ce785c3d Issue-ID: POLICY-1183 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-10-05Merge "Container restart loop"Alexis de Talhouët1-4/+10
2018-10-05Merge "SO create service instance fails"Alexis de Talhouët8-34/+184
2018-10-05Merge "USe HTTP for SO endpoint in VID"Alexis de Talhouët1-1/+1
2018-10-05Container restart loopMatthieuGeerebaert1-4/+10
The container restarts in a loop before being considered as living on slow labs. Modified liveness and readiness probe Change-Id: I780d9e36b30284857c3405f687295b755b0e702c Issue-ID: EXTAPI-122 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2018-10-05Merge "expose portal-app ssl nodeport 16 in oom"Alexis de Talhouët2-1/+5
2018-10-05Merge "Keystone API Support"Alexis de Talhouët1-1/+1
2018-10-05USe HTTP for SO endpoint in VIDPiotr Darosz1-1/+1
Correct the protocol and endpoint for SO API as HTTPS is not supported Change-Id: Ib84e9ab28ae3810141120572246d7a4a6b2d91a6 Issue-ID: VID-320 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-10-04SO create service instance failsRamesh Parthasarathy8-34/+184
All the override files are updated to be in sync with so docker config repository and address the issue raised. Change-Id: Iee2badf00dbf57b68871505370d070a2450d3d0b Issue-ID: SO-1105 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-10-04Merge "Add missing props in network-name-gen chart"Mandeep Khinda4-7/+26
2018-10-04expose portal-app ssl nodeport 16 in oomroot2-1/+5
Change-Id: I996a5283e0c4d59f7cd5741a025caa9a93c46dfd Issue-ID: OOM-1455 Signed-off-by: root <frank.obrien@amdocs.com>
2018-10-04Merge "inputs to policy-handler blueprint"Borislav Glozman1-1/+1
2018-10-04Keystone API SupportAshwini1-1/+1
Issue-ID: TEST-39 Change-Id: Ied29783b09d0fcd420f844e16c46cb28c6c37c9f Signed-off-by: Ashwini <ashwini.ah@arris.com>
2018-10-04Support for Keystone V3-OOMAh2-0/+12
Issue-ID: TEST-39 Change-Id: I85ed5c05177425be23868475dc3308fd7772fc70 Signed-off-by: Ah <Ashwini.Ah@arris.com>
2018-10-02Add missing props in network-name-gen chartAlexis de Talhouët4-7/+26
Add missing aai keystore Add support for aai auth Issue-ID: OOM-1448 Change-Id: Ic8213b42f2a2bdfca8162e2a9f75251a2169ee0f Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-01dcaebootsrap and healthcheck versionVijay Venkatesh Kumar2-3/+3
Healthcheck 1.1.2 - introduced integration with hv-ves and datafilecollector service Bootstrap 1.4.3 - Integration of service deploy Change-Id: I4a66148ef9dab427b52741947639615028a12016 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-10-03Implement SO users with HelmRamesh Parthasarathy2-10/+11
use regular and admin user with SO-MariaDB for the containers Change-Id: I236798d864e673a56c6c50181913312505ae9e79 Issue-ID: SO-1094 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-10-03updating pomba validation rulesPierre Rioux1-5/+5
Change-Id: I73620ed7abe2cc91334b5b80e4b89f1afc24fe5f Issue-ID: LOG-703 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com>
2018-10-02Merge "commiting resource limit for onap-aaf component"Mike Elliott15-237/+233
2018-10-02Merge "Resource Limit for MSB"Mike Elliott5-93/+99
2018-10-02commiting resource limit for onap-aaf componentdsingh.27815-237/+233
cleaning up merge conflict implementing template reducing overly large resource limits adding limits to aaf-sms. Issue-ID: OOM-1146 Change-Id: Idac679dc9be94ab92ea95c38f9f237af65307131 Signed-off-by: dsingh.278 <dsingh.278@gmail.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-10-02Resource Limit for MSBvaibhavjayas5-93/+99
updated with template bumped up some values Issue-ID: OOM-1154 Change-Id: I6f750d883735ed199f258330e27377694b6a5a50 Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-10-02Add Resource Limits for vfcGregSulek18-325/+351
resolving merge conflict and aligning with resource template bumping up small/large limits so pods actually run Issue-ID: OOM-1166 Change-Id: Ied1a88f99f288544272e106677bba3f3131e48cb Signed-off-by: GregSulek <gsulek@amdocs.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-10-01Merge "redisable contrib/netbox chart"Alexis de Talhouët2-0/+6
2018-10-01Merge "Includes Network Discovery Ctx Builder URL"Alexis de Talhouët4-2/+3
2018-10-01Merge "Update data-router to use HTTPS DMaaP"Alexis de Talhouët6-8/+263
2018-10-01Merge "Portal HTTPs support"Alexis de Talhouët7-3/+175
2018-10-01Merge "Make AAF install credentials, the default"Alexis de Talhouët5-12/+12
2018-10-01Merge "Correct resources limit for mariadb"Mandeep Khinda1-8/+8
2018-10-01Includes Network Discovery Ctx Builder URLPrudence Au4-2/+3
The fix is to include the URL for Network Discovery Context Builder in the parent chart so that it can be used by both context aggregator and network discovery context builder. Change-Id: I21be5acc21677659f512ba872657ccf7433bdfb2 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-700
2018-10-01inputs to policy-handler blueprintAlex Shatov1-1/+1
- changed the inputs to k8s policy-handler blueprint to use https in url to deployment-handler - using port 8443 instead of 8188 Change-Id: I7920b31853ef92716cacf7bbd45fa9e16387373b Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-851