Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
It's a reference of how to deploy sdnc cluster under
single node k8s environment.
Currently the config of nfs for mysql db only
supports one k8s node. For mutiple nodes, because
of dockernfs mount, nfs provisioner has conflict with
it, which fails mount operation of SDNC pod.
Also, if SDNC needs to fully utilize mysql cluster under
k8s, in core project, DbLibService.java should be enhanced
to support that writing to master only and reading from them.
Issue-ID: SDNC-163
Change-Id: I85ad327f2fe04fe8e9a135289d7c25a917234438
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
|
|
As sdnhost second port didn't have a fixed port, it could take one of
the needed one for the other services (as mentionned in OOM-410).
Fixing it here to {{ .Values.nodePortPrefix }}08 (which is not used by
other services) all to fix the issue
Change-Id: Ia27ca713d4edfe4dd0bde0b6ab484e71caec4126
Issue-ID: OOM-410
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
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>
|
|
things keep changing, oom keeps synching..
Issue-ID: OOM-337
Change-Id: I6722c4428a5d617fe36433cd4315229501d05b83
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Issue-Id: OOM-229
Change-Id: I932d9f5bd902f5aa30b1f18a0a83435474f4ee46
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
parameterization of node ports, and create/delete update to fix multi ONAP instances creation(in diff NS).
Issue-ID: OOM-52
Change-Id: Iaa3f5bc43f70b95cdc349389e25ef8b804a7a329
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
-removed the full namespace from each template. better lets us reuse
variables.
-made secret end up in a configurable namespace
-fixed some bugs where secrets were missing
-updated createAll and delete to make use of namespace prefix
removing the need for seds to replace the word onap.
*** all containers at this point come up in my env. except for
aai model loader which is failing cause its still at 1.0
and its trying to talk to a 1.1 sdc and it doesnt auth properly. ***
Issue-ID:OOM-215
Change-Id: I15815a01469786a391e272fde4bdaa53ff48091c
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
changed sdnc k8s deployment to support helm parameterization. updated image to 1.1
Issue-ID: OOM-52
Change-Id: Ie9ec8f60c80caffc69637bf83043902eef45dc18
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|