diff options
author | Marco Platania <platania@research.att.com> | 2018-04-17 19:50:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-17 19:50:54 +0000 |
commit | b957878dd1a9e4a3ba88cd607de423df54782404 (patch) | |
tree | a0f392a453bf48693cdb021d85e5710390e842ae /deployment/heat/onap-oom/env/windriver/integration-override.yaml | |
parent | a42f86e38b9c8b3496a74fc23ae5d3fda3ce0e2c (diff) | |
parent | 19c81b4d853c6517ae6ee367195a75271a8bcf35 (diff) |
Merge "Use integration-override.yaml in OOM deploy script"
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" |