summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-17Merge "SO override files to use apt kube dns address"Mandeep Khinda18-238/+81
2018-09-17Merge "Update VID for AAF/HTTPS"Mandeep Khinda1-2/+2
2018-09-17Merge "adding POMBA rules"Mandeep Khinda4-0/+244
2018-09-17Merge "Fix appc.properties APIDOC creds"Mandeep Khinda2-5/+6
2018-09-17Merge "Provide pre-loaded SDNC Naming policies"Mandeep Khinda1-1/+55
2018-09-17Merge "Open http port and use correct logback."Mandeep Khinda3-7/+13
2018-09-17Merge "Add "client" and "requestId""Mandeep Khinda2-3/+9
2018-09-17Merge "Backup Task: ESR Configmap labelling"Mandeep Khinda1-1/+10
2018-09-17Merge "Backup Task: Multicloud configmap labelling"Mandeep Khinda4-0/+30
2018-09-17Update VID for AAF/HTTPSBrian Freeman1-2/+2
Issue-ID: VID-260 Change-Id: I8fd1d505bef2311975d54542410939cfdd472dab Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-17Add helm plugins to (un)deploy onapMike Elliott4-0/+234
In the Casablanca release, ONAP has become very large. Every Helm chart contains some amount of external configuration. And unfortunately, there is a limit to the amount of configuration that can exist in a Helm chart. When ONAP is installed as a unbrella chart containing many subcharts (each with configuration), the amount of configuration that resides in configmaps in K8s causes the installation to fail. To work around this issue, it was necessary to introiduce a Helm plugin that will install/upgrade onap by deploying the parent chart and each subchart within its own Helm "release". This is the initial version of the plugins, which has been verified to work and unblock integration in the deployment of all of ONAP. Improvements will be made post M4 to further harden and enhance the plugins. Specifically, the plugins are not currently resilent to network issues which can cause some of the subcharts to fail to deploy. To work around this, the plugins should be run from within the same network as the k8s cluster you are deploying to. To install, copy plugins directory into your local ~/.helm/ folder. After which you should see 'deploy' and 'undeploy' if you do a 'helm' with no arguments. Change-Id: I7c586f1c75f7249d2d7c38b4088129162c96401d Issue-ID: OOM-1344 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-17Add "client" and "requestId"Prudence Au2-3/+9
to Kibana index pattern creation. Change-Id: I7ec86a59afb9a5e34b652210d87d02c1f126545d Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-454
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-17Provide pre-loaded SDNC Naming policiesMichael Mokry1-1/+55
Added curl commands to create and push SDNC vFW and vPG Naming policies during installation Made changes to satisfy Borislav's review comments. Change-Id: I3c818bbd85062377dcf3a10f9da9f77565cff396 Issue-ID: POLICY-983 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-09-17Fix appc.properties APIDOC credsAaron Hay2-5/+6
Change-Id: If2e4f219f5b7adecab6745b8abcea90bdda3e9df Issue-ID: INT-641 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-09-17Open http port and use correct logback.Piotr Darosz3-7/+13
Open http port and use correct logback, adjust VID image version Change-Id: Id408d9cb7a5f5cbc41ff49d901d435393d7dac13 Issue-ID: OOM-1382 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-09-17Merge "update log helm chart from 2 to 3.0.0"Borislav Glozman5-5/+5
2018-09-17Merge "Add portal option to ete test script"Borislav Glozman2-2/+5
2018-09-17Backup Task: ESR Configmap labellingvaibhav_16dec1-1/+10
Issue-ID: OOM-1393 Change-Id: I2c5866d01707b474ce9fbca2f7fe983fa7985cb5 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-09-17Backup Task: Multicloud configmap labellingvaibhav_16dec4-0/+30
Issue-ID: OOM-1392 Change-Id: I2498876d3c9539265b1c5983de5c7dae0e40ab51 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-09-17Merge "Config update to fix whitespaces issue in payload"Borislav Glozman1-10/+6
2018-09-17Merge "update LCM DG config"Borislav Glozman1-1/+20
2018-09-16Merge "Add Spike microservice chart"Borislav Glozman21-1/+752
2018-09-16Add Spike microservice chartMichael Arrastia21-1/+752
This is the Helm chart for the newly open-sourced Spike microservice. Change-Id: I4bba11b87db0df22d7beedc528a4dea738af5378 Issue-ID: AAI-1524 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-09-16Merge "Upgrade VNFSDK to use common Postgres charts"Borislav Glozman9-152/+127
2018-09-14SO override files to use apt kube dns addressRamesh Parthasarathy18-238/+81
All SO override files are updated with correct kube dns address for inter application communications based on review comments Change-Id: I6e1487f3d5a7db49df3e40fb41b6b148aacfee8d Issue-ID: SO-1022 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-09-14adding POMBA rulesPierre Rioux4-0/+244
Change-Id: I312ef387ee5e84d90d78474d9c47b337bdfa450a Issue-ID: LOG-434 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com>
2018-09-14Merge "Resource Limits for sdnc Issue-ID: OOM-1162"Mandeep Khinda11-47/+103
2018-09-14Merge "Add mariadb-galera port name override"Mandeep Khinda2-5/+5
2018-09-14Merge "Add service port name to APPC config"Mandeep Khinda1-0/+1
2018-09-14Merge "Backup Task- ConfigMap Labelling for dmaap"Mandeep Khinda5-1/+66
2018-09-14Merge "sdc portal Config Map Labelling"Mandeep Khinda4-0/+25
2018-09-14Merge "Adding AAF configuration"Mandeep Khinda18-0/+246
2018-09-14Merge "Portal Config Map Labelling Issue-ID: OOM-1378"Mandeep Khinda6-1/+31
2018-09-14Adding AAF configurationPavel Paroulek18-0/+246
Adding the current AAF configuration files and certificates Change-Id: I2288c9af7be021a993e99441961831b6a0d763e6 Issue-ID: AAI-32 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
2018-09-14Merge "Fix startup of Network Discovery pods"Mandeep Khinda4-5/+18
2018-09-14Merge "Fix Gizmo crash in OOM"Mandeep Khinda5-0/+42
2018-09-14Merge "[Champ] Fix startup issue"Mandeep Khinda1-2/+1
2018-09-14Upgrade VNFSDK to use common Postgres chartsjasmineWen9-152/+127
Issue-ID: OOM-1185 Change-Id: Ie011e87bc9322149076ec62cab3a8b3315e1d817 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-09-14Add portal option to ete test scriptGary Wu2-2/+5
Change-Id: I42011b0dae86eb96b52764085adfccbb8e062b9d Issue-ID: PORTAL-388 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-14update LCM DG configAgarwal, Ruchira(ra1926)1-1/+20
LCM DG config for ScaleOut, TrafficMgmt, SoftwareUpgrade Change-Id: Ia607fb6002968b266fa4d025129cada72485b445 Issue-ID: SDNC-425 Signed-off-by: Agarwal, Ruchira(ra1926) <ra1926@att.com>
2018-09-14Config update to fix whitespaces issue in payloadLawrance, Edwin (el525a)1-10/+6
Change-Id: I441e26f6e4c7add77ec65fb651b4cd59f9c4c06b Issue-ID: AAI-1596 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2018-09-14OOF Configmap labellingvaibhav_16dec4-0/+20
Issue-ID: OOM-1391 Change-Id: Ic00da8ec0e6f815ec63c20e556201ab3116c7aae Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-09-14sdc portal Config Map Labellingtoshrajbhardwaj4-0/+25
Issue-ID: OOM-1390 Change-Id: I8fe0dbde62cb8d88ec18321078ea6740bad8524a Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-09-14Backup Task- ConfigMap Labelling for dmaapPrateekinlinux5-1/+66
Issue-ID: OOM-1377 Change-Id: I04b44a27059abf0fa2fa2ec818219e9a2daa14e1 Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
2018-09-13[Champ] Fix startup issueMichael Arrastia1-2/+1
Correct cassandra configuration to allow microservice to start. Change-Id: I6f3b8bd80fbc73ddffc009e5f41263135d2f0a59 Issue-ID: AAI-1587 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-09-13Add service port name to APPC configMike Elliott1-0/+1
Adds service.portName configuration to align with changes to the common mariadb-galera chart. Change-Id: I69b2f1708959012cb90df5ff381f6733a58924d7 Issue-ID: CCSDK-523 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-13Add mariadb-galera port name overrideMike Elliott2-5/+5
The service name was being used as the port name. There is a 15 character limit for a port name in Helm. This patch allows another chart to configure the port name that is used via service.portName. Change-Id: Ie4b805a5e58a53b10480961e543267ca8bb1dc00 Issue-ID: CCSDK-523 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-13Fix Gizmo crash in OOMMichael Arrastia5-0/+42
Corrects invalid license section by adding XML compliant comments. Adds missing edge property json files. Change-Id: I8f4a5166f802c3bb4b62a8ae22dece0dca45e063 Issue-ID: AAI-1582 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-09-13Merge "Upgrade APPC to use common mariadb galera charts"Mike Elliott22-164/+83