Create helm charts for oof-cmso 43/71043/31
authorJerry Flood <jflood@att.com>
Tue, 23 Oct 2018 11:10:48 +0000 (07:10 -0400)
committerJerry Flood <jflood@att.com>
Fri, 2 Nov 2018 13:58:41 +0000 (09:58 -0400)
commitf406ab8e8595b2958942cbfadbf016ff0e78ced7
treec4ba80e12d232f7dde8059de016c43c3fc93f7c0
parentc506b7cf87e92abff8fdc31fc9e92d4cac0352be
Create helm charts for oof-cmso

This change provides the necessary helm charts to
instantiate the oof-cmso database (mariadb-galera) and
oof-cmso service to support the scheduling of change management
requests.

Issue-ID: OPTFRA-373
Change-Id: I5e5024849f251eee29d3d8697e46756211b5c640
Signed-off-by: Jerry Flood <jflood@att.com>
19 files changed:
kubernetes/common/mariadb-galera/templates/configmap.yaml
kubernetes/common/mariadb-galera/templates/statefulset.yaml
kubernetes/oof/Makefile
kubernetes/oof/charts/oof-cmso/Chart.yaml [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/Chart.yaml [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/resources/config/cmso.properties [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/resources/config/liquibase.properties [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/resources/config/logback.xml [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/resources/config/optimizer.properties [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/resources/config/ticketmgt.properties [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/templates/NOTES.txt [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/templates/configmap.yaml [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/templates/deployment.yaml [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/templates/service.yaml [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/values.yaml [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/requirements.yaml [new file with mode: 0644]
kubernetes/oof/charts/oof-cmso/values.yaml [new file with mode: 0644]
kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py
kubernetes/robot/resources/config/eteshare/config/vm_properties.py