diff options
Diffstat (limited to 'deployment/heat/onap-oom/env/windriver/integration-override.yaml')
-rw-r--r-- | deployment/heat/onap-oom/env/windriver/integration-override.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
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" |