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
|
|
Deploy new Guilin version of nbi container
with new support for internal macromode SO APIs
Issue-ID: EXTAPI-480
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: Ie26d0393802dce86ad77f477c5f27cfe242a6cff
|
|
One of reasons why certInitializer is a proper chart that you need to
put in your requirements.yaml is to avoid copy-pasting the same global
values among different charts. As it turned out in tests we've been
not "mangling" global values properly while creating
$subchartDot. This patch fixes the issue.
Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I630154c4eedd7192ebb1881e5899c8df495d988b
|
|
Add new template that can be used to obtain certificate by
component. Make also a PoC with NBI.
Strongly based on aaf-config template.
Issue-ID: AAF-1134
Change-Id: I10cb2a7b36a8dc436be337518cc15431aabbbc5d
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
|
|
Change ingress host to the required hostnames
Change-Id: Ic78c8821e2e23e00943d8abdf7b2183b4d940c72
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Issue-ID: OOM-2391
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
Issue-ID: EXTAPI-432
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I6f14ab5ce0efe50db3e0cf0325d78457b886b60e
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
Issue-ID: EXTAPI-427
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I2a35284b9de2153b473b4bdde1d77be6a015b620
|
|
Onboard server certificates for HTTPs via AAF init containers.
Issue-ID: EXTAPI-375
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Icbcf075dd2dd8588aa9f14d23974a122bde38ae7
|
|
Issue-ID: EXTAPI-413
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I962409c449ea8ba14327e3102c0085311bb1800a
|
|
mariadb-init chart should play nicely with mariadb-galera as it
simplifies migration to common mariadb instance.
Unfortunately after adding the support for common secret template I
didn't pay enough attention to consistent naming convention and
mariadb-galera and mariadb-init chart ended up being incompatible. To
fix that let's just rename the mariadb-init chart config option to
match exactly the one used in mariadb-galera chart.
Issue-ID: OOM-2248
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I621804821292e2bd0b5b1dd3f010629d1cb5471f
|
|
Let's use common secret template to generate user credentials for NBI
DB and depend on mariadb-galera to generate secure enough root
password.
BTW.
Don't be surprised for now mariadb-galera has a hardcoded root
password but as soon as we move all charts that use it to common
secret template it will be auto generated.
Issue-ID: OOM-2291
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5d16f6c26aa63a46db98ba3dab3a76267b4049f1
|
|
Instead of having our "own" galera cluster, use the common one already
proposed by OOM.
If a local cluster is needed, you just need to set
global.mariadbGalera.localCluster to True.
Also create a common chart that create the needed values for the
database.
Change-Id: I9ad551b76a40732b4ab3fc34ba7cde6ca90fe432
Issue-ID: EXTAPI-348
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Instead of using "homegrown" mariadb chart, move to use the common
mariadb-galera chart in order to be aligned with most of the other users
of mariadb and eventually to move into the common mariadb galera
instance.
Change-Id: I0c8ed6adfea0d64f97e7d9378464039915d389c7
Issue-ID: EXTAPI-347
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Change-Id: I5f9292c70b0f31a615a7d4c84222ce08b8c99de1
Issue-ID: EXTAPI-314
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
|
|
Change-Id: I337ad5dca092bf4c7f6df1fd8666192dc05ccc40
Issue-ID: EXTAPI-279
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
|
|
Change-Id: I08269f126c5c2fbf9aa38a2c07f34a05c9caeeac
Issue-ID: EXTAPI-239
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
|
|
Change-Id: I5b4a5d04bd0713ceb1421157d23403201b2e8fe1
Issue-ID: EXTAPI-228
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
|
|
Change-Id: Idfc612c4de957eb541044499014d741b5e966321
Issue-ID: EXTAPI-214
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
|
|
Change-Id: I407217cb69df133406be0ec63eb4f3793fca7308
Issue-ID: EXTAPI-146
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
The container restarts in a loop before being considered as living on slow labs.
Modified liveness and readiness probe, initial delay to 180
Change-Id: I499cb2ef85aa26dc054ad1b2e5b7ac8034ada7db
Issue-ID: EXTAPI-122
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
|
|
The container restarts in a loop before being considered as living on slow labs.
Modified liveness and readiness probe
Change-Id: I780d9e36b30284857c3405f687295b755b0e702c
Issue-ID: EXTAPI-122
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
|
|
Adds the ability to turn them off if they are found to
cause issues
also cleaning up some whitespace
Issue-ID: OOM-1145
Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
causes a warning: warning: cannot overwrite table with non table
for limits (map[cpu:2 memory:4Gi])
Issue-ID: OOM-1421
Change-Id: Ice08a1d0af99eedbfaca4fe507d6d966784a6cb2
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Issue-ID: OOM-1153
Change-Id: Icd62d392b2e2a275a273b7f6260ad39d68987f50
Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
|
|
- update nbi image version
- add new configs for msb integration
Change-Id: Ia5ba5e7a539464d54c5286b37e092b0858a6f3a3
Issue-ID: EXTAPI-147
Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
|
|
Issue-ID: OOM-1156
Change-Id: I2745d750b2031dcf8283fc46abd2034b284332d4
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
|
|
Issue-ID: OOM-1303
Change-Id: I7c3407e01619aa4463f7f8285cfad57ce17ee294
Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
|
|
The container restarts in a loop before being considered as living on slow labs.
Change-Id: I3bb243e0d096c3e1e11b2738a2673ff5c577ab8d
Issue-ID: EXTAPI-122
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
|
|
PS-3 MK: the sample value for openStackVNFTenantId is being
interpolated as a number because it is all numeric.
Going with the quoting it at the template level.
Changing the value to 12345abcde probably would work too.
Change-Id: I2f81430e56f465543d3701a2d8cd4b562e7e987d
Issue-ID: OOM-1116
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Sync OOM docker versions with docker-manifest.csv commit
a6e05c8c18624a1794abb1d3a3ab879a7a06bcfe
Change-Id: If8df538638670e0f1080d41d40d06de54ab1d93a
Issue-ID: OOM-1053
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
I am told that the sdnc geo feature needs a well known
set of node ports and they have selected a contigous block
so I am changing the other charts
Issue-ID: OOM-1096
Change-Id: I237d126e96174726902422bf842135304764c7d2
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
NBI (North Bound Interface) is one of the new project added for Beijing
release.
Features added
==============
MongoDB common chart
--------------------
Ability to start a mongo container, with a chart consistent with other
common charts (readiness, liveness, persistence, resources, nfs,
service, ...).
Specific configuration:
* name of the db to create if needed
NBI chart
---------
Ability to start a mariadb container, with a chart consistent with other
common charts (readiness, liveness, persistence, resources, nfs,
service, ...).
Specific configuration:
* name of the db to create if needed
* name of the user that has access to the db
* password of the user that has access to the db
* root password of the database
Ability to start a NBI container, with a chart consistent with other
common charts (readiness, liveness, persistence, resources, nfs,
service, ...).
Specific configuration:
* log level
* cloudOwner
* ecompInstanceId
* openStackRegion
* openStackServiceTenantName
* sdc_authorization
* aai_authorization
* so_authorization
ONAP chart
----------
Added a requirement on NBI chart, possibility to enable/disable and
configuration to push to the chart.
Current Status
==============
- [*] adding a common chart for mongodb
- [*] make mongo chart compiling
- [*] testing the mongodb common role
- [*] creating a mariadb chart inside nbi helm
- [*] testing the mariadb chart
- [*] make mariadb chart compiling
- [*] make nbi use these charts
- [*] make nbi chart compiling
- [*] test the whole solution
- [*] create a service for nbi
Change-Id: I8dd3e79768c83b1553a05c892cf418f840931255
Issue-ID: EXTAPI-54
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|