Use integration-override.yaml in OOM deploy script

Change-Id: I2c8417b9339715b733f585ae52fd35251d9ca509
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/deployment/heat/onap-oom/env/windriver/integration-override.yaml b/deployment/heat/onap-oom/env/windriver/integration-override.yaml
index edc19f5..31c28fe 100644
--- a/deployment/heat/onap-oom/env/windriver/integration-override.yaml
+++ b/deployment/heat/onap-oom/env/windriver/integration-override.yaml
@@ -32,8 +32,12 @@
   # with other instances running within the same k8s cluster
   nodePortPrefix: 302
 
+  # windriver local nexus proxy - nexus3 default
+  repository: 10.12.5.2:5000
   # image pull policy
-  pullPolicy: Always
+  #pullPolicy: Always
+  pullPolicy: IfNotPresent
+
 
   # default mount path root directory referenced
   # by persistent volumes and log files
@@ -99,6 +103,7 @@
   enabled: true
 robot:
   enabled: true
+  #pullPolicy: Always
 #  config:
     # openstack configuration
 #    openStackUserName: "demo"