create cvaas dir to store VNF config
[appc/deployment.git] / installation / appc / src / main / docker / Dockerfile
index ab3e2f2..b1e6a88 100644 (file)
@@ -21,7 +21,7 @@
 # ============LICENSE_END============================================
 
 # Base ubuntu with added packages needed for ONAP
-FROM onap/ccsdk-odlsli-alpine-image:0.4-STAGING-latest
+FROM onap/ccsdk-odlsli-alpine-image:0.4.1
 MAINTAINER APP-C Team (appc@lists.openecomp.org)
 
 # Set the Env. Variable in the container to add the APPC CONFIG DIR (the SDNC_CONFIG_DIR is inherited from SDNC Image)
@@ -40,6 +40,9 @@ RUN chown -R odl:odl /opt
 USER odl
 RUN ln -s /opt/onap/appc /opt/appc
 
+# cvass dir stores VNF's configure via Audit or Sync LCM
+RUN mkdir /opt/onap/appc/cvaas
+
 #Start opendaylight and pre-install the appc features
 RUN opt/onap/appc/bin/dockerInstall.sh