diff options
author | Michael Lando <ml636r@att.com> | 2018-05-16 01:27:14 +0300 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-05-16 06:50:15 +0000 |
commit | edb9d333db0a975240e2228ff51c2896b79c4a39 (patch) | |
tree | c22ca8d89eb54e7a2e1d8692c5cb4e04df499d05 /sdc-os-chef | |
parent | ffb902f0f44d299533d663b6781f66b11adc4bfe (diff) |
sdc <-> vnf sdk integration
update Template.json to use the ip assigned to vnf sdk in heat deployment.
Change-Id: I7d93829b7db02dfecb2d5780546050ad6f4579fc
Issue-ID: SDC-1332
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r-- | sdc-os-chef/environments/Template.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index b6760cc62f..7cf4a589f2 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -60,7 +60,7 @@ }, "VnfRepo": { "vnfRepoPort": "8702", - "vnfRepoHost": "192.168.50.5" + "vnfRepoHost": "10.0.14.1" } }, "override_attributes": { |