diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-17 11:35:48 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-04-17 12:02:00 -0700 |
commit | 19c81b4d853c6517ae6ee367195a75271a8bcf35 (patch) | |
tree | a8b0f03af9f4e984af3bfd20f52b09f374d78f14 /deployment/heat/onap-oom/env/windriver/integration-override.yaml | |
parent | edc750560c621273412f6512807838e93e6a274e (diff) |
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>
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" |