From 19c81b4d853c6517ae6ee367195a75271a8bcf35 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 17 Apr 2018 11:35:48 -0700 Subject: Use integration-override.yaml in OOM deploy script Change-Id: I2c8417b9339715b733f585ae52fd35251d9ca509 Issue-ID: INT-381 Signed-off-by: Gary Wu --- deployment/heat/onap-oom/env/windriver/integration-override.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'deployment/heat/onap-oom/env/windriver/integration-override.yaml') diff --git a/deployment/heat/onap-oom/env/windriver/integration-override.yaml b/deployment/heat/onap-oom/env/windriver/integration-override.yaml index edc19f5fc..31c28fe41 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 @@ global: # 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 @@ portal: enabled: true robot: enabled: true + #pullPolicy: Always # config: # openstack configuration # openStackUserName: "demo" -- cgit 1.2.3-korg