Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Change-Id: I470e2727ac907ac297839ecc1bf3b53de7f67750
Issue-ID: OOM-30
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
Issue-ID: OOM-1032
Change-Id: I911085dffc35067d844b5dcb286581fa0897a27a
Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
|
|
Issue-ID: OOM-1031
Change-Id: Ic67cdafce7f070bb5a7c9958ca722fda6d77b32d
Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
|
|
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d
Issue-ID: OOM-1064
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Change-Id: I47b5ded80e27a98fc05a7ba1d00bf2de1af574e5
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-1041
|
|
|
|
Change-Id: I034b7c0d13a2eb4c243bf23be1ccf1f731e9e7ff
Issue-ID: OOM-1060
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Change-Id: Idb0f1e99dc3023958c6e37355a4c7aaee8b25a17
Issue-ID: OOM-1050
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
|
|
Issue-ID: CLI-106
Change-Id: I27a70c0cc7e3184bb89333b129797fbc0a83caca
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Issue-ID: OOM-1025
Change-Id: Icc05ec5db4580d5264831fd30ff5ec699f945c5f
Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
|
|
Change-Id: Ifff4f3b8163c5f1d057b6a59129aa3aa4dbdc382
Issue-ID: OOM-1008
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Issue-ID: OOM-906
Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Readiness check version is not sinchronized in many pods
This causing deployment failures.
Issue-ID: OOM-936
Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Change-Id: I62f394b2608c8ac16c97b90658b0d4fc722659c5
Issue-ID: OOM-913
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
|
|
Issue-ID: OOM-730
Change-Id: I742979aa27022e553b33062762a1ad5f80940726
Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
|
|
Change-Id: I6b40fcff3f0f09e7633f7fac38665e755bf90167
Issue-ID: VFC-728
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
|
|
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Issue-ID: OOM-597
Change-Id: I708c3e9df16003a54462f76c6ffe513b270faae8
Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
|
|
Issue-ID: OOM-692
Change-Id: I7ddbcbe562b3e5f82384c734c48d6c810a647f62
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Executing 'make' provides:
- linting of all charts
- resolution of chart/subchart dependencies
- creation and deployment of Helm packages to a local Helm repo
Prerequisite:
Start up a local repo and register with Helm as 'local'.
Example:
> helm serve
> helm repo add local http://127.0.0.1:8879
Change-Id: Ie08e8fc2593ac7e67b01f93e266953b962adef5d
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Issue-ID: OOM-265
|
|
Add option to disable any deployment by using conditions in helm
templates. Each deployment will get helm parameter - boolean flag
allowing to disable it. The flags can be listed in the custom
values.yaml file that can be passed to the createAll script with
'-v' command line option.
Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56
Issue-ID: OOM-380
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
|
|
The Default namespace prefix for all pods deployed by one-click is
'onap', but the values file for Consul was using 'inf' instead.
This has been corrected to be in line with the other components.
Issue-ID: OOM-86
Change-Id: I05a184090f678af8d019ba46eb6c750e5ee03e39
Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
|
|
Issue-ID: OOM-86
Change-Id: I3aac0a420cc22b9ef4183a17dc10f1b52299f01f
Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
|
|
The OOM is moving to using Consul to provide health checks for all ONAP
components. This push adds deployment of a 3 node Consul Server cluster
and a single Consul agent to the 'OneClick' deployment.
As a first step, health check scripts for the A&AI microservices have
also been included. Support for additional ONAP components will follow.
Issue-ID: OOM-86
Change-Id: Ib63f3d8b1b745551c9ec55b6529d022b32006e9c
Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
|