diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-02-25 14:39:45 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-02-25 14:39:45 +0200 |
commit | e56a2a869983480efcec9245946e7100f6e80385 (patch) | |
tree | d1f8aedb7c4562c8b4569add562a2c253c1005b5 | |
parent | d6680b2e4ffa1c471cd2d3428b28586f8f2a7a1a (diff) |
fix environment json template
Change-Id: I7a57a055e95336ddfa7e2ad8d704e8537c01fd80
Issue-ID: SDC-920
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
-rw-r--r-- | sdc-os-chef/environments/Template.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index af32e6f199..7eb7376ed4 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -50,6 +50,10 @@ "workflow_source_url": "yyy" } }, + "VnfRepo": { + "vnfRepoPort": "8702", + "vnfRepoHost": "192.168.50.5" + } }, "override_attributes": { "FE": { |