Adding MUSIC Common charts 89/67889/41
authorNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Wed, 19 Sep 2018 20:52:36 +0000 (16:52 -0400)
committerTschaen, Brendan <ctschaen@att.com>
Fri, 26 Oct 2018 19:08:42 +0000 (19:08 +0000)
commit4807fdfc7adf7945c31368e3b420dc853a29f4cd
tree5203c5f243ed1483f7ce314d3b680d803cdf9dbb
parenta3a690dc96c6e70ff84f7e22ba23ebd8349daa24
Adding MUSIC Common charts

Includes:
Cassandra 3.11 - Current Common cassandra is lacking security.
Tomcat 8.5 - Docker Hub
Zookeeper 3.4 - Chart from Incubator/Zookeeper
 - https://github.com/helm/charts/tree/master/incubator/zookeeper

Fixed Issue with Zookeeper not starting. Was unable to write to
pvc location.

add copyright header to the files where it's missing
remove all the trailing whitespaces
bump charts version to 3.0.0 and also requirement chart to 3.0.0

Adding resource limits

Update Music Chart.yaml to 3.0.0

Make recomended fixes due to resources bug.
Updated port to 76
Update cassandra values.
Add  nodePortPrefixExt

Fix Tomcat  sevice Name.
Update Names
Add Readiness Image
Update Service names
Fix cassandra service
Update tomcat chart
Update job chart to incluede timeout.
Update job chart to include delay for run

Remove some unneded files and
  update tomcat helm readiness
Replace removed files that were braking the jenkins build
Made suggested changes
Update Replication factor from 1 to 3,3 is default, 1 was set for testing.

Move tag:version into image:
Remove commented out values and aafAdminUrl

Change-Id: I47eafae052cbe7355468655e5f8fcda8402bafd6
Issue-ID: MUSIC-99
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Signed-off-by: Thomas Nelson Jr arthuerdent3 <nelson24@att.com>
41 files changed:
kubernetes/common/music/Chart.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra-job/.helmignore [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra-job/Chart.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra-job/resources/LICENSE.txt [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra-job/resources/cql/admin.cql [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra-job/resources/cql/admin_pw.cql [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra-job/resources/cql/extra/check.cql [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra-job/templates/configmap.yaml [new file with mode: 0755]
kubernetes/common/music/charts/music-cassandra-job/templates/configmap_extra.yaml [new file with mode: 0755]
kubernetes/common/music/charts/music-cassandra-job/templates/job.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra-job/values.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra/.helmignore [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra/Chart.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra/requirements.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra/templates/service.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra/templates/statefulset.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra/templates/volumes.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-cassandra/values.yaml [new file with mode: 0644]
kubernetes/common/music/charts/music-tomcat/Chart.yaml [new file with mode: 0755]
kubernetes/common/music/charts/music-tomcat/requirements.yaml [new file with mode: 0755]
kubernetes/common/music/charts/music-tomcat/resources/config/music.properties [new file with mode: 0755]
kubernetes/common/music/charts/music-tomcat/templates/configmap.yaml [new file with mode: 0755]
kubernetes/common/music/charts/music-tomcat/templates/deployment.yaml [new file with mode: 0755]
kubernetes/common/music/charts/music-tomcat/templates/service.yaml [new file with mode: 0755]
kubernetes/common/music/charts/music-tomcat/values.yaml [new file with mode: 0755]
kubernetes/common/music/charts/zookeeper/.helmignore [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/Chart.yaml [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/OWNERS [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/README.md [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/templates/NOTES.txt [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/templates/_helpers.tpl [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/templates/config-jmx-exporter.yaml [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/templates/job-chroots.yaml [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/templates/poddisruptionbudget.yaml [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/templates/service-headless.yaml [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/templates/service.yaml [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/templates/statefulset.yaml [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/templates/volumes.yaml [new file with mode: 0644]
kubernetes/common/music/charts/zookeeper/values.yaml [new file with mode: 0644]
kubernetes/common/music/requirements.yaml [new file with mode: 0644]
kubernetes/common/music/values.yaml [new file with mode: 0644]