[WIP] Add new AAI configuration files
[oom.git] / kubernetes / aai / hbase-deployment.yaml
index d086061..099cc84 100644 (file)
@@ -14,12 +14,19 @@ spec:
     spec:
       hostname: hbase
       volumes:
-        - name: aai-hbase-opt
+        - 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
         ports:
         - containerPort: 8020
         readinessProbe: