Add External Interface NBI project into OOM 39/46439/12
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 7 May 2018 18:39:16 +0000 (20:39 +0200)
committerMike Elliott <mike.elliott@amdocs.com>
Thu, 17 May 2018 14:56:53 +0000 (10:56 -0400)
commite44d170a71178fd3515310ddd8503577deb56012
tree0b0031aa5f671a5c1cdde98b210d631ac7669c4e
parentcf173e0470d1e78565d6a3db77296fe870631ec1
Add External Interface NBI project into OOM

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>
28 files changed:
kubernetes/common/mongo/.helmignore [new file with mode: 0644]
kubernetes/common/mongo/Chart.yaml [new file with mode: 0644]
kubernetes/common/mongo/requirements.yaml [new file with mode: 0644]
kubernetes/common/mongo/templates/nfs-provisoner.yaml [new file with mode: 0644]
kubernetes/common/mongo/templates/pv.yaml [new file with mode: 0644]
kubernetes/common/mongo/templates/pvc.yaml [new file with mode: 0644]
kubernetes/common/mongo/templates/service.yaml [new file with mode: 0644]
kubernetes/common/mongo/templates/statefulset.yaml [new file with mode: 0644]
kubernetes/common/mongo/templates/storageclass.yaml [new file with mode: 0644]
kubernetes/common/mongo/values.yaml [new file with mode: 0644]
kubernetes/nbi/.helmignore [new file with mode: 0644]
kubernetes/nbi/Chart.yaml [new file with mode: 0644]
kubernetes/nbi/charts/mariadb/Chart.yaml [new file with mode: 0644]
kubernetes/nbi/charts/mariadb/requirements.yaml [new file with mode: 0644]
kubernetes/nbi/charts/mariadb/templates/NOTES.txt [new file with mode: 0644]
kubernetes/nbi/charts/mariadb/templates/deployment.yaml [new file with mode: 0644]
kubernetes/nbi/charts/mariadb/templates/pv.yaml [new file with mode: 0644]
kubernetes/nbi/charts/mariadb/templates/pvc.yaml [new file with mode: 0644]
kubernetes/nbi/charts/mariadb/templates/secrets.yaml [new file with mode: 0644]
kubernetes/nbi/charts/mariadb/templates/service.yaml [new file with mode: 0644]
kubernetes/nbi/charts/mariadb/values.yaml [new file with mode: 0644]
kubernetes/nbi/requirements.yaml [new file with mode: 0644]
kubernetes/nbi/templates/deployment.yaml [new file with mode: 0644]
kubernetes/nbi/templates/secrets.yaml [new file with mode: 0644]
kubernetes/nbi/templates/service.yaml [new file with mode: 0644]
kubernetes/nbi/values.yaml [new file with mode: 0644]
kubernetes/onap/requirements.yaml
kubernetes/onap/values.yaml