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 }}