| commit | b3891426f7272fb22be0542371b268b7f05eeb5d | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Tue Sep 26 20:24:45 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Tue Sep 26 20:24:45 2017 -0400 |
| tree | a884ff86a5937704cdbc471eacb818d6e743884d | |
| parent | b031ff78e48b91a2fa93c305382f6dbc45d8d0bf [diff] |
updated with hostname -i
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2 index 88b90a4..6156ca5 100644 --- a/templates/silent-install.conf.j2 +++ b/templates/silent-install.conf.j2
@@ -1,4 +1,4 @@ -HOSTIP={{ local_address }} +HOSTIP="$(hostname -i)" MSIP={{ local_mgmt_ip }} ADMIN_EMAIL={{ opdk_user_email }} APIGEE_ADMINPW={{ opdk_user_pass }}