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:
parent
b7c47ef0ee
commit
ee0b7bec42
@ -1 +1 @@
|
||||
asrock02.config
|
||||
asrock01.config
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user