diff --git a/configs/hypervisor.config b/configs/hypervisor.config index b08188e..fd62d6c 120000 --- a/configs/hypervisor.config +++ b/configs/hypervisor.config @@ -1 +1 @@ -asrock02.config \ No newline at end of file +asrock01.config \ No newline at end of file diff --git a/functions.sh b/functions.sh index 88a14e0..471e8ea 100644 --- a/functions.sh +++ b/functions.sh @@ -127,6 +127,7 @@ maas_add_node() ensure_machine_in_state ${system_id} "Ready" machine_add_tag ${system_id} ${node_type} + [[ $machine_type == "vm" ]] && machine_add_tag ${system_id} "pod-console-logging" # Ensure that all the networks on the system have the Auto-Assign set # so that the all the of the networks on the host have an IP automatically.