[WIP] Add new AAI configuration files
[oom.git] / kubernetes / aai / hbase-deployment.yaml
index d39d0c7..099cc84 100644 (file)
@@ -16,10 +16,14 @@ spec:
       volumes:
         - name: hbase-opt-data
           hostPath:
-            path: /dockerdata-nfs/onapdemo/aai/hbase/opt/data
+            path: /dockerdata/onapdemo/aai/hbase/opt/data
       containers:
       - name: hbase
         image: aaidocker/aai-hbase-1.2.3:latest
+        command: 
+        - bash
+        - -c
+        - if [ ! -d /opt/data/hdfs-data-name ]; then /opt/hadoop-2.7.2/bin/hadoop namenode -format; fi && /opt/entrypoint.sh
         volumeMounts:
         - mountPath: /opt/data/
           name: hbase-opt-data