Set all the VMs with tag pod-console-logging

This ensures that "console=tty1 console=ttyS0" is set on the
kernel command line for all the VMS
This commit is contained in:
Arif Ali 2020-12-28 10:49:37 +00:00
parent b7c47ef0ee
commit ee0b7bec42
Signed by: arif
GPG Key ID: 369608FBA1353A70
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
asrock02.config
asrock01.config

View File

@ -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.