Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
As those changes are significant, we must upgrade all the components at
once.
Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0
Issue-ID: OOM-2545
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
|
|
Issue-ID: OOM-2467
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I30867bd37e649053b97dec023cc405b4d70d1adc
|
|
bump the SO modules for the F maintenance release
This is from 1.6.3 to 1.6.4
SO-appc-Ochestrator is released first time in this release
Issue-ID: SO-3022
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ib73e08ecaf2a93153cda9eef4dd2880f5376b6c8
|
|
Issue-ID: SO-2955
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: If47a43c642e59fe4048d1d816f971e25524236da
|
|
Issue-ID: SO-2821
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ief1d24c6aefbbd47618f235f719c6d0aafbda5b0
|
|
Change tested on so-openstack-adapter but it should impact each
subcomponent the same way.
Issue-ID: MSB-467
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I3f2ffef25b614701b23aeb9b248db24eee671188
|
|
Issue-ID: SO-2818
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I99506f2bfb4aa9944dda9a23f6fbe0d66a60cb37
|
|
integration team reported that openstack is missing request db
adapter endpoint from override file. This has been addressed here.
Issue-ID: SO-2801
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: I1f67575fbea813587ec83c7ff88bc294c09eef71
|
|
Use 6.0.0 in preparation for Frankfurt release
Issue-ID: OOM-2320
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
|
|
Issue-ID: SO-2519
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ib340900d834f1b74b1ca936dc5c2de96d3c6ad96
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Workaround for retrieving ONAP root CA and keeping SO container being
run by no root user.
Issue-ID: SO-2730
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib1b48c0a6fcca359a780640b8c705e75fd78dc1a
|
|
Generate passwords for:
- so_user
- so_admin
and distribute them to all SO subcharts.
mariadb-galera root password is taken as a reference to existing
secret (shared mariadb instance) or also generated if local cluster is
used.
Three other DB users also have generated passwords but they are not
distributed outside of so-mariadb as they were never used.
Issue-ID: OOM-2328
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ic4af5c9b12b00d2a52d2597e3fe1161d0d1a9f20
|
|
Use common secret template in so-openstack-adapter component.
For now passwords are stil hardcoded but this will be removed in
further commits.
Issue-ID: OOM-2328
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Id01fcc655768bfe965b4d731f99ba3921d90ddd5
|
|
when so.global.security.aaf.enabled is false, openstack
should use basic credentials to call bpmn. This is
being addressed in this fix
Issue-ID: SO-2747
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: Ie16f6a8d94a3f099b461eefbfc478723c2a9a9c0
|
|
|
|
Add support to build endpoint from SO to multicloud
via msb using http or https scheme.
Change-Id: I474fdd7c885e437c1c8136bffe3e40e41c86dab5
Issue-ID: SO-1450
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
Issue-ID: SO-1110
Signed-off-by: sunilb <sb00577584@techmahindra.com>
Change-Id: Ic468a1b28d681d14e862f4405890d996b42660f6
|
|
Here we have the ability to optionally disable AAF integration.
A global variable global.security.aaf.enabled=true
will turn on AAF security. with global.security.aaf.enabled=false
it will use spring.security to ensure backward compatibilty. updated
based on review comments
Issue-ID: SO-2452
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: Ia83622ad681cfd122ee906ccd1654b10b5e31fe4
|
|
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: Ia8cead50d305adb00eef666d0a1ace74479b5183
|
|
Issue-ID: SO-2328
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I694a53807d071e3ff14c4f013ec43a33af95f2ec
|
|
Issue-ID: SO-2310
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I3a0b5a0ac58c14c42940e2af032e816493af0497
|
|
Issue-ID: SO-2223
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I978a79f2232505e42ff470aab53614d13fa629f7
|
|
SO datasource config update as per
new Hikari library changes in SO
Issue-ID: OOM-1970
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: I84ca506936c332775fd20f604e6f553f94a4dc74
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
|
|
Issue-ID: SO-2223
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ic7f6f13640f209ec1898249e4172885098661b82
|
|
Updating all helm chart versions to 5.0.0 for the El Alto release.
Merge will be co-ordinated with the merge of a separate aai/oom patch.
Please do not merge until this coordination has completed.
Issue-ID: OOM-1980
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
|
|
Update SO version to 1.4.4.
Issue-ID: SO-2010
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Change-Id: I05689eeb56bd255f2b1bf8a479aad6043c587838
|
|
Issue-ID: SO-1991
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I640f1b2173f4daac748a81f964c723fc9e2a2043
|
|
Updated the aai.endpoint in so-openstack-adapter override.yaml
kubernetes/so/charts/so-openstack-adapter/resources/config/overrides/override.yaml
problem- malformed URL in OpenStack adapter as the endpoint for aai is not at
correct level.
Issue-ID: SO-1973
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I4b07b04827177387b995d3e1e43c2c0863e1df81
|
|
Issue-ID: SO-1929
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I0d409a8e714122b021660ed2fe6c8bcbd217aae6
|
|
Issue-ID: SO-1851
Change-Id: Ibd0ea11e4995e836f0e0a582e7a2e4a00129ff7d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
|
|
Change-Id: I192a22ce93991e70cb9a6b2777530953c8913358
Issue-ID: INT-1042
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
|
|
Issue-ID: OOM-1772
Change-Id: If206ae7cc2f4273889376e1bb3fa77bacfaae3cc
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
|
|
Fix bad password
Issue-ID: SO-1787
Change-Id: I5bb0cfc96f5cb37c7ae0fc67ac062c3532c0b7b3
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
Add msb config to the vnf adapter.
Change-Id: I2b6317f98c8e72f94e47ad28dce8e786bbba19e8
Issue-ID: SO-1746
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
Issue-ID: SO-1484
Change-Id: I799033d19da1e3dee64713d794d7dc13ad6d72c3
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
The config files for apih and openstack
have been updated to include the encryption
key
Change-Id: Ifbdd73a0cc4fad7401481b87bd306b9d56ff7ef9
Issue-ID: SO-1595
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|
|
The config files have been updated with encrypted
passwords using latest algorithm
Change-Id: I6b931d106a3706ea76bb8477398bd838162849a2
Issue-ID: SO-1515
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|
|
The config files for apih, bpmn, requestdb and sdc
have been removed of their data sources to
address container errors we face with so pods and
removed space in openstack override.yaml.
Change-Id: I004e4455042d7e909361150831e55048816120c2
Issue-ID: SO-1515
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|
|
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release.
In addition the requirement.yaml files have been updated to allow for
chart versions that include timestamp suffix. A following on patch will
take care of changes to the OOM Makefiles to support injection of the
timestamp versions.
Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb
Issue-ID: OOM-1642
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
the config files for bpmn, openstack, requestdb, sdc,
sdnc and apihandler have been updated
Change-Id: Ic8425f0ecd6f90cd8b656afbb510063c7a486cef
Issue-ID: SO-1399
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|
|
Sync docker tags with the release manifest from integration
repo commit a7c98ae0fabb0a94fbdc030e6f7c519439923045.
Change-Id: Idb73aa4f05a948b7e1d70723cc6a52b8fd6f0517
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Sync docker tags with the release manifest from integration
repo commit db8a0273b6d9110ba7d1aa01b84666dab83b89d9.
Change-Id: I94878829add2033b98b82a06e4bb097b72648faa
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Sync docker tags with the release manifest. It is
assumed that the release manifest is the
"single source of truth" and that the versions in
the helm charts are out of date.
Change-Id: I2902e60b25f57409dd616780a626e63c92d26769
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
so-monitoring pod doesn't start completely.
This issue has been addressed here
Change-Id: Iab0d8fd3f1a7b9b000d2eac3968fefc07b5b2230
Issue-ID: SO-1138
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|
|
|
|
If there are other inter-pod dependencies that should be
managed, please comment to let me know so they can be added.
Also addressed the missing globals section in the pods values.yaml
files and incorrect pull policy management to make them follow
the standard conventions
Change-Id: I3625f8452d90182391e1ff4af5fddfe9d0948a32
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-1472
|
|
|
|
modified openstack override.yaml to have template
driven values and updated values file to have these new values.
Change-Id: Ied1e7ca92e8ba71352538e8889564c329abd32d7
Issue-ID: SO-1122
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|
|
It is assumed that all the external interfaces will go thru MSB
and internal interfaces will use kube dns
Change-Id: Ieb51f315e8a64af6986cd5f001d1713562154b09
Issue-ID: SO-1104
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|