onos-package now patches the hazelcast.xml with proper interface for use by the test VMs.
diff --git a/tools/build/onos-package b/tools/build/onos-package
index cb1b7e7..72486ad 100755
--- a/tools/build/onos-package
+++ b/tools/build/onos-package
@@ -27,6 +27,7 @@
 # Stage the ONOS admin scripts and patch in Karaf service wrapper extras
 cp -r $ONOS_ROOT/tools/package/bin .
 cp -r $ONOS_ROOT/tools/package/wrapper/* $KARAF_DIST
+cp -r $ONOS_ROOT/tools/package/etc/* $KARAF_DIST/etc
 
 # Stage the ONOS bundles
 mkdir -p $KARAF_DIST/system/org/onlab