Merge "Pin jnr-unixsocket for Docker plugin to 0.13"
authorBharath Balasubramanian <bharathb@research.att.com>
Fri, 20 Apr 2018 14:55:03 +0000 (14:55 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 20 Apr 2018 14:55:03 +0000 (14:55 +0000)
distribution/cassandra/docker-entrypoint.sh

index f05daed..20bf272 100644 (file)
@@ -1,9 +1,11 @@
 #!/bin/bash
 set -e
 
-for f in /docker-entrypoint-initdb.d/*.cql; do
-    chown cassandra.root "$f"
-done
+# Removal for issues with Kubernetes - Need to make sure any injected files 
+# Are chown 664 or ID is smae ID as Cassandra in Container. 
+#for f in /docker-entrypoint-initdb.d/*.cql; do
+#    chown cassandra.root "$f"
+#done
 
 
 # first arg is `-f` or `--some-option`