From 2ff32f1cfc9ab927f3770b06757b8b45c0d6a214 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 16 Jun 2016 11:43:10 +0200 Subject: [run-virt] Clean up macaddr gen, move to run-virt-env, assign predictable MACs Also make sure the primary VM instance always gets the same MAC and thus IP --- .../vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/modules/vmware/data') diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc index 160fbc17..f7ee634a 100644 --- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc +++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc @@ -19,7 +19,7 @@ logging() { writelog "\t/tmp info: $(grep "/tmp " /proc/mounts) $(df -h | grep " /tmp$" | awk '{print $2}')" # hw setup writelog "Hardware:" - writelog "\tMAC:\t\t00:50:56:$macaddrsuffix" # TODO: Make var at top for this, it's hard coded twice + writelog "\tMAC:\t\t$macaddr" if [ -n "${network_card}" ]; then writelog "\tNet Adaptor:\t${network_card}" fi -- cgit v1.2.3-55-g7522