Age | Commit message (Collapse) | Author | Files | Lines |
|
As code has been moved to main repo, we remove the code here and add a
README explaining
Issue-ID: OOM-2513
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Id2b728722a91b71240394110bf5815d9394f6d07
|
|
Readiness container v3.x and up are now present in ONAP main repository.
They're also not using root user anymore and then script path has
changed.
Finally, "job_complete" script has been integrated in main "ready"
script.
This change will align readinessImage definition with rest of ONAP
components.
Issue-ID: OOM-2545
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I766a16be3ae2669f562c9b4ebef875bfbdfac6a0
|
|
Readiness 3.x is a new version, not using root user and using stable
Kubernetes API.
The upgrade is not doable by just changing version as script path has
moved.
Therefore, we must upgrade everything in one shot.
As AAI is not in the same repo, it's not doable for this component.
We then change variables only for AAI so we can continue to use older
images. We'll move AAI just after the rest has been upgraded.
Issue-ID: OOM-2545
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I5afa83892043f4844afe12e61724a8d368a9f2e0
|
|
Issue-ID: OOM-2445
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I68624a283b9f3e0cb3f300defefd1ff0130a0b9c
|
|
|
|
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: I450057f5b4a10842f09665ecccc58e4ed727cd89
|
|
to change at every "helm deploy" causing AAI ha proxy
pod to restart and cause AAI outage.
Issue-ID: OOM-2226
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: I03aa47240251fe182ecd841a99a9b99a20c88d65
|
|
Issue-ID: OOM-2171
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I9afdae36aa9afd1f80f88b5bb3a15935f9335a93
|
|
Issue-ID: AAI-2395
Change-Id: Id25a4f0a0770a62a8d1e78d0affcf210c93fbdd0
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
|
|
Issue-ID: AAI-2286
Change-Id: Ib2d265065ba2418ae1da98feeee8d35f7163d10f
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
|
|
|
|
Issue-ID: OOM-1373
Change-Id: Ifc6593a7e8f8622bfec29b942c5c75cdb59c997d
Signed-off-by: sushil masal <sushil.masal@amdocs.com>
|
|
Issue-ID: AAI-1873
Change-Id: I414d21eb23ed20b469259d7dbdd814cde733a547
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
|
|
|
|
- Update rProxy to use AAF geo-locate endpoint rather than hard coded IP
address
- Update fProxy to use separate truststore
- Restructure charts to reduce certificate duplication
Change-Id: I1e63ceb0ebabd8bb3dfacc71dac841858279b6f1
Issue-ID: AAF-718
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
|
|
Issue-ID: OOM-1556
Change-Id: I0e6bf66ec871d4de53ebaad23426119c5f425ac9
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
|
|
Indentation problem. Correctly placed nodeSelector and Affinity
aligned with Contrainers in template.spec
common.resources do not need indent as indent 12 already present
in return value
Change-Id: Ie0e84fba2f18d903fdcc8bb8f6ff06a4785c0a75
Issue-ID: OOM-1541
Signed-off-by: Kranthi Guttikonda <kranthi.guttikonda@b-yond.com>
Signed-off-by: kranthikirang <kranthi.guttikonda@b-yond.com>
|
|
Note that by default this feature is turned off. To enable update the
installSidecarSecurity in aai/values.yaml to true.
Change-Id: If5d2be859ead2f0bd81aabb4fde749f105974bcf
Issue-ID: AAF-616
Signed-off-by: Ravi Geda <gravik@amdocs.com>
|
|
If you try and change the service type from a nodeport
to a cluster IP things break. We never really exercise
this code path in testing but if you want to experiment
with a totally internal network environment you need to be
able to turn off node ports.
Issue-ID: OOM-1475
Change-Id: I1a0f4b0a4c390f3353e1611b6002b93e54bb5044
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
So the problem is happening intermittently
because resources and traversal starts up parallel
sometimes they would be ready at the same time
and sometimes they are not but the HAProxy deployment
needs to wait until resources, traversal and graphadmin
is ready before it starts to be in the ready state.
Also modifying the readiness probe to make the
echo request to /aai/util/echo rather than rely
on the port check to get a better indicator of haproxy readiness
Issue-ID: AAI-1759
Change-Id: I847abd7fd0375da59254656f5891ed14547058ab
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Issue-ID: OOM-1145
Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Issue-ID: OOM-1396
Change-Id: I6eb0725e6692532dddf58913aef787845a1d2d4e
Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
|
|
Issue-ID: OOM-1147
Change-Id: I1c052b277a8372c188297a53183ea0ded74161bf
Signed-off-by: rajeshkalai <rajesh.kalaiselvan@amdocs.com>
|
|
Add the graphadmin charts to oom
Also added the aai_schema changes to
make the application model driven
Update the resources traversal charts
to be more user configurable
Issue-ID: AAI-1545
Issue-ID: AAI-1474
Change-Id: Ie615cf3675b36a4830242a8510046c22fd95135b
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Issue-ID: OOM-1306
Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f
Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
|
|
Change-Id: I0b4bda9b57b42b2853bffbebf18a81f5142ece97
Issue-ID: OOM-1319
Signed-off-by: Hector Anapan-Lavalle <ha076r@att.com>
|
|
Change-Id: If4b17c3525a75530aa6b149a6901cb0d8737a8d0
Issue-ID: OOM-1102
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
to use the aaf generated keystore for our apps
Issue-ID: AAI-1101
Change-Id: I5a5642f86e8bb924f2c01fa685a0493abf500623
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Also update resources and traversal to remove chef
MK: Addressing the -1 statefulset comment
Issue-ID: AAI-33
Change-Id: Ieee819703764fdda727f17d4e9be43084886828c
Signed-off-by: Kajur, Harish vk250x@att.com <vk250x@att.com>
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Issue-ID: OOM-734
Change-Id: I6b1a85017d79b92afcae44cf823ab000a10ce4be
Signed-off-by: kj <keren.joseph@amdocs.com>
|
|
added parameter for the AAI_CORE version
added parameterized persisted storage location
Issue-ID: OOM-734
Change-Id: Iefe3d89ae6d001754251e0f5ce2735c9a920bcd5
Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
|
|
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Change-Id: I09cfea85672285fb96d0449af2e1535249b1c125
Issue-ID: AAI-671
Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.com>
|
|
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
fixed data router logs and elasticsearch data folder mapping to dockerdata-nfs
Issue-ID: OOM-767
Change-Id: Ia9746fad6ae0a7283a599570e04044c9369f8d91
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Issue-ID: OOM-684
Change-Id: Ic642c248b3650dd645d1f7cb1442868b51f23f56
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
|
|
|
|
|
|
Change-Id: I690bf6863c38265c2ef10f315f0638be65211585
Issue-ID: OOM-671
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
Change-Id: Ifc5db843fb45c458c2d2a9294c52201fc27f425e
Issue-ID: OOM-669
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
Change-Id: Ib0b7a59a07e96eb79fd6ca59a5459e4e81de29e2
Issue-ID: OOM-668
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
Change-Id: I7c8f8732763a39cf0bccec9af4149736c9108ea5
Issue-ID: OOM-666
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
|
|
|
|
|
|
|
|
|
|
|